Uses of Class
org.opends.server.api.plugin.PluginType
-
Packages that use PluginType Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of PluginType in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return PluginType Modifier and Type Method Description static PluginType
PluginType. forName(String lowerName)
Retrieves the plugin type for the plugin with the specified name.static PluginType
PluginType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginType[]
PluginType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.api.plugin that return types with arguments of type PluginType Modifier and Type Method Description Set<PluginType>
DirectoryServerPlugin. getPluginTypes()
Retrieves the plugin types for which this plugin is registered.Method parameters in org.opends.server.api.plugin with type arguments of type PluginType Modifier and Type Method Description void
DirectoryServerPlugin. initializeInternal(ServerContext serverContext, Dn pluginDN, Set<PluginType> pluginTypes, boolean invokeForInternalOps)
Performs any initialization that should be done for all types of plugins regardless of type.abstract void
DirectoryServerPlugin. initializePlugin(Set<PluginType> pluginTypes, T configuration)
Performs any initialization necessary for this plugin.void
InternalDirectoryServerPlugin. initializePlugin(Set<PluginType> pluginTypes, PluginCfg configuration)
Constructor parameters in org.opends.server.api.plugin with type arguments of type PluginType Constructor Description InternalDirectoryServerPlugin(Dn componentDN, ServerContext serverContext, Set<PluginType> pluginTypes)
Creates a new internal directory server plugin using the provided component name and plugin types. -
Uses of PluginType in org.opends.server.core
Methods in org.opends.server.core with parameters of type PluginType Modifier and Type Method Description DirectoryServer.InitializationBuilder
DirectoryServer.InitializationBuilder. requireUserPlugins(PluginType... plugins)
Requires to start specified user plugins.Method parameters in org.opends.server.core with type arguments of type PluginType Modifier and Type Method Description void
PluginConfigManager. initializeUserPlugins(Set<PluginType> pluginTypes)
Initializes any plugins defined in the directory server configuration. -
Uses of PluginType in org.opends.server.plugins
Method parameters in org.opends.server.plugins with type arguments of type PluginType Modifier and Type Method Description void
AttributeCleanupPlugin. initializePlugin(Set<PluginType> pluginTypes, AttributeCleanupPluginCfg configuration)
void
ChangeNumberControlPlugin. initializePlugin(Set<PluginType> pluginTypes, ChangeNumberControlPluginCfg configuration)
void
EntryUUIDPlugin. initializePlugin(Set<PluginType> pluginTypes, EntryUuidPluginCfg configuration)
void
GraphiteMonitorReporterPlugin. initializePlugin(Set<PluginType> pluginTypes, GraphiteMonitorReporterPluginCfg configuration)
void
LastModPlugin. initializePlugin(Set<PluginType> pluginTypes, LastModPluginCfg configuration)
void
LDAPADListPlugin. initializePlugin(Set<PluginType> pluginTypes, LdapAttributeDescriptionListPluginCfg configuration)
void
PasswordPolicyImportPlugin. initializePlugin(Set<PluginType> pluginTypes, PasswordPolicyImportPluginCfg configuration)
void
ReferentialIntegrityPlugin. initializePlugin(Set<PluginType> pluginTypes, ReferentialIntegrityPluginCfg pluginCfg)
void
SambaPasswordPlugin. initializePlugin(Set<PluginType> pluginTypes, SambaPasswordPluginCfg configuration)
void
SevenBitCleanPlugin. initializePlugin(Set<PluginType> pluginTypes, SevenBitCleanPluginCfg configuration)
void
UniqueAttributePlugin. initializePlugin(Set<PluginType> pluginTypes, UniqueAttributePluginCfg configuration)
-
Uses of PluginType in org.opends.server.replication.plugin
Method parameters in org.opends.server.replication.plugin with type arguments of type PluginType Modifier and Type Method Description void
FractionalLDIFImportPlugin. initializePlugin(Set<PluginType> pluginTypes, FractionalLdifImportPluginCfg configuration)
-