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
Fields Modifier and Type Field Description protected List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse>requestSecurityTokenResponses-
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType
requestSecurityTokenResponse
-
-
Constructor Summary
Constructors Constructor Description RequestSecurityTokenResponseCollectionImpl()RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType)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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRequestSecurityTokenResponse(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr)List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse>getRequestSecurityTokenResponses()-
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType
getOtherAttributes, getRequestSecurityTokenResponse
-
-
-
-
Field Detail
-
requestSecurityTokenResponses
protected List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse> requestSecurityTokenResponses
-
-
Constructor Detail
-
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 Detail
-
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)
-
-