Uses of Interface
com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference

Packages that use SecurityTokenReference
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl.elements.str   
 

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

Methods in com.sun.xml.ws.security.trust that return SecurityTokenReference
abstract  SecurityTokenReference WSTrustElementFactory.createSecurityTokenReference(JAXBElement elem)
           
abstract  SecurityTokenReference WSTrustElementFactory.createSecurityTokenReference(Reference ref)
           
 

Methods in com.sun.xml.ws.security.trust with parameters of type SecurityTokenReference
abstract  CancelTarget WSTrustElementFactory.createCancelTarget(SecurityTokenReference str)
           
abstract  RenewTarget WSTrustElementFactory.createRenewTarget(SecurityTokenReference str)
           
abstract  RequestedAttachedReference WSTrustElementFactory.createRequestedAttachedReference(SecurityTokenReference str)
          Create a RequestedAttachedReference.
abstract  RequestedUnattachedReference WSTrustElementFactory.createRequestedUnattachedReference(SecurityTokenReference str)
          Create a RequestedUnattachedReference.
abstract  Element WSTrustElementFactory.toElement(SecurityTokenReference str, Document doc)
          Marshal an STR to a DOM Element.
abstract  JAXBElement WSTrustElementFactory.toJAXBElement(SecurityTokenReference str)
          convert an SecurityTokenReference to a JAXBElement
 

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

Methods in com.sun.xml.ws.security.trust.elements that return SecurityTokenReference
 SecurityTokenReference RequestedProofToken.getSecurityTokenReference()
          Gets the SecrityTokenReference if set
 SecurityTokenReference DelegateTo.getSecurityTokenReference()
          Get the STR contained in this DelegateTo instance
 SecurityTokenReference RenewTarget.getSecurityTokenReference()
          Get the STR for the Token to be renewed
 SecurityTokenReference Encryption.getSecurityTokenReference()
          Get the STR contained in this Encryption Type
 SecurityTokenReference ValidateTarget.getSecurityTokenReference()
          Get the STR for OnBehalfOf, null if none exists.
 SecurityTokenReference CancelTarget.getSecurityTokenReference()
          Get the STR for the Token to be Cancelled
 SecurityTokenReference ProofEncryption.getSecurityTokenReference()
          Get the STR contained in this ProofEncryption Type
 SecurityTokenReference OnBehalfOf.getSecurityTokenReference()
          Get the STR for OnBehalfOf, null if none exists.
 SecurityTokenReference RequestedReference.getSTR()
          Gets the value of the securityTokenReference property.
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type SecurityTokenReference
 void RequestedProofToken.setSecurityTokenReference(SecurityTokenReference reference)
          Set a SecurityTokenReference as the Proof Token
 void DelegateTo.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of DelegateTo
 void RenewTarget.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token to be renewed
 void Encryption.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of Encryption
 void ValidateTarget.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for OnBehalfOf.
 void CancelTarget.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token to be Cancelled
 void ProofEncryption.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of ProofEncryption
 void OnBehalfOf.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for OnBehalfOf.
 void RequestedReference.setSTR(SecurityTokenReference value)
          Sets the value of the securityTokenReference property.
 

Uses of SecurityTokenReference in com.sun.xml.ws.security.trust.impl.elements.str
 

Classes in com.sun.xml.ws.security.trust.impl.elements.str that implement SecurityTokenReference
 class SecurityTokenReferenceImpl
          SecurityTokenReference implementation
 



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