org.eclipse.higgins.sts.api
Interface ISTSResponse

All Superinterfaces:
IMessage, IResponseMessage

public interface ISTSResponse
extends IResponseMessage

Interface representing the Response

Author:
mikemci at us dot ibm dot com

Method Summary
 List getRequestSecurityTokenResponseCollection()
          Gets the List of IRequestSecurityTokenResponse
 
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
 

Method Detail

getRequestSecurityTokenResponseCollection

public List getRequestSecurityTokenResponseCollection()
Gets the List of IRequestSecurityTokenResponse

Returns:
the List of IRequestSecurityTokenResponse