Uses of Interface
org.apache.wss4j.common.cache.ReplayCache
-
-
Uses of ReplayCache in org.apache.cxf.ws.security.cache
Classes in org.apache.cxf.ws.security.cache that implement ReplayCache Modifier and Type Class Description classCXFEHCacheReplayCacheWrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that the cache is shutdown correctly. -
Uses of ReplayCache in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return ReplayCache Modifier and Type Method Description protected ReplayCacheWSS4JInInterceptor. getReplayCache(org.apache.cxf.binding.soap.SoapMessage message, String booleanKey, String instanceKey)Get a ReplayCache instance.static ReplayCacheWSS4JUtils. getReplayCache(org.apache.cxf.binding.soap.SoapMessage message, String booleanKey, String instanceKey)Get a ReplayCache instance. -
Uses of ReplayCache in org.apache.wss4j.common.cache
Classes in org.apache.wss4j.common.cache that implement ReplayCache Modifier and Type Class Description classEHCacheReplayCacheAn in-memory EHCache implementation of the ReplayCache interface, that overflows to disk.classMemoryReplayCacheA simple in-memory HashSet based cache to prevent against replay attacks. -
Uses of ReplayCache in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler that return ReplayCache Modifier and Type Method Description ReplayCacheRequestData. getNonceReplayCache()Get the replay cache for NoncesReplayCacheRequestData. getSamlOneTimeUseReplayCache()Get the replay cache for SAML2 OneTimeUse AssertionsReplayCacheRequestData. getTimestampReplayCache()Get the replay cache for TimestampsMethods in org.apache.wss4j.dom.handler with parameters of type ReplayCache Modifier and Type Method Description voidRequestData. setNonceReplayCache(ReplayCache newCache)Set the replay cache for NoncesvoidRequestData. setSamlOneTimeUseReplayCache(ReplayCache newCache)Set the replay cache for SAML2 OneTimeUse AssertionsvoidRequestData. setTimestampReplayCache(ReplayCache newCache)Set the replay cache for Timestamps -
Uses of ReplayCache in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext that return ReplayCache Modifier and Type Method Description ReplayCacheWSSSecurityProperties. getNonceReplayCache()Get the replay cache for NoncesReplayCacheWSSSecurityProperties. getSamlOneTimeUseReplayCache()Get the replay cache for SAML2 OneTimeUse AssertionsReplayCacheWSSSecurityProperties. getTimestampReplayCache()Get the replay cache for TimestampsMethods in org.apache.wss4j.stax.ext with parameters of type ReplayCache Modifier and Type Method Description voidWSSSecurityProperties. setNonceReplayCache(ReplayCache newCache)Set the replay cache for NoncesvoidWSSSecurityProperties. setSamlOneTimeUseReplayCache(ReplayCache newCache)Set the replay cache for SAML2 OneTimeUse AssertionsvoidWSSSecurityProperties. setTimestampReplayCache(ReplayCache newCache)Set the replay cache for Timestamps -
Uses of ReplayCache in org.apache.wss4j.stax.validate
Methods in org.apache.wss4j.stax.validate with parameters of type ReplayCache Modifier and Type Method Description protected voidSamlTokenValidatorImpl. checkOneTimeUse(SamlAssertionWrapper samlAssertion, ReplayCache replayCache)Check the "OneTimeUse" Condition of the Assertion.
-