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

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

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

Methods in com.sun.xml.ws.security.trust that return RequestSecurityTokenResponse
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTR()
          Create an Empty RSTR
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForCancel()
          Create an RSTR for a Successful Token Cancellation
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForIssue(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          create an RSTR for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of RequestedSecurityToken or RequestedProofToken should be returned
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForRenew(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create an RSTR for a Renewal Response
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForValidate(java.net.URI tokenType, RequestedSecurityToken token, Status status)
          create an RSTR for validate request.
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRFrom(org.w3c.dom.Element elem)
          create an RSTR from DOM Element
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRFrom(javax.xml.bind.JAXBElement elem)
          create an RSTR from JAXBElement
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRFrom(javax.xml.transform.Source src)
          create an RSTR from a Source
 

Methods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityTokenResponse
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to DOM Element
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr, org.w3c.dom.Document doc)
           
abstract  javax.xml.bind.JAXBElement WSTrustElementFactory.toJAXBElement(RequestSecurityTokenResponse rstr)
          convert an RSTR to a JAXBElement
abstract  javax.xml.transform.Source WSTrustElementFactory.toSource(RequestSecurityTokenResponse rstr)
          Marshal an RSTR to a Source
 

Method parameters in com.sun.xml.ws.security.trust with type arguments of type RequestSecurityTokenResponse
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.createRSTRC(java.util.List<RequestSecurityTokenResponse> rstrs)
           
 

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

Methods in com.sun.xml.ws.security.trust.elements that return types with arguments of type RequestSecurityTokenResponse
 java.util.List<RequestSecurityTokenResponse> RequestSecurityTokenResponseCollection.getRequestSecurityTokenResponses()
          Gets the value of the RequestSecurityTokenResponse property.
 



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