Interface | Description |
---|---|
ReplayCache |
A cache to store (String) identifiers to avoid replay attacks.
|
Class | Description |
---|---|
EHCacheManagerHolder |
We need to reference count the EHCacheManager things
|
EHCacheReplayCache |
An in-memory EHCache implementation of the ReplayCache interface.
|
EHCacheReplayCacheFactory |
A factory to return an EHCacheReplayCache instance.
|
MemoryReplayCache |
A simple in-memory HashSet based cache to prevent against replay attacks.
|
MemoryReplayCacheFactory |
A factory to return a MemoryReplayCache instance.
|
ReplayCacheFactory |
An abstract factory to return a ReplayCache instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.