Uses of Interface
org.apache.cxf.rs.security.saml.sso.TokenReplayCache
-
Packages that use TokenReplayCache Package Description org.apache.cxf.rs.security.saml.sso -
-
Uses of TokenReplayCache in org.apache.cxf.rs.security.saml.sso
Classes in org.apache.cxf.rs.security.saml.sso that implement TokenReplayCache Modifier and Type Class Description classEHCacheTokenReplayCacheAn in-memory EHCache implementation of the TokenReplayCache interface.Methods in org.apache.cxf.rs.security.saml.sso that return TokenReplayCache Modifier and Type Method Description TokenReplayCache<String>AbstractRequestAssertionConsumerHandler. getReplayCache()Methods in org.apache.cxf.rs.security.saml.sso with parameters of type TokenReplayCache Modifier and Type Method Description voidAbstractRequestAssertionConsumerHandler. setReplayCache(TokenReplayCache<String> replayCache)voidSAMLSSOResponseValidator. setReplayCache(TokenReplayCache<String> replayCache)
-