Class PasswordChangeUtils


  • public class PasswordChangeUtils
    extends Object
    Provides change password page utility methods.
    Since:
    4.3.3
    • Constructor Detail

      • PasswordChangeUtils

        public PasswordChangeUtils()
    • Method Detail

      • getAttemptCount

        public static int getAttemptCount​(HttpSession session)
        Return the attempted change count.
        Parameters:
        session - the HTTP session (required)
        Returns:
        the number of attempted password changes
      • incrementAttemptCount

        public static void incrementAttemptCount​(HttpSession session)
        Increment the number of attempted password attempts.
        Parameters:
        session - the HTTP session (require)