Uses of Class
de.xima.fc.mdl.PasswordResetAttempt
- 
Packages that use PasswordResetAttempt Package Description de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.security.cache  - 
- 
Uses of PasswordResetAttempt in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return PasswordResetAttempt Modifier and Type Method Description PasswordResetAttemptPasswordResetAttempt. attempt()PasswordResetAttemptPasswordResetAttempt. withAttemptCount(long attemptCount) - 
Uses of PasswordResetAttempt in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache that return PasswordResetAttempt Modifier and Type Method Description static PasswordResetAttemptPasswordResetCache. addPasswordResetAttempt(String loginId)static PasswordResetAttemptPasswordResetCache. getPasswordResetAttempt(String loginId)static PasswordResetAttemptPasswordResetAttemptHelper. getPasswordResetAttempts(String loginId)static PasswordResetAttemptPasswordResetCache. getPasswordResetAttempts(String loginId)static PasswordResetAttemptPasswordResetAttemptHelper. setPasswordResetAttempts(String loginId, long count)static PasswordResetAttemptPasswordResetCache. setPasswordResetAttempts(String loginId, long count)Methods in de.xima.fc.security.cache that return types with arguments of type PasswordResetAttempt Modifier and Type Method Description static org.ehcache.Cache<String,PasswordResetAttempt>PasswordResetCache. getInstance() 
 -