Uses of Interface
com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference
-
Packages that use SecurityTokenReference Package Description 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 Modifier and Type Method Description abstract SecurityTokenReferenceWSTrustElementFactory. createSecurityTokenReference(Reference ref)abstract SecurityTokenReferenceWSTrustElementFactory. createSecurityTokenReference(jakarta.xml.bind.JAXBElement elem)Methods in com.sun.xml.ws.security.trust with parameters of type SecurityTokenReference Modifier and Type Method Description abstract CancelTargetWSTrustElementFactory. createCancelTarget(SecurityTokenReference str)abstract RenewTargetWSTrustElementFactory. createRenewTarget(SecurityTokenReference str)abstract RequestedAttachedReferenceWSTrustElementFactory. createRequestedAttachedReference(SecurityTokenReference str)Create a RequestedAttachedReference.abstract RequestedUnattachedReferenceWSTrustElementFactory. createRequestedUnattachedReference(SecurityTokenReference str)Create a RequestedUnattachedReference.abstract ElementWSTrustElementFactory. toElement(SecurityTokenReference str, Document doc)Marshal an STR to a DOM Element.abstract jakarta.xml.bind.JAXBElementWSTrustElementFactory. 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 Modifier and Type Method Description SecurityTokenReferenceCancelTarget. getSecurityTokenReference()Get the STR for the Token to be CancelledSecurityTokenReferenceDelegateTo. getSecurityTokenReference()Get the STR contained in this DelegateTo instanceSecurityTokenReferenceEncryption. getSecurityTokenReference()Get the STR contained in this Encryption TypeSecurityTokenReferenceOnBehalfOf. getSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.SecurityTokenReferenceProofEncryption. getSecurityTokenReference()Get the STR contained in this ProofEncryption TypeSecurityTokenReferenceRenewTarget. getSecurityTokenReference()Get the STR for the Token to be renewedSecurityTokenReferenceRequestedProofToken. getSecurityTokenReference()Gets the SecrityTokenReference if setSecurityTokenReferenceValidateTarget. getSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.SecurityTokenReferenceRequestedReference. getSTR()Gets the value of the securityTokenReference property.Methods in com.sun.xml.ws.security.trust.elements with parameters of type SecurityTokenReference Modifier and Type Method Description voidCancelTarget. setSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token to be CancelledvoidDelegateTo. setSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token as the contents of DelegateTovoidEncryption. setSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token as the contents of EncryptionvoidOnBehalfOf. setSecurityTokenReference(SecurityTokenReference ref)Set the STR for OnBehalfOf.voidProofEncryption. setSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token as the contents of ProofEncryptionvoidRenewTarget. setSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token to be renewedvoidRequestedProofToken. setSecurityTokenReference(SecurityTokenReference reference)Set a SecurityTokenReference as the Proof TokenvoidValidateTarget. setSecurityTokenReference(SecurityTokenReference ref)Set the STR for OnBehalfOf.voidRequestedReference. 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 Modifier and Type Class Description classSecurityTokenReferenceImplSecurityTokenReference implementation
-