Uses of Interface
org.apache.ws.security.cache.ReplayCache

Packages that use ReplayCache
org.apache.ws.security.cache   
org.apache.ws.security.handler   
 

Uses of ReplayCache in org.apache.ws.security.cache
 

Classes in org.apache.ws.security.cache that implement ReplayCache
 class MemoryReplayCache
          A simple in-memory HashSet based cache to prevent against replay attacks.
 

Uses of ReplayCache in org.apache.ws.security.handler
 

Methods in org.apache.ws.security.handler that return ReplayCache
 ReplayCache RequestData.getNonceReplayCache()
          Get the replay cache for Nonces
 ReplayCache RequestData.getTimestampReplayCache()
          Get the replay cache for Timestamps
 

Methods in org.apache.ws.security.handler with parameters of type ReplayCache
 void RequestData.setNonceReplayCache(ReplayCache newCache)
          Set the replay cache for Nonces
 void RequestData.setTimestampReplayCache(ReplayCache newCache)
          Set the replay cache for Timestamps
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.