Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PluginCfgClient,? extends PluginCfg> |
PluginCfgClient.definition()
Get the configuration definition associated with this Plugin.
|
Modifier and Type | Method and Description |
---|---|
<C extends PluginCfgClient> |
PluginRootCfgClient.createPlugin(ManagedObjectDefinition<C,? extends PluginCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Plugin.
|
Modifier and Type | Method and Description |
---|---|
PluginCfg |
PluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends PluginCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<PluginCfgClient,PluginCfg> |
PluginRootCfgDefn.getPluginsRelationDefinition()
Get the "plugins" relation definition.
|
Class<PluginCfg> |
PluginCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
PluginCfg |
PluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends PluginCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeCleanupPluginCfg
A server-side interface for querying Attribute Cleanup Plugin
settings.
|
interface |
ChangeNumberControlPluginCfg
A server-side interface for querying Change Number Control Plugin
settings.
|
interface |
EntryUuidPluginCfg
A server-side interface for querying entryUUID Plugin settings.
|
interface |
FractionalLdifImportPluginCfg
A server-side interface for querying Fractional LDIF Import Plugin
settings.
|
interface |
LastModPluginCfg
A server-side interface for querying Last Mod Plugin settings.
|
interface |
LdapAttributeDescriptionListPluginCfg
A server-side interface for querying LDAP Attribute Description
List Plugin settings.
|
interface |
PasswordPolicyImportPluginCfg
A server-side interface for querying Password Policy Import Plugin
settings.
|
interface |
ProfilerPluginCfg
A server-side interface for querying Profiler Plugin settings.
|
interface |
ReferentialIntegrityPluginCfg
A server-side interface for querying Referential Integrity Plugin
settings.
|
interface |
SambaPasswordPluginCfg
A server-side interface for querying Samba Password Plugin
settings.
|
interface |
SevenBitCleanPluginCfg
A server-side interface for querying Seven Bit Clean Plugin
settings.
|
interface |
UniqueAttributePluginCfg
A server-side interface for querying Unique Attribute Plugin
settings.
|
Modifier and Type | Method and Description |
---|---|
PluginCfg |
PluginRootCfg.getPlugin(String name)
Gets the named Plugin.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PluginCfg> |
PluginCfg.configurationClass()
Gets the configuration class associated with this Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginCfg.addChangeListener(ConfigurationChangeListener<PluginCfg> listener)
Register to be notified when this Plugin is changed.
|
void |
PluginRootCfg.addPluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Registers to be notified when new Plugins are added.
|
void |
PluginRootCfg.addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
Registers to be notified when existing Plugins are deleted.
|
void |
PluginCfg.removeChangeListener(ConfigurationChangeListener<PluginCfg> listener)
Deregister an existing Plugin configuration change listener.
|
void |
PluginRootCfg.removePluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Deregisters an existing Plugin configuration add listener.
|
void |
PluginRootCfg.removePluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
Deregisters an existing Plugin configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryServerPlugin<T extends PluginCfg>
This class defines the set of methods and structures that are available for use in Directory Server plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalDirectoryServerPlugin.initializePlugin(Set<PluginType> pluginTypes,
PluginCfg configuration) |
boolean |
InternalDirectoryServerPlugin.isConfigurationAcceptable(PluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<Dn,DirectoryServerPlugin<? extends PluginCfg>> |
PluginConfigManager.getRegisteredPlugins()
Retrieves the set of plugins that have been registered with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
PluginConfigManager.applyConfigurationAdd(PluginCfg configuration) |
ConfigChangeResult |
PluginConfigManager.applyConfigurationChange(PluginCfg configuration) |
ConfigChangeResult |
PluginConfigManager.applyConfigurationDelete(PluginCfg configuration) |
boolean |
PluginConfigManager.isConfigurationAddAcceptable(PluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
PluginConfigManager.isConfigurationChangeAcceptable(PluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
PluginConfigManager.isConfigurationDeleteAcceptable(PluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.