Package com.axelor.auth.password.policy
Interface NotCodePasswordPolicy
- All Superinterfaces:
PasswordPolicy
- All Known Implementing Classes:
DefaultNotCodePasswordPolicy
Defines a password policy that prevents using the user code (login) in the password.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns the unique identifier of this policy, used to look up its configuration.Methods inherited from interface com.axelor.auth.password.PasswordPolicy
getDescription, isEnabledByDefault, isMandatory, validate
-
Field Details
-
ID
- See Also:
-
-
Method Details
-
getPolicyId
Description copied from interface:PasswordPolicyReturns the unique identifier of this policy, used to look up its configuration. The corresponding enabled setting isuser.password.<policyId>.enabled.- Specified by:
getPolicyIdin interfacePasswordPolicy- Returns:
- the policy identifier
-