com.sun.xml.ws.security.trust.impl.wssx.elements
Class RequestSecurityTokenResponseCollectionImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
com.sun.xml.ws.security.trust.impl.wssx.elements.RequestSecurityTokenResponseCollectionImpl
- All Implemented Interfaces:
- BaseSTSResponse, RequestSecurityTokenResponseCollection
public class RequestSecurityTokenResponseCollectionImpl
- extends RequestSecurityTokenResponseCollectionType
- implements RequestSecurityTokenResponseCollection
- Author:
- Manveen Kaur.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestSecurityTokenResponseList
protected java.util.List<RequestSecurityTokenResponse> requestSecurityTokenResponseList
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl()
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponse rstr)
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
AppliesTo scopes,
RequestedAttachedReference attached,
RequestedUnattachedReference unattached,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lt)
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRequestSecurityTokenResponses
public java.util.List<RequestSecurityTokenResponse> getRequestSecurityTokenResponses()
- Specified by:
getRequestSecurityTokenResponses in interface RequestSecurityTokenResponseCollection
addRequestSecurityTokenResponse
public void addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.