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.plugins.profiler |
Contains the implementation of the Directory Server plugin that acts as an embedded profiler that can be used for
performance analysis of the server under load.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<PluginType> |
DirectoryServerPlugin.getPluginTypes()
Retrieves the plugin types for which this plugin is registered.
|
Modifier and Type | Method and 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.
|
void |
InternalDirectoryServerPlugin.initializePlugin(Set<PluginType> pluginTypes,
PluginCfg configuration) |
abstract void |
DirectoryServerPlugin.initializePlugin(Set<PluginType> pluginTypes,
T configuration)
Performs any initialization necessary for this plugin.
|
Constructor and Description |
---|
InternalDirectoryServerPlugin(Dn componentDN,
Set<PluginType> pluginTypes,
boolean invokeForInternalOps)
Creates a new internal directory server plugin using the provided component name and plugin types.
|
Modifier and Type | Method and Description |
---|---|
DirectoryServer.InitializationBuilder |
DirectoryServer.InitializationBuilder.requireUserPlugins(PluginType... plugins)
Requires to start specified user plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginConfigManager.initializeUserPlugins(Set<PluginType> pluginTypes)
Initializes any plugins defined in the directory server configuration.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
ProfilerPlugin.initializePlugin(Set<PluginType> pluginTypes,
ProfilerPluginCfg configuration) |
Modifier and Type | Method and Description |
---|---|
void |
FractionalLDIFImportPlugin.initializePlugin(Set<PluginType> pluginTypes,
FractionalLdifImportPluginCfg configuration) |
Copyright 2010-2018 ForgeRock AS.