Uses of Interface
org.apache.cxf.ws.security.tokenstore.TokenStore
-
-
Uses of TokenStore in org.apache.cxf.ws.security.tokenstore
Classes in org.apache.cxf.ws.security.tokenstore that implement TokenStore Modifier and Type Class Description classEHCacheTokenStoreAn in-memory EHCache implementation of the TokenStore interface.classMemoryTokenStoreA simple HashMap-based TokenStore.Methods in org.apache.cxf.ws.security.tokenstore that return TokenStore Modifier and Type Method Description static TokenStoreTokenStoreUtils. getTokenStore(org.apache.cxf.message.Message message)TokenStoreEHCacheTokenStoreFactory. newTokenStore(String key, org.apache.cxf.message.Message message)TokenStoreMemoryTokenStoreFactory. 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 TokenStore Modifier and Type Class Description classJCacheTokenStoreAn in-memory JCache implementation of the TokenStore interface.Methods in org.apache.cxf.ws.security.tokenstore.jcache that return TokenStore Modifier and Type Method Description TokenStoreJCacheTokenStoreFactory. 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 TokenStore Modifier and Type Method Description TokenStoreSTSTokenValidator. getTokenStore()Methods in org.apache.cxf.ws.security.trust with parameters of type TokenStore Modifier and Type Method Description voidSTSTokenValidator. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return TokenStore Modifier and Type Method Description protected TokenStoreAbstractTokenInterceptor. getTokenStore(org.apache.cxf.binding.soap.SoapMessage message)Constructors in org.apache.cxf.ws.security.wss4j with parameters of type TokenStore Constructor Description TokenStoreCallbackHandler(CallbackHandler in, TokenStore st) -
Uses of TokenStore in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return TokenStore Modifier and Type Method Description protected TokenStoreAbstractBindingBuilder. getTokenStore()
-