Uses of Interface
com.sun.xml.ws.security.policy.SupportingTokens

Packages that use SupportingTokens
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
 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
protected  SupportingTokens SupportingTokensProcessor.st
           
 

Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type SupportingTokens
 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
EndorsingSupportingTokensProcessor(SupportingTokens st, TokenProcessor tokenProcessor, Binding binding, XWSSPolicyContainer container, com.sun.xml.wss.impl.policy.mls.SignaturePolicy sp, com.sun.xml.wss.impl.policy.mls.EncryptionPolicy ep, PolicyID pid)
          Creates a new instance of EndorsingSupportingTokensProcessor
SignedEndorsingSupportingTokensProcessor(SupportingTokens st, TokenProcessor tokenProcessor, Binding binding, XWSSPolicyContainer container, com.sun.xml.wss.impl.policy.mls.SignaturePolicy sp, com.sun.xml.wss.impl.policy.mls.EncryptionPolicy ep, PolicyID pid)
          Creates a new instance of EndorsingSupportingTokensProcessor
SupportingTokensProcessor(SupportingTokens st, TokenProcessor tokenProcessor, Binding binding, XWSSPolicyContainer container, com.sun.xml.wss.impl.policy.mls.SignaturePolicy sp, com.sun.xml.wss.impl.policy.mls.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
 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 encrypt
 interface 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.