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

Packages that use Token
com.sun.xml.ws.api.security.secconv.client   
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.security.impl.policyconv   
com.sun.xml.ws.security.policy   
com.sun.xml.ws.security.secconv.impl.client   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
 

Uses of Token in com.sun.xml.ws.api.security.secconv.client
 

Methods in com.sun.xml.ws.api.security.secconv.client that return Token
abstract  Token SCTokenConfiguration.getSCToken()
           
 

Uses of Token in com.sun.xml.ws.security.impl.policy
 

Classes in com.sun.xml.ws.security.impl.policy that implement Token
 class EncryptedSupportingTokens
           
 class EncryptionToken
           
 class EndorsingEncryptedSupportingTokens
           
 class EndorsingSupportingTokens
           
 class HttpsToken
           
 class InitiatorToken
           
 class IssuedToken
           
 class KerberosToken
           
 class KeyValueToken
           
 class ProtectionToken
           
 class RecipientToken
           
 class RelToken
           
 class RsaToken
          RsaToken should be used with SecurityPolicy submission namespace (2005/07) and a namespace of http://schemas.microsoft.com/ws/2005/07/securitypolicy.
 class SamlToken
           
 class SecureConversationToken
           
 class SecurityContextToken
           
 class SignatureToken
           
 class SignedEncryptedSupportingTokens
           
 class SignedEndorsingEncryptedSupportingTokens
           
 class SignedEndorsingSupportingTokens
           
 class SignedSupportingTokens
           
 class SpnegoContextToken
           
 class SupportingTokens
           
 class Token
           
 class TransportToken
           
 class UsernameToken
           
 class X509Token
           
 

Methods in com.sun.xml.ws.security.impl.policy that return Token
 Token SymmetricBinding.getEncryptionToken()
           
 Token AsymmetricBinding.getInitiatorToken()
           
 Token SymmetricBinding.getProtectionToken()
           
 Token AsymmetricBinding.getRecipientToken()
           
 Token SymmetricBinding.getSignatureToken()
           
 Token Token.getToken()
           
 Token TransportBinding.getTransportToken()
           
 

Methods in com.sun.xml.ws.security.impl.policy with parameters of type Token
 void SupportingTokens.addToken(Token token)
           
 void TransportBinding.addTransportToken(Token token)
           
 void SymmetricBinding.setEncryptionToken(Token token)
           
 void AsymmetricBinding.setInitiatorToken(Token token)
           
 void SymmetricBinding.setProtectionToken(Token token)
           
 void AsymmetricBinding.setRecipientToken(Token token)
           
 void SymmetricBinding.setSignatureToken(Token token)
           
 void Token.setToken(Token token)
           
 

Uses of Token in com.sun.xml.ws.security.impl.policyconv
 

Classes in com.sun.xml.ws.security.impl.policyconv that implement Token
 class SCTokenWrapper
           
 

Methods in com.sun.xml.ws.security.impl.policyconv that return Token
protected  Token AsymmetricBindingProcessor.getEncryptionToken()
           
protected  Token AsymmetricBindingProcessor.getSignatureToken()
           
 

Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type Token
 void TokenProcessor.addKeyBinding(com.sun.xml.wss.impl.policy.mls.WSSPolicy policy, Token token, boolean ignoreDK)
           
protected  void SymmetricBindingProcessor.addSymmetricKeyBinding(com.sun.xml.wss.impl.policy.mls.WSSPolicy policy, Token token)
           
protected  void EndorsingSupportingTokensProcessor.addToPrimarySignature(com.sun.xml.wss.impl.policy.mls.WSSPolicy policy, Token token)
           
protected  void SignedEndorsingSupportingTokensProcessor.addToPrimarySignature(com.sun.xml.wss.impl.policy.mls.WSSPolicy policy, Token token)
           
protected  void SignedSupportingTokensProcessor.addToPrimarySignature(com.sun.xml.wss.impl.policy.mls.WSSPolicy policy, Token token)
           
protected  void SupportingTokensProcessor.addToPrimarySignature(com.sun.xml.wss.impl.policy.mls.WSSPolicy policy, Token token)
           
protected  void EndorsingSupportingTokensProcessor.collectSignaturePolicies(Token token)
           
protected  void SupportingTokensProcessor.collectSignaturePolicies(Token token)
           
protected  void SupportingTokensProcessor.createSupportingSignature(Token token)
           
protected  void EncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void EndorsingEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void SignedEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void SignedEndorsingEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void SupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
 com.sun.xml.wss.impl.policy.mls.WSSPolicy TokenProcessor.getWSSToken(Token token)
           
protected  void TokenProcessor.setTokenInclusion(com.sun.xml.wss.impl.policy.mls.KeyBindingBase xwssToken, Token token)
           
 

Uses of Token in com.sun.xml.ws.security.policy
 

Subinterfaces of Token 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 HttpsToken
           
 interface IssuedToken
          This element represents a requirement for an issued token, that is one issued by some token issuer using the mechanisms defined in WS-Trust.
 interface KerberosToken
          This interface represents Kerberos Token
 interface KeyValueToken
           
 interface RelToken
           
 interface RsaToken
          RsaToken should be used with SecurityPolicy submission namespace (2005/07) and a namespace of http://schemas.microsoft.com/ws/2005/07/securitypolicy.
 interface SamlToken
          This interface represents requirement for SAML Token
 interface SecureConversationToken
          This interface represents requirement for Security Context Token defined in WS-SecureConversation 1.0
 interface SecurityContextToken
           
 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.
 interface SpnegoContextToken
           
 interface SupportingTokens
          Supporting tokens are included in the security header and may optionally include additional message parts to sign and/or encrypt.
 interface TransportToken
           
 interface UserNameToken
          Represents UsernameToken Assertion
 interface X509Token
          Represents BinarySecurityToken.
 

Methods in com.sun.xml.ws.security.policy that return Token
 Token SymmetricBinding.getEncryptionToken()
          returns the EncryptionToken
 Token AsymmetricBinding.getInitiatorToken()
          returns Initiator token
 Token SymmetricBinding.getProtectionToken()
          return token to be used for signature and encryption operations.
 Token AsymmetricBinding.getRecipientToken()
          returns Recipient token
 Token SymmetricBinding.getSignatureToken()
          returns token to be used for Signature operations
 Token TransportBinding.getTransportToken()
          get the Transport token , eg: HttpsToken
 

Uses of Token in com.sun.xml.ws.security.secconv.impl.client
 

Methods in com.sun.xml.ws.security.secconv.impl.client that return Token
 Token DefaultSCTokenConfiguration.getSCToken()
           
 

Uses of Token in com.sun.xml.wss.jaxws.impl
 

Methods in com.sun.xml.wss.jaxws.impl with parameters of type Token
protected  com.sun.xml.wss.impl.policy.mls.MessagePolicy SecurityTubeBase.getInboundXWSBootstrapPolicy(Token scAssertion)
           
protected  java.util.List<com.sun.xml.ws.policy.PolicyAssertion> SecurityTubeBase.getIssuedTokenPoliciesFromBootstrapPolicy(Token scAssertion)
           
protected  java.util.List<com.sun.xml.ws.policy.PolicyAssertion> SecurityTubeBase.getKerberosTokenPoliciesFromBootstrapPolicy(Token scAssertion)
           
protected  com.sun.xml.wss.impl.policy.mls.MessagePolicy SecurityTubeBase.getOutgoingXWSBootstrapPolicy(Token scAssertion)
           
 

Uses of Token in com.sun.xml.wss.provider.wsit
 

Methods in com.sun.xml.wss.provider.wsit with parameters of type Token
protected  java.util.List<com.sun.xml.ws.policy.PolicyAssertion> WSITAuthContextBase.getIssuedTokenPoliciesFromBootstrapPolicy(Token scAssertion)
           
protected  java.util.List<com.sun.xml.ws.policy.PolicyAssertion> WSITAuthContextBase.getKerberosTokenPoliciesFromBootstrapPolicy(Token scAssertion)
           
protected  com.sun.xml.wss.impl.policy.mls.MessagePolicy WSITAuthContextBase.getOutgoingXWSBootstrapPolicy(Token scAssertion)