Uses of Class
de.xima.fc.mdl.LoginAttempt
Packages that use LoginAttempt
-
Uses of LoginAttempt in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache that return LoginAttemptModifier and TypeMethodDescriptionstatic LoginAttempt
LoginAttemptHelper.addFailedLoginAttempt
(String loginId) static LoginAttempt
LoginCache.addLoginAttempt
(String loginId) static LoginAttempt
LoginAttemptHelper.getLoginAttempts
(String loginId) static LoginAttempt
LoginCache.getLoginAttempts
(String loginId) static LoginAttempt
LoginAttemptHelper.removeLoginAttempts
(String loginId) static LoginAttempt
LoginAttemptHelper.setFailedLoginAttempts
(String loginId, long count) static LoginAttempt
LoginCache.setLoginAttempts
(String loginId, long count) Methods in de.xima.fc.security.cache that return types with arguments of type LoginAttemptModifier and TypeMethodDescriptionstatic org.ehcache.Cache<String,
LoginAttempt> LoginCache.getInstance()
-
Uses of LoginAttempt in de.xima.fc.web
Methods in de.xima.fc.web that return LoginAttemptModifier and TypeMethodDescriptionstatic LoginAttempt
LoginAttemptHelper.addFailedLoginAttempt
(String login, Long mandantID) Deprecated.static LoginAttempt
LoginAttemptHelper.getLoginAttempts
(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.getLoginAttempts(String)
instead.static LoginAttempt
LoginAttemptHelper.removeLoginAttempts
(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.removeLoginAttempts(String)
instead. -
Uses of LoginAttempt in de.xima.fc.web.common.cache
Methods in de.xima.fc.web.common.cache that return LoginAttemptModifier and TypeMethodDescriptionstatic LoginAttempt
LoginCache.addLoginAttempt
(String login, Long mandantId) Deprecated.UseLoginCache.addLoginAttempt(String)
instead.static LoginAttempt
LoginCache.getLoginAttempts
(String login, Long mandantId) Deprecated.UseLoginCache.getLoginAttempts(String)
instead.Methods in de.xima.fc.web.common.cache that return types with arguments of type LoginAttemptModifier and TypeMethodDescriptionstatic org.ehcache.Cache<String,
LoginAttempt> LoginCache.getCache()
Deprecated.static org.ehcache.Cache<String,
LoginAttempt> LoginCache.getInstance()
Deprecated.UseLoginCache.getInstance()
instead.
LoginAttemptHelper.addFailedLoginAttempt(String)
instead.