Interface ValidatePasswordService

  • All Known Implementing Classes:
    ValidatePasswordServiceImpl

    public interface ValidatePasswordService
    Services to use during Validating of password.
    Author:
    Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)
    • Method Detail

      • isPasswordValid

        boolean isPasswordValid​(String password)
        This method checks whether the password is valid based on the configured rules/strategies.
        Parameters:
        password - password to validate