Uses of Interface
org.apache.wss4j.common.cache.ReplayCache
Packages that use ReplayCache
Package
Description
-
Uses of ReplayCache in org.apache.cxf.ws.security.cache
Classes in org.apache.cxf.ws.security.cache that implement ReplayCacheModifier and TypeClassDescriptionclassWrap 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 ReplayCacheModifier and TypeMethodDescriptionprotected 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 ReplayCacheModifier and TypeClassDescriptionclassAn in-memory EHCache implementation of the ReplayCache interface, that overflows to disk.classA 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 ReplayCacheModifier and TypeMethodDescriptionRequestData.getNonceReplayCache()Get the replay cache for NoncesRequestData.getSamlOneTimeUseReplayCache()Get the replay cache for SAML2 OneTimeUse AssertionsRequestData.getTimestampReplayCache()Get the replay cache for TimestampsMethods in org.apache.wss4j.dom.handler with parameters of type ReplayCacheModifier and TypeMethodDescriptionvoidRequestData.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 ReplayCacheModifier and TypeMethodDescriptionWSSSecurityProperties.getNonceReplayCache()Get the replay cache for NoncesWSSSecurityProperties.getSamlOneTimeUseReplayCache()Get the replay cache for SAML2 OneTimeUse AssertionsWSSSecurityProperties.getTimestampReplayCache()Get the replay cache for TimestampsMethods in org.apache.wss4j.stax.ext with parameters of type ReplayCacheModifier and TypeMethodDescriptionvoidWSSSecurityProperties.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 ReplayCacheModifier and TypeMethodDescriptionprotected voidSamlTokenValidatorImpl.checkOneTimeUse(SamlAssertionWrapper samlAssertion, ReplayCache replayCache) Check the "OneTimeUse" Condition of the Assertion.