Uses of Class
de.xima.fc.mdl.PasswordResetAttempt
Packages that use PasswordResetAttempt
Package
Description
Allgemeine Modellklassen, nicht Datenbankpersitiert
-
Uses of PasswordResetAttempt in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return PasswordResetAttemptModifier and TypeMethodDescriptionPasswordResetAttempt.attempt()PasswordResetAttempt.withAttemptCount(long attemptCount) -
Uses of PasswordResetAttempt in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache that return PasswordResetAttemptModifier and TypeMethodDescriptionstatic 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 PasswordResetAttemptModifier and TypeMethodDescriptionstatic org.ehcache.Cache<String,PasswordResetAttempt> PasswordResetCache.getInstance()