Class VirtualAttributeConfigManager

java.lang.Object
org.opends.server.core.VirtualAttributeConfigManager
All Implemented Interfaces:
ConfigurationAddListener<VirtualAttributeCfg>, ConfigurationChangeListener<VirtualAttributeCfg>, ConfigurationDeleteListener<VirtualAttributeCfg>

This class defines a utility that will be used to manage the set of virtual attribute providers defined in the Directory Server. It will initialize the providers when the server starts, and then will manage any additions, removals, or modifications to any virtual attribute providers while the server is running.
  • Constructor Details

    • VirtualAttributeConfigManager

      public VirtualAttributeConfigManager(ServerContext serverContext)
      Creates a new instance of this virtual attribute config manager.
      Parameters:
      serverContext - The server context.
  • Method Details