Class ValidateUserPasswordActionHandler

  • All Implemented Interfaces:
    ActionHandler

    public class ValidateUserPasswordActionHandler
    extends BaseProcessActionHandler
    Action handler that will given a password, will check if it complies with the password policies defined in PasswordStrengthChecker. If it complies, the password is assigned to the user passed as parameter. If not an error message will be displayed
    • Constructor Detail

      • ValidateUserPasswordActionHandler

        public ValidateUserPasswordActionHandler()