Package com.axelor.auth
Class UserService
java.lang.Object
com.axelor.auth.UserService
User service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanpasswordMatchesPattern(String password) Checks whether the password matches the configured pattern.
-
Constructor Details
-
UserService
public UserService()
-
-
Method Details
-
passwordMatchesPattern
Checks whether the password matches the configured pattern.- Parameters:
password- the password to validate- Returns:
- true if the password matches the pattern, false otherwise
-