Class UserService

java.lang.Object
com.axelor.auth.UserService

public class UserService extends Object
User service
  • Constructor Details

    • UserService

      public UserService()
  • Method Details

    • passwordMatchesPattern

      public boolean passwordMatchesPattern(String password)
      Checks whether the password matches the configured pattern.
      Parameters:
      password - the password to validate
      Returns:
      true if the password matches the pattern, false otherwise