Uses of Interface
com.sun.xml.ws.security.policy.SupportingTokens
-
Packages that use SupportingTokens Package Description com.sun.xml.ws.security.impl.policy com.sun.xml.ws.security.impl.policyconv com.sun.xml.ws.security.policy -
-
Uses of SupportingTokens in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement SupportingTokens Modifier and Type Class Description classEncryptedSupportingTokensclassEndorsingEncryptedSupportingTokensclassEndorsingSupportingTokensclassSignedEncryptedSupportingTokensclassSignedEndorsingEncryptedSupportingTokensclassSignedEndorsingSupportingTokensclassSignedSupportingTokensclassSupportingTokens -
Uses of SupportingTokens in com.sun.xml.ws.security.impl.policyconv
Fields in com.sun.xml.ws.security.impl.policyconv declared as SupportingTokens Modifier and Type Field Description protected SupportingTokensSupportingTokensProcessor. stMethods in com.sun.xml.ws.security.impl.policyconv with parameters of type SupportingTokens Modifier and Type Method Description voidBindingProcessor. processSupportingTokens(SupportingTokens st)voidNilBindingProcessor. processSupportingTokens(SupportingTokens st)voidTransportBindingProcessor. processSupportingTokens(SupportingTokens tokens)Constructors in com.sun.xml.ws.security.impl.policyconv with parameters of type SupportingTokens Constructor Description EndorsingSupportingTokensProcessor(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.policy Modifier and Type Interface Description interfaceEncryptedSupportingTokensEncrypted supporting tokens are supporting tokens that are included in the security header and MUST be encrypted when they appear in the security header.interfaceEndorsingEncryptedSupportingTokensEndorsing, encrypted supporting tokens are Endorsing supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interfaceEndorsingSupportingTokensEndorsing 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 encryptinterfaceSignedEncryptedSupportingTokensSigned, encrypted supporting tokens are Signed supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interfaceSignedEndorsingEncryptedSupportingTokensSigned, endorsing, encrypted supporting tokens are signed, endorsing supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interfaceSignedEndorsingSupportingTokensSigned 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.interfaceSignedSupportingTokensSigned tokens are included in the message signature as defined above and may optionally include additional message parts to sign and/or encrypt.
-