Uses of Interface
org.apache.directory.server.kerberos.shared.replay.ReplayCache

Packages that use ReplayCache
org.apache.directory.server.kerberos.shared.replay Provides the interface and in-memory implementation of a Kerberos replay cache. 
 

Uses of ReplayCache in org.apache.directory.server.kerberos.shared.replay
 

Classes in org.apache.directory.server.kerberos.shared.replay that implement ReplayCache
 class ReplayCacheImpl
          "The replay cache will store at least the server name, along with the client name, time, and microsecond fields from the recently-seen authenticators, and if a matching tuple is found, the KRB_AP_ERR_REPEAT error is returned." We will store the entries in Ehacache instance
 



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