Class JCacheTokenReplayCache

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

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