Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection

Packages that use RequestSecurityTokenResponseCollection
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
 

Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return RequestSecurityTokenResponseCollection
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRC(java.util.List<RequestSecurityTokenResponse> rstrs)
           
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRCollectionForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create a collection of RequestSecurityTokenResponse(s)
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRCollectionFrom(org.w3c.dom.Element elem)
          Create RSTR Collection from Element
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRCollectionFrom(JAXBElement elem)
          create an RSTR Collection from JAXBElement
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRCollectionFrom(javax.xml.transform.Source src)
          Create RSTR Collection from Source
 

Methods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityTokenResponseCollection
abstract  IssuedTokens WSTrustElementFactory.createIssuedTokens(RequestSecurityTokenResponseCollection issuedTokens)
          Create a wst:IssuedTokens object
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(RequestSecurityTokenResponseCollection rstrCollection)
          Marshal an RSTR Collection to a DOM Element
abstract  JAXBElement WSTrustElementFactory.toJAXBElement(RequestSecurityTokenResponseCollection rstrCollection)
          convert an RSTR Collection to a JAXBElement
abstract  javax.xml.transform.Source WSTrustElementFactory.toSource(RequestSecurityTokenResponseCollection rstrCollection)
          Marshal an RSTR Collection to a Source
 

Uses of RequestSecurityTokenResponseCollection in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return RequestSecurityTokenResponseCollection
 RequestSecurityTokenResponseCollection IssuedTokens.getIssuedTokens()
          Gets the RequestSecurityTokenResponseCollection
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type RequestSecurityTokenResponseCollection
 void IssuedTokens.setIssuedTokens(RequestSecurityTokenResponseCollection rcollection)
          Sets the RequestSecurityTokenResponseCollection
 



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