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 LoginAttemptLoginAttemptHelper.addFailedLoginAttempt(String loginId) static LoginAttemptLoginCache.addLoginAttempt(String loginId) static LoginAttemptLoginAttemptHelper.getLoginAttempts(String loginId) static LoginAttemptLoginCache.getLoginAttempts(String loginId) static LoginAttemptLoginAttemptHelper.removeLoginAttempts(String loginId) static LoginAttemptLoginAttemptHelper.setFailedLoginAttempts(String loginId, long count) static LoginAttemptLoginCache.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 LoginAttemptLoginAttemptHelper.addFailedLoginAttempt(String login, Long mandantID) Deprecated.static LoginAttemptLoginAttemptHelper.getLoginAttempts(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.getLoginAttempts(String)instead.static LoginAttemptLoginAttemptHelper.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 LoginAttemptLoginCache.addLoginAttempt(String login, Long mandantId) Deprecated.UseLoginCache.addLoginAttempt(String)instead.static LoginAttemptLoginCache.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.