Uses of Interface
com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference
-
-
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(javax.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 javax.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
Methods in com.sun.xml.ws.security.trust.impl that return SecurityTokenReference Modifier and Type Method Description SecurityTokenReferenceWSTrustElementFactoryImpl. createSecurityTokenReference(Reference ref)SecurityTokenReferenceWSTrustElementFactoryImpl. createSecurityTokenReference(javax.xml.bind.JAXBElement elem)Methods in com.sun.xml.ws.security.trust.impl with parameters of type SecurityTokenReference Modifier and Type Method Description CancelTargetWSTrustElementFactoryImpl. createCancelTarget(SecurityTokenReference str)RenewTargetWSTrustElementFactoryImpl. createRenewTarget(SecurityTokenReference str)RequestedAttachedReferenceWSTrustElementFactoryImpl. createRequestedAttachedReference(SecurityTokenReference str)Create a RequestedAttachedReference.RequestedUnattachedReferenceWSTrustElementFactoryImpl. createRequestedUnattachedReference(SecurityTokenReference str)Create a RequestedUnattachedReference.ElementWSTrustElementFactoryImpl. toElement(SecurityTokenReference str, Document doc)Marshal an STR to a DOM Element.javax.xml.bind.JAXBElementWSTrustElementFactoryImpl. 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 Modifier and Type Method Description SecurityTokenReferenceCancelTargetImpl. getSecurityTokenReference()SecurityTokenReferenceDelegateToImpl. getSecurityTokenReference()SecurityTokenReferenceEncryptionImpl. getSecurityTokenReference()SecurityTokenReferenceOnBehalfOfImpl. getSecurityTokenReference()SecurityTokenReferenceProofEncryptionImpl. getSecurityTokenReference()SecurityTokenReferenceRenewTargetImpl. getSecurityTokenReference()SecurityTokenReferenceRequestedProofTokenImpl. getSecurityTokenReference()SecurityTokenReferenceRequestedAttachedReferenceImpl. getSTR()SecurityTokenReferenceRequestedUnattachedReferenceImpl. getSTR()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type SecurityTokenReference Modifier and Type Method Description voidCancelTargetImpl. setSecurityTokenReference(SecurityTokenReference ref)voidDelegateToImpl. setSecurityTokenReference(SecurityTokenReference ref)voidEncryptionImpl. setSecurityTokenReference(SecurityTokenReference ref)voidOnBehalfOfImpl. setSecurityTokenReference(SecurityTokenReference ref)voidProofEncryptionImpl. setSecurityTokenReference(SecurityTokenReference ref)voidRenewTargetImpl. setSecurityTokenReference(SecurityTokenReference ref)voidRequestedProofTokenImpl. setSecurityTokenReference(SecurityTokenReference reference)voidRequestedAttachedReferenceImpl. setSTR(SecurityTokenReference str)voidRequestedUnattachedReferenceImpl. setSTR(SecurityTokenReference str)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type SecurityTokenReference Constructor Description 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 Modifier and Type Class Description classSecurityTokenReferenceImplSecurityTokenReference 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 Modifier and Type Method Description SecurityTokenReferenceWSTrustElementFactoryImpl. createSecurityTokenReference(Reference ref)SecurityTokenReferenceWSTrustElementFactoryImpl. createSecurityTokenReference(javax.xml.bind.JAXBElement elem)Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type SecurityTokenReference Modifier and Type Method Description CancelTargetWSTrustElementFactoryImpl. createCancelTarget(SecurityTokenReference str)RenewTargetWSTrustElementFactoryImpl. createRenewTarget(SecurityTokenReference str)RequestedAttachedReferenceWSTrustElementFactoryImpl. createRequestedAttachedReference(SecurityTokenReference str)Create a RequestedAttachedReference.RequestedUnattachedReferenceWSTrustElementFactoryImpl. createRequestedUnattachedReference(SecurityTokenReference str)Create a RequestedUnattachedReference.ElementWSTrustElementFactoryImpl. toElement(SecurityTokenReference str, Document doc)Marshal an STR to a DOM Element.javax.xml.bind.JAXBElementWSTrustElementFactoryImpl. 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 Modifier and Type Method Description SecurityTokenReferenceCancelTargetImpl. getSecurityTokenReference()SecurityTokenReferenceDelegateToImpl. getSecurityTokenReference()SecurityTokenReferenceEncryptionImpl. getSecurityTokenReference()SecurityTokenReferenceOnBehalfOfImpl. getSecurityTokenReference()SecurityTokenReferenceProofEncryptionImpl. getSecurityTokenReference()SecurityTokenReferenceRenewTargetImpl. getSecurityTokenReference()SecurityTokenReferenceRequestedProofTokenImpl. getSecurityTokenReference()SecurityTokenReferenceUseKeyImpl. getSecurityTokenReference()SecurityTokenReferenceValidateTargetImpl. getSecurityTokenReference()SecurityTokenReferenceRequestedAttachedReferenceImpl. getSTR()SecurityTokenReferenceRequestedUnattachedReferenceImpl. getSTR()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SecurityTokenReference Modifier and Type Method Description voidCancelTargetImpl. setSecurityTokenReference(SecurityTokenReference ref)voidDelegateToImpl. setSecurityTokenReference(SecurityTokenReference ref)voidEncryptionImpl. setSecurityTokenReference(SecurityTokenReference ref)voidOnBehalfOfImpl. setSecurityTokenReference(SecurityTokenReference ref)voidProofEncryptionImpl. setSecurityTokenReference(SecurityTokenReference ref)voidRenewTargetImpl. setSecurityTokenReference(SecurityTokenReference ref)voidRequestedProofTokenImpl. setSecurityTokenReference(SecurityTokenReference reference)voidUseKeyImpl. setSecurityTokenReference(SecurityTokenReference ref)voidValidateTargetImpl. setSecurityTokenReference(SecurityTokenReference ref)voidRequestedAttachedReferenceImpl. setSTR(SecurityTokenReference str)voidRequestedUnattachedReferenceImpl. setSTR(SecurityTokenReference str)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SecurityTokenReference Constructor Description 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 Modifier and Type Method Description static SecurityTokenReferenceWSTrustUtil. createSecurityTokenReference(String id, String valueType)
-