Uses of Interface
org.forgerock.opendj.config.server.spi.ConfigAddListener
-
Packages that use ConfigAddListener Package Description org.forgerock.opendj.config.server.spi Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of ConfigAddListener in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi that return types with arguments of type ConfigAddListener Modifier and Type Method Description List<ConfigAddListener>ConfigurationRepository. getAddListeners(org.forgerock.opendj.ldap.DN dn)Retrieves the add listeners that have been registered with the provided DN.Methods in org.forgerock.opendj.config.server.spi with parameters of type ConfigAddListener Modifier and Type Method Description voidConfigurationRepository. 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.voidConfigurationRepository. 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.
-