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 LoginAttempt
LoginAttemptHelper. addFailedLoginAttempt(String login, Long mandantID)
static LoginAttempt
LoginAttemptHelper. getLoginAttempts(String login, Long mandantID)
static LoginAttempt
LoginAttemptHelper. 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 LoginAttempt
LoginCache. addLoginAttempt(String login, Long mandantId)
static LoginAttempt
LoginCache. 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()
-