Interface NotCodePasswordPolicy

All Superinterfaces:
PasswordPolicy
All Known Implementing Classes:
DefaultNotCodePasswordPolicy

public interface NotCodePasswordPolicy extends PasswordPolicy
Defines a password policy that prevents using the user code (login) in the password.
  • Field Details

  • Method Details

    • getPolicyId

      default String getPolicyId()
      Description copied from interface: PasswordPolicy
      Returns the unique identifier of this policy, used to look up its configuration. The corresponding enabled setting is user.password.<policyId>.enabled.
      Specified by:
      getPolicyId in interface PasswordPolicy
      Returns:
      the policy identifier