Class RequestSecurityTokenResponseCollectionImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType
com.sun.xml.ws.security.trust.impl.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.bindings.RequestSecurityTokenResponseCollectionType
requestSecurityTokenResponse -
Constructor Summary
ConstructorsConstructorDescriptionRequestSecurityTokenResponseCollectionImpl(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 TypeMethodDescriptionfinal voidaddRequestSecurityTokenResponse(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.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
-
requestSecurityTokenResponses
protected List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse> requestSecurityTokenResponses
-
-
Constructor Details
-
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl() -
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 URISyntaxException, com.sun.xml.ws.api.security.trust.WSTrustException - Throws:
URISyntaxExceptioncom.sun.xml.ws.api.security.trust.WSTrustException
-
-
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 final void addRequestSecurityTokenResponse(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr)
-