Class EHCacheTokenReplayCache

java.lang.Object
org.apache.cxf.rs.security.saml.sso.EHCacheTokenReplayCache
All Implemented Interfaces:
Closeable, AutoCloseable, TokenReplayCache<String>

public class EHCacheTokenReplayCache extends Object implements TokenReplayCache<String>
An in-memory EHCache implementation of the TokenReplayCache interface. The default TTL is 60 minutes and the max TTL is 12 hours.