Uses of Class
de.xima.fc.mdl.enums.EPasswordResetState
-
Packages that use EPasswordResetState Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.cache -
-
Uses of EPasswordResetState in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EPasswordResetState Modifier and Type Method Description static EPasswordResetState
EPasswordResetState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EPasswordResetState[]
EPasswordResetState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EPasswordResetState in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache that return EPasswordResetState Modifier and Type Method Description static EPasswordResetState
PasswordResetAttemptHelper. checkPasswordResetAttempts(UserProfile profile)
static EPasswordResetState
PasswordResetAttemptHelper. checkPasswordResetAttempts(String loginId)
-