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:
com.sun.xml.ws.security.trust.elements.BaseSTSResponse,com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
public class RequestSecurityTokenResponseCollectionImpl
extends RequestSecurityTokenResponseCollectionType
implements com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
- Author:
- Manveen Kaur.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse>Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
requestSecurityTokenResponse -
Constructor Summary
ConstructorsConstructorDescriptionRequestSecurityTokenResponseCollectionImpl(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr) RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, com.sun.xml.ws.security.trust.elements.RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.trust.elements.RequestedAttachedReference attached, com.sun.xml.ws.security.trust.elements.RequestedUnattachedReference unattached, com.sun.xml.ws.security.trust.elements.RequestedProofToken proofToken, com.sun.xml.ws.security.trust.elements.Entropy entropy, com.sun.xml.ws.security.trust.elements.Lifetime lt) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRequestSecurityTokenResponse(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr) List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse>Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
getOtherAttributes, getRequestSecurityTokenResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
getOtherAttributes
-
Field Details
-
requestSecurityTokenResponseList
protected List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse> requestSecurityTokenResponseList
-
-
Constructor Details
-
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl() -
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr) -
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, com.sun.xml.ws.security.trust.elements.RequestedSecurityToken token, com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.trust.elements.RequestedAttachedReference attached, com.sun.xml.ws.security.trust.elements.RequestedUnattachedReference unattached, com.sun.xml.ws.security.trust.elements.RequestedProofToken proofToken, com.sun.xml.ws.security.trust.elements.Entropy entropy, com.sun.xml.ws.security.trust.elements.Lifetime lt) -
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType) throws Exception - Throws:
Exception
-
-
Method Details
-
getRequestSecurityTokenResponses
public List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse> getRequestSecurityTokenResponses()- Specified by:
getRequestSecurityTokenResponsesin interfacecom.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
-
addRequestSecurityTokenResponse
public void addRequestSecurityTokenResponse(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr)
-