Interface PluginConfig
-
- All Superinterfaces:
GenericConfig
,GenericDirectoryConfig
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface PluginConfig extends GenericDirectoryConfig
This interface defines a set of methods that may be used to obtain information about the general configuration for a plugin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getPluginTypes()
Retrieves the set of plugin types (which specify the times at which the plugin will be invoked) that have been configured for the plugin.-
Methods inherited from interface com.unboundid.directory.sdk.common.config.GenericConfig
getConfigObjectDN, getConfigObjectName
-
Methods inherited from interface com.unboundid.directory.sdk.ds.config.GenericDirectoryConfig
getServerContext
-
-
-
-
Method Detail
-
getPluginTypes
java.util.Set<java.lang.String> getPluginTypes()
Retrieves the set of plugin types (which specify the times at which the plugin will be invoked) that have been configured for the plugin.- Returns:
- The set of plugin types that have been configured for the plugin.
-
-