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

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType
      extended by 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
protected  List<RequestSecurityTokenResponse> requestSecurityTokenResponses
           
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseCollectionType
requestSecurityTokenResponse
 
Constructor Summary
RequestSecurityTokenResponseCollectionImpl()
           
RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType)
           
RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)
           
 
Method Summary
 void addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)
           
 List<RequestSecurityTokenResponse> getRequestSecurityTokenResponses()
           
 
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
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
getOtherAttributes
 

Field Detail

requestSecurityTokenResponses

protected List<RequestSecurityTokenResponse> requestSecurityTokenResponses
Constructor Detail

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:
URISyntaxException
WSTrustException
Method Detail

getRequestSecurityTokenResponses

public List<RequestSecurityTokenResponse> getRequestSecurityTokenResponses()
Specified by:
getRequestSecurityTokenResponses in interface RequestSecurityTokenResponseCollection

addRequestSecurityTokenResponse

public final void addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.