Uses of Interface
com.sun.xml.ws.security.policy.Token
Packages that use Token
Package
Description
-
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 -
Uses of Token in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement TokenModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassRsaToken should be used with SecurityPolicy submission namespace (2005/07) and a namespace of http://schemas.microsoft.com/ws/2005/07/securitypolicy.classclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in com.sun.xml.ws.security.impl.policy that return TokenModifier and TypeMethodDescriptionSymmetricBinding.getEncryptionToken()AsymmetricBinding.getInitiatorEncryptionToken()AsymmetricBinding.getInitiatorSignatureToken()AsymmetricBinding.getInitiatorToken()SymmetricBinding.getProtectionToken()AsymmetricBinding.getRecipientEncryptionToken()AsymmetricBinding.getRecipientSignatureToken()AsymmetricBinding.getRecipientToken()SymmetricBinding.getSignatureToken()Token.getToken()TransportBinding.getTransportToken()Methods in com.sun.xml.ws.security.impl.policy with parameters of type TokenModifier and TypeMethodDescriptionvoidvoidTransportBinding.addTransportToken(Token token) voidSymmetricBinding.setEncryptionToken(Token token) voidAsymmetricBinding.setInitiatorEncryptionToken(Token token) voidAsymmetricBinding.setInitiatorSignatureToken(Token token) voidAsymmetricBinding.setInitiatorToken(Token token) voidSymmetricBinding.setProtectionToken(Token token) voidAsymmetricBinding.setRecipientEncryptionToken(Token token) voidAsymmetricBinding.setRecipientSignatureToken(Token token) voidAsymmetricBinding.setRecipientToken(Token token) voidSymmetricBinding.setSignatureToken(Token token) void -
Uses of Token in com.sun.xml.ws.security.impl.policyconv
Classes in com.sun.xml.ws.security.impl.policyconv that implement TokenMethods in com.sun.xml.ws.security.impl.policyconv that return TokenModifier and TypeMethodDescriptionprotected TokenAsymmetricBindingProcessor.getEncryptionToken()protected TokenAsymmetricBindingProcessor.getSignatureToken()Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type TokenModifier and TypeMethodDescriptionvoidTokenProcessor.addKeyBinding(Binding binding, WSSPolicy policy, Token token, boolean ignoreDK) protected voidSymmetricBindingProcessor.addSymmetricKeyBinding(WSSPolicy policy, Token token) protected voidEndorsingSupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token) protected voidSignedEndorsingSupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token) protected voidSignedSupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token) protected voidSupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token) protected voidEndorsingSupportingTokensProcessor.collectSignaturePolicies(Token token) protected voidSupportingTokensProcessor.collectSignaturePolicies(Token token) protected voidSupportingTokensProcessor.createSupportingSignature(Token token) protected voidEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion) protected voidEndorsingEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion) protected voidEndorsingSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion) protected voidSignedEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion) protected voidSignedEndorsingEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion) protected voidSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion) TokenProcessor.getWSSToken(Token token) protected voidTokenProcessor.setTokenInclusion(KeyBindingBase xwssToken, Token token) -
Uses of Token in com.sun.xml.ws.security.policy
Subinterfaces of Token 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 encryptinterfaceinterfaceThis element represents a requirement for an issued token, that is one issued by some token issuer using the mechanisms defined in WS-Trust.interfaceThis interface represents Kerberos TokeninterfaceinterfaceinterfaceRsaToken should be used with SecurityPolicy submission namespace (2005/07) and a namespace of http://schemas.microsoft.com/ws/2005/07/securitypolicy.interfaceThis interface represents requirement for SAML TokeninterfaceThis interface represents requirement for Security Context Token defined in WS-SecureConversation 1.0interfaceinterfaceSigned, 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.interfaceinterfaceSupporting tokens are included in the security header and may optionally include additional message parts to sign and/or encrypt.interfaceinterfaceRepresents UsernameToken AssertioninterfaceRepresents BinarySecurityToken.Methods in com.sun.xml.ws.security.policy that return TokenModifier and TypeMethodDescriptionSymmetricBinding.getEncryptionToken()returns the EncryptionTokenAsymmetricBinding.getInitiatorEncryptionToken()returns Initiator tokenAsymmetricBinding.getInitiatorSignatureToken()returns Initiator tokenAsymmetricBinding.getInitiatorToken()returns Initiator tokenSymmetricBinding.getProtectionToken()return token to be used for signature and encryption operations.AsymmetricBinding.getRecipientEncryptionToken()returns Recipient tokenAsymmetricBinding.getRecipientSignatureToken()returns Recipient tokenAsymmetricBinding.getRecipientToken()returns Recipient tokenSymmetricBinding.getSignatureToken()returns token to be used for Signature operationsTransportBinding.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 -
Uses of Token in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl with parameters of type TokenModifier and TypeMethodDescriptionprotected MessagePolicySecurityTubeBase.getInboundXWSBootstrapPolicy(Token scAssertion) protected List<PolicyAssertion>SecurityTubeBase.getIssuedTokenPoliciesFromBootstrapPolicy(Token scAssertion) protected List<PolicyAssertion>SecurityTubeBase.getKerberosTokenPoliciesFromBootstrapPolicy(Token scAssertion) protected MessagePolicySecurityTubeBase.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 TokenModifier and TypeMethodDescriptionprotected List<PolicyAssertion>WSITAuthContextBase.getIssuedTokenPoliciesFromBootstrapPolicy(Token scAssertion) protected List<PolicyAssertion>WSITAuthContextBase.getKerberosTokenPoliciesFromBootstrapPolicy(Token scAssertion) protected MessagePolicyWSITAuthContextBase.getOutgoingXWSBootstrapPolicy(Token scAssertion)