org.eclipse.higgins.sts.common
Class STSResponse

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Message
      extended byorg.eclipse.higgins.sts.common.ResponseMessage
          extended byorg.eclipse.higgins.sts.common.STSResponse
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IMessage, org.eclipse.higgins.sts.api.IResponseMessage, org.eclipse.higgins.sts.api.ISTSResponse

public class STSResponse
extends ResponseMessage
implements org.eclipse.higgins.sts.api.ISTSResponse

Encapsulates values associated with the STS Response (RequestSecurityTokenResponse[Collection])

Author:
mikemci at us dot ibm dot com

Constructor Summary
STSResponse()
           
 
Method Summary
 java.util.List getRequestSecurityTokenResponseCollection()
           
 
Methods inherited from class org.eclipse.higgins.sts.common.ResponseMessage
getFault, setFault
 
Methods inherited from class org.eclipse.higgins.sts.common.Message
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

STSResponse

public STSResponse()
Method Detail

getRequestSecurityTokenResponseCollection

public java.util.List getRequestSecurityTokenResponseCollection()
Specified by:
getRequestSecurityTokenResponseCollection in interface org.eclipse.higgins.sts.api.ISTSResponse