Uses of Interface
com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference
Packages that use SecurityTokenReference
Package
Description
-
Uses of SecurityTokenReference in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return SecurityTokenReferenceModifier and TypeMethodDescriptionabstract SecurityTokenReferenceWSTrustElementFactory.createSecurityTokenReference(Reference ref) abstract SecurityTokenReferenceWSTrustElementFactory.createSecurityTokenReference(javax.xml.bind.JAXBElement elem) Methods in com.sun.xml.ws.security.trust with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionabstract 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 SecurityTokenReferenceModifier and TypeMethodDescriptionCancelTarget.getSecurityTokenReference()Get the STR for the Token to be CancelledDelegateTo.getSecurityTokenReference()Get the STR contained in this DelegateTo instanceEncryption.getSecurityTokenReference()Get the STR contained in this Encryption TypeOnBehalfOf.getSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.ProofEncryption.getSecurityTokenReference()Get the STR contained in this ProofEncryption TypeRenewTarget.getSecurityTokenReference()Get the STR for the Token to be renewedRequestedProofToken.getSecurityTokenReference()Gets the SecrityTokenReference if setValidateTarget.getSecurityTokenReference()Get the STR for OnBehalfOf, null if none exists.RequestedReference.getSTR()Gets the value of the securityTokenReference property.Methods in com.sun.xml.ws.security.trust.elements with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionvoidCancelTarget.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 SecurityTokenReferenceModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createSecurityTokenReference(Reference ref) WSTrustElementFactoryImpl.createSecurityTokenReference(javax.xml.bind.JAXBElement elem) Methods in com.sun.xml.ws.security.trust.impl with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createCancelTarget(SecurityTokenReference str) WSTrustElementFactoryImpl.createRenewTarget(SecurityTokenReference str) WSTrustElementFactoryImpl.createRequestedAttachedReference(SecurityTokenReference str) Create a RequestedAttachedReference.WSTrustElementFactoryImpl.createRequestedUnattachedReference(SecurityTokenReference str) Create a RequestedUnattachedReference.WSTrustElementFactoryImpl.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 SecurityTokenReferenceModifier and TypeMethodDescriptionCancelTargetImpl.getSecurityTokenReference()DelegateToImpl.getSecurityTokenReference()EncryptionImpl.getSecurityTokenReference()OnBehalfOfImpl.getSecurityTokenReference()ProofEncryptionImpl.getSecurityTokenReference()RenewTargetImpl.getSecurityTokenReference()RequestedProofTokenImpl.getSecurityTokenReference()RequestedAttachedReferenceImpl.getSTR()RequestedUnattachedReferenceImpl.getSTR()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionfinal voidCancelTargetImpl.setSecurityTokenReference(SecurityTokenReference ref) final voidDelegateToImpl.setSecurityTokenReference(SecurityTokenReference ref) final voidEncryptionImpl.setSecurityTokenReference(SecurityTokenReference ref) voidOnBehalfOfImpl.setSecurityTokenReference(SecurityTokenReference ref) final voidProofEncryptionImpl.setSecurityTokenReference(SecurityTokenReference ref) final voidRenewTargetImpl.setSecurityTokenReference(SecurityTokenReference ref) voidRequestedProofTokenImpl.setSecurityTokenReference(SecurityTokenReference reference) final voidRequestedAttachedReferenceImpl.setSTR(SecurityTokenReference str) final voidRequestedUnattachedReferenceImpl.setSTR(SecurityTokenReference str) Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type SecurityTokenReferenceModifierConstructorDescription -
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 SecurityTokenReferenceModifier and TypeClassDescriptionclassSecurityTokenReference 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 SecurityTokenReferenceModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createSecurityTokenReference(Reference ref) WSTrustElementFactoryImpl.createSecurityTokenReference(javax.xml.bind.JAXBElement elem) Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createCancelTarget(SecurityTokenReference str) WSTrustElementFactoryImpl.createRenewTarget(SecurityTokenReference str) WSTrustElementFactoryImpl.createRequestedAttachedReference(SecurityTokenReference str) Create a RequestedAttachedReference.WSTrustElementFactoryImpl.createRequestedUnattachedReference(SecurityTokenReference str) Create a RequestedUnattachedReference.WSTrustElementFactoryImpl.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 SecurityTokenReferenceModifier and TypeMethodDescriptionCancelTargetImpl.getSecurityTokenReference()DelegateToImpl.getSecurityTokenReference()EncryptionImpl.getSecurityTokenReference()OnBehalfOfImpl.getSecurityTokenReference()ProofEncryptionImpl.getSecurityTokenReference()RenewTargetImpl.getSecurityTokenReference()RequestedProofTokenImpl.getSecurityTokenReference()UseKeyImpl.getSecurityTokenReference()ValidateTargetImpl.getSecurityTokenReference()RequestedAttachedReferenceImpl.getSTR()RequestedUnattachedReferenceImpl.getSTR()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SecurityTokenReferenceModifier and TypeMethodDescriptionvoidCancelTargetImpl.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 SecurityTokenReferenceModifierConstructorDescription -
Uses of SecurityTokenReference in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util that return SecurityTokenReferenceModifier and TypeMethodDescriptionstatic SecurityTokenReferenceWSTrustUtil.createSecurityTokenReference(String id, String valueType)