Package de.xima.fc.web.common.cache
Class LoginCache
java.lang.Object
de.xima.fc.web.common.cache.LoginCache
- Direct Known Subclasses:
LoginCacheManager
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.UseLoginCache.CACHE_NAME
instead. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoginAttempt
addLoginAttempt
(String login, Long mandantId) Deprecated.UseLoginCache.addLoginAttempt(String)
instead.static org.ehcache.Cache<String,
LoginAttempt> getCache()
Deprecated.static String
getEntryKey
(String login, Long mandantId) Deprecated.Use login ID directly.static org.ehcache.Cache<String,
LoginAttempt> Deprecated.UseLoginCache.getInstance()
instead.static LoginAttempt
getLoginAttempts
(String login, Long mandantId) Deprecated.UseLoginCache.getLoginAttempts(String)
instead.static long
Deprecated.LoginCache.getLoginCount()
instead.static int
Deprecated.static int
Deprecated.static void
init()
Deprecated.UseLoginCache.init()
instead.static void
reinit()
Deprecated.UseLoginCache.reinit()
instead.static void
Deprecated.static void
shutdown()
Deprecated.Useshutdown()
instead.static void
Deprecated.UseupdateLoginCount()
instead.
-
Field Details
-
CACHE_NAME
Deprecated.UseLoginCache.CACHE_NAME
instead.- See Also:
-
-
Constructor Details
-
LoginCache
public LoginCache()Deprecated.
-
-
Method Details
-
getLoginAttempts
Deprecated.UseLoginCache.getLoginAttempts(String)
instead. -
addLoginAttempt
Deprecated.UseLoginCache.addLoginAttempt(String)
instead. -
getEntryKey
Deprecated.Use login ID directly. -
getLoginCount
Deprecated.LoginCache.getLoginCount()
instead. -
updateLoginCount
Deprecated.UseupdateLoginCount()
instead. -
getInstance
Deprecated.UseLoginCache.getInstance()
instead. -
shutdown
Deprecated.Useshutdown()
instead.Removes the cache instance -
init
Deprecated.UseLoginCache.init()
instead. -
reinit
Deprecated.UseLoginCache.reinit()
instead.Reinitialize cache after configuration change -
reinitConfig
Deprecated. -
getMaxHeapCount
Deprecated. -
getMaxDiskSize
Deprecated. -
getCache
Deprecated.
-
LoginCache
instead.