org.eclipse.higgins.sts.common
Class Message

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Message
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IMessage
Direct Known Subclasses:
ResponseMessage, STSRequest

public class Message
extends java.lang.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

Constructor Summary
Message()
           
 
Method Summary
 org.eclipse.higgins.sts.api.IAddressingInformation getAddressingInformation()
           
 org.eclipse.higgins.sts.api.IElement getMessage()
           
 org.eclipse.higgins.sts.api.ISecurityInformation getSecurityInformation()
           
 void setAddressingInformation(org.eclipse.higgins.sts.api.IAddressingInformation addressingInformation)
           
 void setMessage(org.eclipse.higgins.sts.api.IElement messageInformation)
           
 void setSecurityInformation(org.eclipse.higgins.sts.api.ISecurityInformation securityInformation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

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