Package | Description |
---|---|
org.forgerock.opendj.config.server.spi |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigAddListener> |
ConfigurationRepository.getAddListeners(Dn dn)
Retrieves the add listeners that have been registered with the provided
DN.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRepository.deregisterAddListener(Dn dn,
ConfigAddListener listener)
Deregisters the provided add listener so that it will no longer be
notified if any new entries are added immediately below the entry
corresponding to the provided DN.
|
void |
ConfigurationRepository.registerAddListener(Dn dn,
ConfigAddListener listener)
Registers the provided add listener so that it will be notified if any
new entries are added immediately below the entry corresponding to the
provided DN.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigAddListener> |
ConfigurationHandler.getAddListeners(Dn dn) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationHandler.deregisterAddListener(Dn dn,
ConfigAddListener listener) |
void |
ConfigurationHandler.registerAddListener(Dn dn,
ConfigAddListener listener) |
Copyright 2010-2018 ForgeRock AS.