| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
EHCacheTokenStore
An in-memory EHCache implementation of the TokenStore interface.
|
class |
MemoryTokenStore
A simple HashMap-based TokenStore.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenStore |
TokenStoreUtils.getTokenStore(org.apache.cxf.message.Message message) |
abstract TokenStore |
TokenStoreFactory.newTokenStore(String key,
org.apache.cxf.message.Message message) |
TokenStore |
MemoryTokenStoreFactory.newTokenStore(String key,
org.apache.cxf.message.Message message) |
TokenStore |
EHCacheTokenStoreFactory.newTokenStore(String key,
org.apache.cxf.message.Message message) |
| Modifier and Type | Method and Description |
|---|---|
TokenStore |
STSTokenValidator.getTokenStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
STSTokenValidator.setTokenStore(TokenStore tokenStore) |
| Modifier and Type | Method and Description |
|---|---|
protected TokenStore |
AbstractTokenInterceptor.getTokenStore(org.apache.cxf.binding.soap.SoapMessage message) |
| Constructor and Description |
|---|
TokenStoreCallbackHandler(CallbackHandler in,
TokenStore st) |
| Modifier and Type | Method and Description |
|---|---|
protected TokenStore |
AbstractBindingBuilder.getTokenStore() |
Apache CXF