com.sun.xml.ws.security.trust.impl.elements
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 com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType
- implements RequestSecurityTokenResponseCollection
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType |
requestSecurityTokenResponse |
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType |
getOtherAttributes, getRequestSecurityTokenResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestSecurityTokenResponses
protected java.util.List<RequestSecurityTokenResponse> requestSecurityTokenResponses
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl()
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
RequestedAttachedReference attached,
RequestedUnattachedReference unattached,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lt)
RequestSecurityTokenResponseCollectionImpl
public RequestSecurityTokenResponseCollectionImpl(com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType rstrcType)
throws java.net.URISyntaxException,
WSTrustException
- Throws:
java.net.URISyntaxException
WSTrustException
getRequestSecurityTokenResponses
public java.util.List<RequestSecurityTokenResponse> getRequestSecurityTokenResponses()
- Description copied from interface:
RequestSecurityTokenResponseCollection
- Gets the value of the RequestSecurityTokenResponse property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the requestSecurityTokenResponse property.
For example, to add a new item, do as follows:
getRequestSecurityTokenResponse().add(newItem);
Objects of the following type(s) are allowed in the list
RequestSecurityTokenResponse
- Specified by:
getRequestSecurityTokenResponses
in interface RequestSecurityTokenResponseCollection
addRequestSecurityTokenResponse
public final void addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)