Uses of Interface
org.apache.cxf.ws.security.tokenstore.TokenStore
-
Packages that use TokenStore Package Description org.apache.cxf.ws.security.tokenstore org.apache.cxf.ws.security.trust org.apache.cxf.ws.security.wss4j org.apache.cxf.ws.security.wss4j.policyhandlers -
-
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.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()
-