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

Packages that use RequestSecurityToken
com.sun.xml.ws.security.trust   
 

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

Methods in com.sun.xml.ws.security.trust that return RequestSecurityToken
abstract  RequestSecurityToken WSTrustElementFactory.createRST()
          Create an Empty RST
abstract  RequestSecurityToken WSTrustElementFactory.createRSTForCancel(java.net.URI requestType, CancelTarget target)
          Create an RST for Token Cancellation
abstract  RequestSecurityToken WSTrustElementFactory.createRSTForIssue(java.net.URI tokenType, java.net.URI requestType, java.net.URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime)
          Create an RST for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present
abstract  RequestSecurityToken WSTrustElementFactory.createRSTForRenew(java.net.URI tokenType, java.net.URI requestType, java.net.URI context, RenewTarget target, AllowPostdating apd, Renewing renewingInfo)
          Create an RST for a Renewal Request
abstract  RequestSecurityToken WSTrustElementFactory.createRSTForValidate(java.net.URI tokenType, java.net.URI requestType)
          Create an RST for Token Validation
abstract  RequestSecurityToken WSTrustElementFactory.createRSTFrom(org.w3c.dom.Element elem)
          create an RST from DOM Element
abstract  RequestSecurityToken WSTrustElementFactory.createRSTFrom(javax.xml.bind.JAXBElement elem)
          create an RST from JAXBElement
abstract  RequestSecurityToken WSTrustElementFactory.createRSTFrom(javax.xml.transform.Source src)
          create an RST from a Source
 

Methods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityToken
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(RequestSecurityToken rst)
          Marshal an RST to a DOM Element.
abstract  javax.xml.bind.JAXBElement WSTrustElementFactory.toJAXBElement(RequestSecurityToken rst)
          convert an RST to a JAXBElement
abstract  javax.xml.transform.Source WSTrustElementFactory.toSource(RequestSecurityToken rst)
          Marshal an RST to a Source.
 



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