Package de.xima.fc.fs.server
Class FSAuthenticationCache
- java.lang.Object
-
- de.xima.fc.fs.server.FSAuthenticationCache
-
public class FSAuthenticationCache extends Object
Cache storing user login attempts.- Since:
- 8.3.0
- Author:
- XIMA Media GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_NAME
Name of the login cache.
-
Constructor Summary
Constructors Constructor Description FSAuthenticationCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init()
Initializes the cachestatic void
reinit()
Reinitialize cache after configuration changestatic void
shutdown()
Removes the cache instance
-
-
-
Field Detail
-
CACHE_NAME
public static final String CACHE_NAME
Name of the login cache.- See Also:
- Constant Field Values
-
-