Uses of Interface
org.apache.cxf.ws.security.tokenstore.TokenStore
Packages that use TokenStore
Package
Description
-
Uses of TokenStore in org.apache.cxf.sts.cache
Classes in org.apache.cxf.sts.cache that implement TokenStoreMethods in org.apache.cxf.sts.cache with parameters of type TokenStoreModifier and TypeMethodDescriptionstatic voidCacheUtils.storeTokenInCache(SecurityToken securityToken, TokenStore cache, byte[] signatureValue) -
Uses of TokenStore in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return TokenStoreMethods in org.apache.cxf.sts.claims with parameters of type TokenStore -
Uses of TokenStore in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation declared as TokenStoreMethods in org.apache.cxf.sts.operation that return TokenStoreMethods in org.apache.cxf.sts.operation with parameters of type TokenStore -
Uses of TokenStore in org.apache.cxf.sts.provider
Methods in org.apache.cxf.sts.provider with parameters of type TokenStoreModifier and TypeMethodDescriptionvoidDefaultSecurityTokenServiceProvider.setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.canceller
Methods in org.apache.cxf.sts.token.canceller that return TokenStoreMethods in org.apache.cxf.sts.token.canceller with parameters of type TokenStoreModifier and TypeMethodDescriptionvoidTokenCancellerParameters.setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.delegation
Methods in org.apache.cxf.sts.token.delegation that return TokenStoreMethods in org.apache.cxf.sts.token.delegation with parameters of type TokenStoreModifier and TypeMethodDescriptionvoidTokenDelegationParameters.setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return TokenStoreMethods in org.apache.cxf.sts.token.provider with parameters of type TokenStoreModifier and TypeMethodDescriptionvoidTokenProviderParameters.setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.renewer
Methods in org.apache.cxf.sts.token.renewer that return TokenStoreMethods in org.apache.cxf.sts.token.renewer with parameters of type TokenStoreModifier and TypeMethodDescriptionvoidTokenRenewerParameters.setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator that return TokenStoreMethods in org.apache.cxf.sts.token.validator with parameters of type TokenStoreModifier and TypeMethodDescriptionvoidTokenValidatorParameters.setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.ws.security.tokenstore
Classes in org.apache.cxf.ws.security.tokenstore that implement TokenStoreModifier and TypeClassDescriptionclassAn in-memory EHCache implementation of the TokenStore interface.classA simple HashMap-based TokenStore.Methods in org.apache.cxf.ws.security.tokenstore that return TokenStoreModifier and TypeMethodDescriptionstatic TokenStoreTokenStoreUtils.getTokenStore(Message message) EHCacheTokenStoreFactory.newTokenStore(String key, Message message) MemoryTokenStoreFactory.newTokenStore(String key, Message message) abstract TokenStoreTokenStoreFactory.newTokenStore(String key, Message message) -
Uses of TokenStore in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return TokenStoreMethods in org.apache.cxf.ws.security.trust with parameters of type TokenStore -
Uses of TokenStore in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return TokenStoreModifier and TypeMethodDescriptionprotected TokenStoreAbstractTokenInterceptor.getTokenStore(SoapMessage message) Constructors in org.apache.cxf.ws.security.wss4j with parameters of type TokenStore -
Uses of TokenStore in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return TokenStoreModifier and TypeMethodDescriptionprotected final TokenStoreAbstractBindingBuilder.getTokenStore()