Class AuthCache

java.lang.Object
org.aktin.broker.auth.AuthCache
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

@Singleton
public class AuthCache
extends Object
implements Flushable, Closeable
In memory cache for user objects which also has manages a last-contact timestamp.
Author:
R.W.Majeed
  • Constructor Details

    • AuthCache

      public AuthCache()
    • AuthCache

      @Inject public AuthCache​(BrokerBackend backend)
      CDI constructor
      Parameters:
      backend -
  • Method Details