Uses of Class
org.apache.wss4j.policy.model.AbstractToken
Packages that use AbstractToken
Package
Description
-
Uses of AbstractToken in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return AbstractTokenModifier and TypeMethodDescriptionprotected abstract AbstractTokenAbstractTokenInterceptor.assertTokens(org.apache.cxf.binding.soap.SoapMessage message) protected AbstractTokenAbstractTokenInterceptor.assertTokens(org.apache.cxf.binding.soap.SoapMessage message, String localname, boolean signed) protected AbstractTokenBinarySecurityTokenInterceptor.assertTokens(org.apache.cxf.binding.soap.SoapMessage message) protected AbstractTokenKerberosTokenInterceptor.assertTokens(org.apache.cxf.binding.soap.SoapMessage message) protected AbstractTokenSamlTokenInterceptor.assertTokens(org.apache.cxf.binding.soap.SoapMessage message) Methods in org.apache.cxf.ws.security.wss4j with parameters of type AbstractTokenModifier and TypeMethodDescriptionprotected StringAbstractTokenInterceptor.getPassword(String userName, AbstractToken info, int usage, org.apache.cxf.binding.soap.SoapMessage message) protected voidAbstractTokenInterceptor.policyNotAsserted(AbstractToken assertion, Exception reason, org.apache.cxf.binding.soap.SoapMessage message) protected voidAbstractTokenInterceptor.policyNotAsserted(AbstractToken assertion, String reason, org.apache.cxf.binding.soap.SoapMessage message) -
Uses of AbstractToken in org.apache.cxf.ws.security.wss4j.policyhandlers
Fields in org.apache.cxf.ws.security.wss4j.policyhandlers with type parameters of type AbstractTokenModifier and TypeFieldDescriptionprotected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.endEncSuppTokMapprotected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.endSuppTokMapprotected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.sgndEndEncSuppTokMapprotected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.sgndEndSuppTokMapMethods in org.apache.cxf.ws.security.wss4j.policyhandlers that return types with arguments of type AbstractTokenModifier and TypeMethodDescriptionprotected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.handleSupportingTokens(Collection<org.apache.cxf.ws.policy.AssertionInfo> tokenAssertions, boolean signed, boolean endorse) protected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.handleSupportingTokens(SupportingTokens suppTokens, boolean signed, boolean endorse) protected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.handleSupportingTokens(SupportingTokens suppTokens, boolean signed, boolean endorse, Map<AbstractToken, org.apache.xml.security.stax.ext.SecurePart> ret) Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type AbstractTokenModifier and TypeMethodDescriptionprotected org.apache.xml.security.stax.ext.SecurePartAbstractStaxBindingHandler.addIssuedToken(AbstractToken token, SecurityToken secToken, boolean signed, boolean endorsing) protected voidAbstractCommonBindingHandler.assertToken(AbstractToken token) protected voidAbstractStaxBindingHandler.configureSignature(AbstractToken token, boolean attached) protected WSSecEncryptedKeyAbstractBindingBuilder.getEncryptedKeyBuilder(AbstractToken token, SecretKey symmetricKey) protected org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifierAbstractStaxBindingHandler.getKeyIdentifierType(AbstractToken token) protected WSSecSignatureAbstractBindingBuilder.getSignatureBuilder(AbstractToken token, boolean attached, boolean endorse) AbstractBindingBuilder.setEncryptionUser(WSSecEncryptedKey encrKeyBuilder, AbstractToken token, boolean sign, Crypto crypto) voidAbstractBindingBuilder.setKeyIdentifierType(WSSecBase secBase, AbstractToken token) protected voidAbstractStaxBindingHandler.storeSecurityToken(AbstractToken policyToken, SecurityToken tok) Method parameters in org.apache.cxf.ws.security.wss4j.policyhandlers with type arguments of type AbstractTokenModifier and TypeMethodDescriptionprotected voidAbstractStaxBindingHandler.addSignatureParts(Map<AbstractToken, org.apache.xml.security.stax.ext.SecurePart> tokenMap) protected Map<AbstractToken,org.apache.xml.security.stax.ext.SecurePart> AbstractStaxBindingHandler.handleSupportingTokens(SupportingTokens suppTokens, boolean signed, boolean endorse, Map<AbstractToken, org.apache.xml.security.stax.ext.SecurePart> ret) protected voidAbstractStaxBindingHandler.handleUsernameTokenSupportingToken(UsernameToken token, boolean endorse, boolean encryptedToken, Map<AbstractToken, org.apache.xml.security.stax.ext.SecurePart> ret) -
Uses of AbstractToken in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type AbstractTokenModifier and TypeMethodDescriptionprotected voidAbstractBindingPolicyValidator.assertDerivedKeys(AbstractToken token, org.apache.cxf.ws.policy.AssertionInfoMap aim) protected voidAbstractSupportingTokenPolicyValidator.assertDerivedKeys(AbstractToken token, org.apache.cxf.ws.policy.AssertionInfoMap aim) protected booleanAbstractSecurityPolicyValidator.isTokenRequired(AbstractToken token, Message message) Check to see if a token is required or not. -
Uses of AbstractToken in org.apache.wss4j.policy.model
Subclasses of AbstractToken in org.apache.wss4j.policy.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in org.apache.wss4j.policy.model that return AbstractTokenMethods in org.apache.wss4j.policy.model that return types with arguments of type AbstractTokenMethods in org.apache.wss4j.policy.model with parameters of type AbstractTokenModifier and TypeMethodDescriptionvoidSupportingTokens.addToken(AbstractToken token) protected voidAbstractTokenWrapper.setToken(AbstractToken token) -
Uses of AbstractToken in org.apache.wss4j.policy.stax.assertionStates
Methods in org.apache.wss4j.policy.stax.assertionStates with parameters of type AbstractTokenModifier and TypeMethodDescriptionbooleanHttpsTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanIssuedTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanKerberosTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanKeyValueTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanRelTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanSamlTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanSecurityContextTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanSpnegoContextTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) abstract booleanTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanUsernameTokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken) booleanX509TokenAssertionState.assertToken(org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<? extends org.apache.xml.security.stax.securityToken.SecurityToken> tokenSecurityEvent, AbstractToken abstractToken)