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   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.elements.str   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
com.sun.xml.ws.security.trust.util   
 

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(javax.xml.bind.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  org.w3c.dom.Element WSTrustElementFactory.toElement(SecurityTokenReference str, org.w3c.dom.Document doc)
          Marshal an STR to a DOM Element.
abstract  javax.xml.bind.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 CancelTarget.getSecurityTokenReference()
          Get the STR for the Token to be Cancelled
 SecurityTokenReference DelegateTo.getSecurityTokenReference()
          Get the STR contained in this DelegateTo instance
 SecurityTokenReference Encryption.getSecurityTokenReference()
          Get the STR contained in this Encryption Type
 SecurityTokenReference OnBehalfOf.getSecurityTokenReference()
          Get the STR for OnBehalfOf, null if none exists.
 SecurityTokenReference ProofEncryption.getSecurityTokenReference()
          Get the STR contained in this ProofEncryption Type
 SecurityTokenReference RenewTarget.getSecurityTokenReference()
          Get the STR for the Token to be renewed
 SecurityTokenReference RequestedProofToken.getSecurityTokenReference()
          Gets the SecrityTokenReference if set
 SecurityTokenReference ValidateTarget.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 CancelTarget.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token to be Cancelled
 void DelegateTo.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of DelegateTo
 void Encryption.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of Encryption
 void OnBehalfOf.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for OnBehalfOf.
 void ProofEncryption.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of ProofEncryption
 void RenewTarget.setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token to be renewed
 void RequestedProofToken.setSecurityTokenReference(SecurityTokenReference reference)
          Set a SecurityTokenReference as the Proof Token
 void ValidateTarget.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
 

Methods in com.sun.xml.ws.security.trust.impl that return SecurityTokenReference
 SecurityTokenReference WSTrustElementFactoryImpl.createSecurityTokenReference(javax.xml.bind.JAXBElement elem)
           
 SecurityTokenReference WSTrustElementFactoryImpl.createSecurityTokenReference(Reference ref)
           
 

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

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

Methods in com.sun.xml.ws.security.trust.impl.elements that return SecurityTokenReference
 SecurityTokenReference CancelTargetImpl.getSecurityTokenReference()
           
 SecurityTokenReference DelegateToImpl.getSecurityTokenReference()
           
 SecurityTokenReference EncryptionImpl.getSecurityTokenReference()
           
 SecurityTokenReference OnBehalfOfImpl.getSecurityTokenReference()
           
 SecurityTokenReference ProofEncryptionImpl.getSecurityTokenReference()
           
 SecurityTokenReference RenewTargetImpl.getSecurityTokenReference()
           
 SecurityTokenReference RequestedProofTokenImpl.getSecurityTokenReference()
           
 SecurityTokenReference RequestedAttachedReferenceImpl.getSTR()
           
 SecurityTokenReference RequestedUnattachedReferenceImpl.getSTR()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type SecurityTokenReference
 void CancelTargetImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void DelegateToImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void EncryptionImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void OnBehalfOfImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void ProofEncryptionImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void RenewTargetImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void RequestedProofTokenImpl.setSecurityTokenReference(SecurityTokenReference reference)
           
 void RequestedAttachedReferenceImpl.setSTR(SecurityTokenReference str)
           
 void RequestedUnattachedReferenceImpl.setSTR(SecurityTokenReference str)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type SecurityTokenReference
CancelTargetImpl(SecurityTokenReference str)
           
DelegateToImpl(SecurityTokenReference str)
           
EncryptionImpl(SecurityTokenReference str)
           
ProofEncryptionImpl(SecurityTokenReference str)
           
RenewTargetImpl(SecurityTokenReference str)
           
RequestedAttachedReferenceImpl(SecurityTokenReference str)
           
RequestedUnattachedReferenceImpl(SecurityTokenReference str)
           
 

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
 

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

Methods in com.sun.xml.ws.security.trust.impl.wssx that return SecurityTokenReference
 SecurityTokenReference WSTrustElementFactoryImpl.createSecurityTokenReference(javax.xml.bind.JAXBElement elem)
           
 SecurityTokenReference WSTrustElementFactoryImpl.createSecurityTokenReference(Reference ref)
           
 

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

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

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return SecurityTokenReference
 SecurityTokenReference CancelTargetImpl.getSecurityTokenReference()
           
 SecurityTokenReference DelegateToImpl.getSecurityTokenReference()
           
 SecurityTokenReference EncryptionImpl.getSecurityTokenReference()
           
 SecurityTokenReference OnBehalfOfImpl.getSecurityTokenReference()
           
 SecurityTokenReference ProofEncryptionImpl.getSecurityTokenReference()
           
 SecurityTokenReference RenewTargetImpl.getSecurityTokenReference()
           
 SecurityTokenReference RequestedProofTokenImpl.getSecurityTokenReference()
           
 SecurityTokenReference UseKeyImpl.getSecurityTokenReference()
           
 SecurityTokenReference ValidateTargetImpl.getSecurityTokenReference()
           
 SecurityTokenReference RequestedAttachedReferenceImpl.getSTR()
           
 SecurityTokenReference RequestedUnattachedReferenceImpl.getSTR()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SecurityTokenReference
 void CancelTargetImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void DelegateToImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void EncryptionImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void OnBehalfOfImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void ProofEncryptionImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void RenewTargetImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void RequestedProofTokenImpl.setSecurityTokenReference(SecurityTokenReference reference)
           
 void UseKeyImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void ValidateTargetImpl.setSecurityTokenReference(SecurityTokenReference ref)
           
 void RequestedAttachedReferenceImpl.setSTR(SecurityTokenReference str)
           
 void RequestedUnattachedReferenceImpl.setSTR(SecurityTokenReference str)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SecurityTokenReference
CancelTargetImpl(SecurityTokenReference str)
           
DelegateToImpl(SecurityTokenReference str)
           
EncryptionImpl(SecurityTokenReference str)
           
ProofEncryptionImpl(SecurityTokenReference str)
           
RenewTargetImpl(SecurityTokenReference str)
           
RequestedAttachedReferenceImpl(SecurityTokenReference str)
           
RequestedUnattachedReferenceImpl(SecurityTokenReference str)
           
UseKeyImpl(SecurityTokenReference str)
           
 

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

Methods in com.sun.xml.ws.security.trust.util that return SecurityTokenReference
static SecurityTokenReference WSTrustUtil.createSecurityTokenReference(java.lang.String id, java.lang.String valueType)