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 StringDeprecated.UseLoginCache.CACHE_NAMEinstead. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoginAttemptaddLoginAttempt(String login, Long mandantId) Deprecated.UseLoginCache.addLoginAttempt(String)instead.static org.ehcache.Cache<String,LoginAttempt> getCache()Deprecated.static StringgetEntryKey(String login, Long mandantId) Deprecated.Use login ID directly.static org.ehcache.Cache<String,LoginAttempt> Deprecated.UseLoginCache.getInstance()instead.static LoginAttemptgetLoginAttempts(String login, Long mandantId) Deprecated.UseLoginCache.getLoginAttempts(String)instead.static longDeprecated.LoginCache.getLoginCount()instead.static intDeprecated.static intDeprecated.static voidinit()Deprecated.UseLoginCache.init()instead.static voidreinit()Deprecated.UseLoginCache.reinit()instead.static voidDeprecated.static voidshutdown()Deprecated.Useshutdown()instead.static voidDeprecated.UseupdateLoginCount()instead.
-
Field Details
-
CACHE_NAME
Deprecated.UseLoginCache.CACHE_NAMEinstead.- 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.
-
LoginCacheinstead.