Package | Description |
---|---|
org.apache.wss4j.common.cache | |
org.apache.wss4j.dom.handler | |
org.apache.wss4j.stax.ext | |
org.apache.wss4j.stax.validate |
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 |
---|---|
ReplayCache |
MemoryReplayCacheFactory.newReplayCache(String key,
Object configuration) |
abstract ReplayCache |
ReplayCacheFactory.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 © 2004–2018 The Apache Software Foundation. All rights reserved.