Class ValidatePasswordServiceImpl

    • Constructor Detail

      • ValidatePasswordServiceImpl

        public ValidatePasswordServiceImpl()
    • Method Detail

      • isPasswordValid

        public boolean isPasswordValid​(String password)
        Description copied from interface: ValidatePasswordService
        This method checks whether the password is valid based on the configured rules/strategies.
        Specified by:
        isPasswordValid in interface ValidatePasswordService
        Parameters:
        password - password to validate