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 StringCACHE_NAMEName of the login cache. 
- 
Constructor Summary
Constructors Constructor Description FSAuthenticationCache() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit()Initializes the cachestatic voidreinit()Reinitialize cache after configuration changestatic voidshutdown()Removes the cache instance 
 - 
 
- 
- 
Field Detail
- 
CACHE_NAME
public static final String CACHE_NAME
Name of the login cache.- See Also:
 - Constant Field Values
 
 
 - 
 
 -