org.eclipse.higgins.sts.common
Class MEXResponse
java.lang.Object
org.eclipse.higgins.sts.common.Message
org.eclipse.higgins.sts.common.ResponseMessage
org.eclipse.higgins.sts.common.MEXResponse
- All Implemented Interfaces:
- org.eclipse.higgins.sts.api.IMessage, org.eclipse.higgins.sts.api.IMEXResponse, org.eclipse.higgins.sts.api.IResponseMessage
- public class MEXResponse
- extends ResponseMessage
- implements org.eclipse.higgins.sts.api.IMEXResponse
Encapsulates values associated with the STS Response (RequestSecurityTokenResponse[Collection])
- Author:
- mikemci at us dot ibm dot com
Method Summary |
org.eclipse.higgins.sts.api.IElement |
getMetadata()
Gets the metadata |
void |
setMetadata(org.eclipse.higgins.sts.api.IElement metadata)
Sets the IMetadata |
Methods inherited from interface org.eclipse.higgins.sts.api.IResponseMessage |
getFault, setFault |
Methods inherited from interface org.eclipse.higgins.sts.api.IMessage |
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation |
MEXResponse
public MEXResponse()
getMetadata
public org.eclipse.higgins.sts.api.IElement getMetadata()
- Gets the metadata
- Specified by:
getMetadata
in interface org.eclipse.higgins.sts.api.IMEXResponse
- Returns:
- the metadata
setMetadata
public void setMetadata(org.eclipse.higgins.sts.api.IElement metadata)
- Sets the IMetadata
- Specified by:
setMetadata
in interface org.eclipse.higgins.sts.api.IMEXResponse
- Parameters:
metadata
- the IMetadata