Uses of Interface
com.sun.xml.ws.security.policy.SupportingTokens
Packages that use SupportingTokens
Package
Description
-
Uses of SupportingTokens in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement SupportingTokensModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of SupportingTokens in com.sun.xml.ws.security.impl.policyconv
Fields in com.sun.xml.ws.security.impl.policyconv declared as SupportingTokensMethods in com.sun.xml.ws.security.impl.policyconv with parameters of type SupportingTokensModifier and TypeMethodDescriptionvoidBindingProcessor.processSupportingTokens(SupportingTokens st) voidNilBindingProcessor.processSupportingTokens(SupportingTokens st) voidTransportBindingProcessor.processSupportingTokens(SupportingTokens tokens) Constructors in com.sun.xml.ws.security.impl.policyconv with parameters of type SupportingTokensModifierConstructorDescriptionEndorsingSupportingTokensProcessor(SupportingTokens st, TokenProcessor tokenProcessor, Binding binding, XWSSPolicyContainer container, SignaturePolicy sp, EncryptionPolicy ep, PolicyID pid) Creates a new instance of EndorsingSupportingTokensProcessorSignedEndorsingSupportingTokensProcessor(SupportingTokens st, TokenProcessor tokenProcessor, Binding binding, XWSSPolicyContainer container, SignaturePolicy sp, EncryptionPolicy ep, PolicyID pid) Creates a new instance of EndorsingSupportingTokensProcessorSupportingTokensProcessor(SupportingTokens st, TokenProcessor tokenProcessor, Binding binding, XWSSPolicyContainer container, SignaturePolicy sp, EncryptionPolicy ep, PolicyID pid) Creates a new instance of SupportingTokensProcessor -
Uses of SupportingTokens in com.sun.xml.ws.security.policy
Subinterfaces of SupportingTokens in com.sun.xml.ws.security.policyModifier and TypeInterfaceDescriptioninterfaceEncrypted supporting tokens are supporting tokens that are included in the security header and MUST be encrypted when they appear in the security header.interfaceEndorsing, encrypted supporting tokens are Endorsing supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interfaceEndorsing tokens sign the message signature, that is they sign the entire Signature element produced from the message signature and may optionally include additional message parts to sign and/or encryptinterfaceSigned, encrypted supporting tokens are Signed supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interfaceSigned, endorsing, encrypted supporting tokens are signed, endorsing supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interfaceSigned endorsing tokens sign the entire ds:Signature element produced from the message signature and are themselves signed by that message signature, that is both tokens (the token used for the message signature and the signed endorsing token) sign each other.interfaceSigned tokens are included in the message signature as defined above and may optionally include additional message parts to sign and/or encrypt.