Modifier and Type | Class and Description |
---|---|
class |
CXFEHCacheReplayCache
Wrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that
the cache is shutdown correctly.
|
Modifier and Type | Method and Description |
---|---|
static ReplayCache |
WSS4JUtils.getReplayCache(org.apache.cxf.binding.soap.SoapMessage message,
String booleanKey,
String instanceKey)
Get a ReplayCache instance.
|
protected ReplayCache |
WSS4JInInterceptor.getReplayCache(org.apache.cxf.binding.soap.SoapMessage message,
String booleanKey,
String instanceKey)
Get a ReplayCache instance.
|
Modifier and Type | Class and Description |
---|---|
class |
EHCacheReplayCache
An in-memory EHCache implementation of the ReplayCache interface.
|
class |
MemoryReplayCache
A simple in-memory HashSet based cache to prevent against replay attacks.
|
Modifier and Type | Method and Description |
---|---|
abstract ReplayCache |
ReplayCacheFactory.newReplayCache(String key,
Object configuration) |
ReplayCache |
MemoryReplayCacheFactory.newReplayCache(String key,
Object configuration) |
ReplayCache |
EHCacheReplayCacheFactory.newReplayCache(String key,
Object configuration) |
Modifier and Type | Method and Description |
---|---|
ReplayCache |
RequestData.getNonceReplayCache()
Get the replay cache for Nonces
|
ReplayCache |
RequestData.getSamlOneTimeUseReplayCache()
Get the replay cache for SAML2 OneTimeUse Assertions
|
ReplayCache |
RequestData.getTimestampReplayCache()
Get the replay cache for Timestamps
|
Modifier and Type | Method and Description |
---|---|
void |
RequestData.setNonceReplayCache(ReplayCache newCache)
Set the replay cache for Nonces
|
void |
RequestData.setSamlOneTimeUseReplayCache(ReplayCache newCache)
Set the replay cache for SAML2 OneTimeUse Assertions
|
void |
RequestData.setTimestampReplayCache(ReplayCache newCache)
Set the replay cache for Timestamps
|
Modifier and Type | Method and Description |
---|---|
ReplayCache |
WSSSecurityProperties.getNonceReplayCache()
Get the replay cache for Nonces
|
ReplayCache |
WSSSecurityProperties.getSamlOneTimeUseReplayCache()
Get the replay cache for SAML2 OneTimeUse Assertions
|
ReplayCache |
WSSSecurityProperties.getTimestampReplayCache()
Get the replay cache for Timestamps
|
Modifier and Type | Method and Description |
---|---|
void |
WSSSecurityProperties.setNonceReplayCache(ReplayCache newCache)
Set the replay cache for Nonces
|
void |
WSSSecurityProperties.setSamlOneTimeUseReplayCache(ReplayCache newCache)
Set the replay cache for SAML2 OneTimeUse Assertions
|
void |
WSSSecurityProperties.setTimestampReplayCache(ReplayCache newCache)
Set the replay cache for Timestamps
|
Modifier and Type | Method and Description |
---|---|
protected void |
SamlTokenValidatorImpl.checkOneTimeUse(SamlAssertionWrapper samlAssertion,
ReplayCache replayCache)
Check the "OneTimeUse" Condition of the Assertion.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.