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:
BaseSTSResponse,RequestSecurityTokenResponseCollection
public class RequestSecurityTokenResponseCollectionImpl
extends RequestSecurityTokenResponseCollectionType
implements RequestSecurityTokenResponseCollection
- Author:
- Manveen Kaur.
-
Field Summary
FieldsFields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType
requestSecurityTokenResponse -
Constructor Summary
ConstructorsConstructorDescriptionRequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidMethods 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
-
-
Constructor Details
-
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl() -
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt) -
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType) throws URISyntaxException, WSTrustException - Throws:
URISyntaxExceptionWSTrustException
-
-
Method Details
-
getRequestSecurityTokenResponses
- Specified by:
getRequestSecurityTokenResponsesin interfaceRequestSecurityTokenResponseCollection
-
addRequestSecurityTokenResponse
-