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 class
EncryptedSupportingTokens
class
EndorsingEncryptedSupportingTokens
class
EndorsingSupportingTokens
class
SignedEncryptedSupportingTokens
class
SignedEndorsingEncryptedSupportingTokens
class
SignedEndorsingSupportingTokens
class
SignedSupportingTokens
class
SupportingTokens
-
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 SupportingTokens
SupportingTokensProcessor. st
Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type SupportingTokens Modifier and Type Method Description void
BindingProcessor. processSupportingTokens(SupportingTokens st)
void
NilBindingProcessor. processSupportingTokens(SupportingTokens st)
void
TransportBindingProcessor. 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 interface
EncryptedSupportingTokens
Encrypted supporting tokens are supporting tokens that are included in the security header and MUST be encrypted when they appear in the security header.interface
EndorsingEncryptedSupportingTokens
Endorsing, encrypted supporting tokens are Endorsing supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interface
EndorsingSupportingTokens
Endorsing 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 encryptinterface
SignedEncryptedSupportingTokens
Signed, encrypted supporting tokens are Signed supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interface
SignedEndorsingEncryptedSupportingTokens
Signed, endorsing, encrypted supporting tokens are signed, endorsing supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.interface
SignedEndorsingSupportingTokens
Signed 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.interface
SignedSupportingTokens
Signed tokens are included in the message signature as defined above and may optionally include additional message parts to sign and/or encrypt.
-