Class PasswordPolicyImportPlugin

All Implemented Interfaces:
ConfigurationChangeListener<PasswordPolicyImportPluginCfg>, ImportTaskListener

This class implements a Directory Server plugin that performs various password policy processing during an LDIF import. In particular, it ensures that all the password values are properly encoded before they are stored.
  • Constructor Details

    • PasswordPolicyImportPlugin

      public PasswordPolicyImportPlugin()
      Creates a new instance of this Directory Server plugin. Every plugin must implement a default constructor (it is the only one that will be used to create plugins defined in the configuration), and every plugin constructor must call super() as its first element.
  • Method Details