Uses of Interface
org.apache.cxf.ws.security.tokenstore.TokenStore
Packages that use TokenStore
Package
Description
-
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(org.apache.cxf.message.Message message) EHCacheTokenStoreFactory.newTokenStore(String key, org.apache.cxf.message.Message message) MemoryTokenStoreFactory.newTokenStore(String key, org.apache.cxf.message.Message message) abstract TokenStoreTokenStoreFactory.newTokenStore(String key, org.apache.cxf.message.Message message) -
Uses of TokenStore in org.apache.cxf.ws.security.tokenstore.jcache
Classes in org.apache.cxf.ws.security.tokenstore.jcache that implement TokenStoreModifier and TypeClassDescriptionclassAn in-memory JCache implementation of the TokenStore interface.Methods in org.apache.cxf.ws.security.tokenstore.jcache that return TokenStoreModifier and TypeMethodDescriptionJCacheTokenStoreFactory.newTokenStore(String key, org.apache.cxf.message.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(org.apache.cxf.binding.soap.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()