Class LastModPlugin

All Implemented Interfaces:
ConfigurationChangeListener<LastModPluginCfg>

public final class LastModPlugin extends DirectoryServerPlugin<LastModPluginCfg> implements ConfigurationChangeListener<LastModPluginCfg>
This class implements a Directory Server plugin that will add the creatorsName and createTimestamp attributes to an entry whenever it is added to the server, and will add the modifiersName and modifyTimestamp attributes whenever the entry is modified or renamed.
  • Constructor Details

    • LastModPlugin

      public LastModPlugin()
      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