Class PasswordResetAttemptHelper


  • public class PasswordResetAttemptHelper
    extends Object
    Helper for storing / removing user password reset attempts and checking the state for resetting the user password.
    Since:
    8.1.0
    Author:
    XIMA Media GmbH
    • Method Detail

      • getPasswordResetAttemptCount

        public static long getPasswordResetAttemptCount​(String loginId)
      • removePasswordResetAttempts

        public static void removePasswordResetAttempts​(UserProfile profile)
      • removePasswordResetAttempts

        public static void removePasswordResetAttempts​(String loginId)
      • addPasswordResetAttempt

        public static void addPasswordResetAttempt​(String loginId)
      • getLockDuration

        public static long getLockDuration()
      • getLockCount

        public static int getLockCount()
      • getMaxLockCount

        public static int getMaxLockCount()