Class AutoLoginCache
- java.lang.Object
-
- de.xima.fc.security.authentication.AutoLoginCache
-
- Direct Known Subclasses:
AutoLoginCacheManager
public class AutoLoginCache extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_NAME
Name of the auto login cache.
-
Constructor Summary
Constructors Constructor Description AutoLoginCache()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
addData(AutoLoginInData data)
static AutoLoginInData
getData(String cookieValue)
static void
init()
static void
reinit()
Reinitialize cache after configuration changestatic void
reinitConfig()
Deprecated.static void
removeData(String cookieValue)
static void
shutdown()
Removes the cache instance
-
-
-
Field Detail
-
CACHE_NAME
public static final String CACHE_NAME
Name of the auto login cache.- See Also:
- Constant Field Values
-
-
Method Detail
-
addData
public static String addData(AutoLoginInData data)
-
getData
public static AutoLoginInData getData(String cookieValue)
-
init
public static void init()
-
reinit
public static void reinit()
Reinitialize cache after configuration change
-
reinitConfig
@Deprecated public static void reinitConfig()
Deprecated.
-
removeData
public static void removeData(String cookieValue)
-
shutdown
public static void shutdown()
Removes the cache instance
-
-