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 Summary

    Modifier and Type
    Method
    Description
    boolean
    This method checks whether the password is valid based on the configured rules/strategies.
  • Method Details

    • isPasswordValid

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