Interface EntryUuidPluginCfg

  • All Superinterfaces:
    Configuration, PluginCfg

    public interface EntryUuidPluginCfg
    extends PluginCfg
    A server-side interface for querying entryUUID Plugin settings.

    The entryUUID Plugin generates values for the entryUUID operational attribute whenever an entry is added via protocol or imported from LDIF.

    • Method Detail

      • addEntryUuidChangeListener

        void addEntryUuidChangeListener​(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
        Register to be notified when this entryUUID Plugin is changed.
        Parameters:
        listener - The entryUUID Plugin configuration change listener.
      • removeEntryUuidChangeListener

        void removeEntryUuidChangeListener​(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
        Deregister an existing entryUUID Plugin configuration change listener.
        Parameters:
        listener - The entryUUID Plugin configuration change listener.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the plug-in implementation.

        Default value: org.opends.server.plugins.EntryUUIDPlugin

        Specified by:
        getJavaClass in interface PluginCfg
        Returns:
        Returns the value of the "java-class" property.
      • getPluginType

        SortedSet<PluginCfgDefn.PluginType> getPluginType()
        Gets the "plugin-type" property.

        Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.

        Default values: ldifimport, preoperationadd

        Specified by:
        getPluginType in interface PluginCfg
        Returns:
        Returns an unmodifiable set containing the values of the "plugin-type" property.