Package | Description |
---|---|
org.apache.ws.security.cache | |
org.apache.ws.security.handler |
Modifier and Type | Class and Description |
---|---|
class |
MemoryReplayCache
A simple in-memory HashSet based cache to prevent against replay attacks.
|
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
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.