com.sun.xml.ws.security.trust.impl.wssx.elements
Class RequestSecurityTokenResponseCollectionImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
      extended by com.sun.xml.ws.security.trust.impl.wssx.elements.RequestSecurityTokenResponseCollectionImpl
All Implemented Interfaces:
BaseSTSResponse, RequestSecurityTokenResponseCollection

public class RequestSecurityTokenResponseCollectionImpl
extends com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
implements RequestSecurityTokenResponseCollection


Field Summary
protected  java.util.List<RequestSecurityTokenResponse> requestSecurityTokenResponseList
           
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
requestSecurityTokenResponse
 
Constructor Summary
RequestSecurityTokenResponseCollectionImpl()
           
RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponse rstr)
           
RequestSecurityTokenResponseCollectionImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType rstrcType)
           
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)
           
 
Method Summary
 void addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)
           
 java.util.List<RequestSecurityTokenResponse> getRequestSecurityTokenResponses()
          Gets the value of the RequestSecurityTokenResponse property.
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
getOtherAttributes, getRequestSecurityTokenResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
getOtherAttributes
 

Field Detail

requestSecurityTokenResponseList

protected java.util.List<RequestSecurityTokenResponse> requestSecurityTokenResponseList
Constructor Detail

RequestSecurityTokenResponseCollectionImpl

public RequestSecurityTokenResponseCollectionImpl()

RequestSecurityTokenResponseCollectionImpl

public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponse rstr)

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.wssx.bindings.RequestSecurityTokenResponseCollectionType rstrcType)
                                           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

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 void addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)