org.eclipse.higgins.sts.common
Class Message
java.lang.Object
org.eclipse.higgins.sts.common.Message
- All Implemented Interfaces:
- org.eclipse.higgins.sts.api.IMessage
- Direct Known Subclasses:
- ResponseMessage, STSRequest
- public class Message
- extends Object
- implements org.eclipse.higgins.sts.api.IMessage
Encapsulates values associated with the STS Request (RequestSecurityToken[Collection])
- Author:
- mikemci at us dot ibm dot com
Message
public Message()
getAddressingInformation
public org.eclipse.higgins.sts.api.IAddressingInformation getAddressingInformation()
- Specified by:
getAddressingInformation
in interface org.eclipse.higgins.sts.api.IMessage
getSecurityInformation
public org.eclipse.higgins.sts.api.ISecurityInformation getSecurityInformation()
- Specified by:
getSecurityInformation
in interface org.eclipse.higgins.sts.api.IMessage
setAddressingInformation
public void setAddressingInformation(org.eclipse.higgins.sts.api.IAddressingInformation addressingInformation)
- Specified by:
setAddressingInformation
in interface org.eclipse.higgins.sts.api.IMessage
setSecurityInformation
public void setSecurityInformation(org.eclipse.higgins.sts.api.ISecurityInformation securityInformation)
- Specified by:
setSecurityInformation
in interface org.eclipse.higgins.sts.api.IMessage
getMessage
public org.eclipse.higgins.sts.api.IElement getMessage()
- Specified by:
getMessage
in interface org.eclipse.higgins.sts.api.IMessage
setMessage
public void setMessage(org.eclipse.higgins.sts.api.IElement messageInformation)
- Specified by:
setMessage
in interface org.eclipse.higgins.sts.api.IMessage