Package | Description |
---|---|
org.forgerock.opendj.config.server.spi |
Contains a number of API declarations for use throughout the
Directory Server.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigAddListener> |
ConfigurationRepository.getAddListeners(org.forgerock.opendj.ldap.DN dn)
Retrieves the add listeners that have been registered with the provided
DN.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRepository.deregisterAddListener(org.forgerock.opendj.ldap.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(org.forgerock.opendj.ldap.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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.