Uses of Class
de.xima.fc.mdl.LoginAttempt
- 
Packages that use LoginAttempt Package Description de.xima.fc.web de.xima.fc.web.common.cache  - 
- 
Uses of LoginAttempt in de.xima.fc.web
Methods in de.xima.fc.web that return LoginAttempt Modifier and Type Method Description static LoginAttemptLoginAttemptHelper. addFailedLoginAttempt(String login, Long mandantID)static LoginAttemptLoginAttemptHelper. getLoginAttempts(String login, Long mandantID)static LoginAttemptLoginAttemptHelper. removeLoginAttempts(String login, Long mandantID) - 
Uses of LoginAttempt in de.xima.fc.web.common.cache
Methods in de.xima.fc.web.common.cache that return LoginAttempt Modifier and Type Method Description static LoginAttemptLoginCache. addLoginAttempt(String login, Long mandantId)static LoginAttemptLoginCache. getLoginAttempts(String login, Long mandantId)Methods in de.xima.fc.web.common.cache that return types with arguments of type LoginAttempt Modifier and Type Method Description static org.ehcache.Cache<String,LoginAttempt>LoginCache. getCache()Deprecated.static org.ehcache.Cache<String,LoginAttempt>LoginCache. getInstance() 
 -