Package com.axelor.auth.password.policy
Class InvalidPolicy
java.lang.Object
com.axelor.auth.password.policy.InvalidPolicy
Represents a password policy violation returned by
PasswordPolicy.validate(com.axelor.auth.db.User, java.lang.String).
Carries the raw message key and optional format parameters. Use getTranslatedMessage()
to obtain the final, user-facing string.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InvalidPolicy
-
-
Method Details
-
getMessage
-
getParameters
-
getTranslatedMessage
-