Package | Description |
---|---|
org.forgerock.opendj.config.server |
Server-side administration interface.
|
org.forgerock.opendj.config.server.spi |
Contains a number of API declarations for use throughout the
Directory Server.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
ServerManagedObjectAddListener.applyConfigurationAdd(ServerManagedObject<? extends T> mo)
Adds a new server managed object to this add listener.
|
ConfigChangeResult |
ConfigurationAddListener.applyConfigurationAdd(T configuration)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
ServerManagedObjectChangeListener.applyConfigurationChange(ServerManagedObject<? extends T> mo)
Applies the server managed object changes to this change listener.
|
ConfigChangeResult |
ConfigurationChangeListener.applyConfigurationChange(T configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
ServerManagedObjectDeleteListener.applyConfigurationDelete(ServerManagedObject<? extends T> mo)
Deletes an existing server managed object from this delete listener.
|
ConfigChangeResult |
ConfigurationDeleteListener.applyConfigurationDelete(T configuration)
Deletes an existing configuration from this delete listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
ConfigAddListener.applyConfigurationAdd(org.forgerock.opendj.ldap.Entry configEntry)
Attempts to apply a new configuration based on the provided added entry.
|
ConfigChangeResult |
ConfigChangeListener.applyConfigurationChange(org.forgerock.opendj.ldap.Entry configEntry)
Attempts to apply a new configuration to this Directory Server component
based on the provided changed entry.
|
ConfigChangeResult |
ConfigDeleteListener.applyConfigurationDelete(org.forgerock.opendj.ldap.Entry configEntry)
Attempts to apply a new configuration based on the provided deleted
entry.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.