Class AttributeValuePasswordValidator

java.lang.Object
org.opends.server.api.PasswordValidator<AttributeValuePasswordValidatorCfg>
org.opends.server.extensions.AttributeValuePasswordValidator
All Implemented Interfaces:
ConfigurationChangeListener<AttributeValuePasswordValidatorCfg>

public final class AttributeValuePasswordValidator extends PasswordValidator<AttributeValuePasswordValidatorCfg> implements ConfigurationChangeListener<AttributeValuePasswordValidatorCfg>
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained in another attribute in the user's entry.
  • Constructor Details

    • AttributeValuePasswordValidator

      public AttributeValuePasswordValidator()
      Creates a new instance of this attribute value password validator.
  • Method Details