Apache CXF API

Uses of Interface
org.apache.cxf.rs.security.saml.sso.TokenReplayCache

Packages that use TokenReplayCache
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
 class EHCacheTokenReplayCache
          An in-memory EHCache implementation of the TokenReplayCache interface.
 

Methods in org.apache.cxf.rs.security.saml.sso that return TokenReplayCache
 TokenReplayCache<String> AbstractRequestAssertionConsumerHandler.getReplayCache()
           
 

Methods in org.apache.cxf.rs.security.saml.sso with parameters of type TokenReplayCache
 void AbstractRequestAssertionConsumerHandler.setReplayCache(TokenReplayCache<String> replayCache)
           
 void SAMLSSOResponseValidator.setReplayCache(TokenReplayCache<String> replayCache)
           
 


Apache CXF API

Apache CXF