Uses of Interface
org.opends.server.api.LocalBackendInitializationListener
-
Packages that use LocalBackendInitializationListener Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of LocalBackendInitializationListener in org.opends.server.authorization.dseecompat
Classes in org.opends.server.authorization.dseecompat that implement LocalBackendInitializationListener Modifier and Type Class Description class
AciListenerManager
The AciListenerManager updates an ACI list after each modification operation. -
Uses of LocalBackendInitializationListener in org.opends.server.core
Classes in org.opends.server.core that implement LocalBackendInitializationListener Modifier and Type Class Description class
GroupManager
This class provides a mechanism for interacting with all groups defined in the Directory Server.class
SubentryManager
This class provides a mechanism for interacting with subentries defined in the Directory Server.Methods in org.opends.server.core with parameters of type LocalBackendInitializationListener Modifier and Type Method Description void
BackendConfigManager. deregisterLocalBackendInitializationListener(LocalBackendInitializationListener listener)
Deregisters a local backend initialization listener.void
BackendConfigManager. registerLocalBackendInitializationListener(LocalBackendInitializationListener listener)
Registers a local backend initialization listener. -
Uses of LocalBackendInitializationListener in org.opends.server.crypto
Classes in org.opends.server.crypto that implement LocalBackendInitializationListener Modifier and Type Class Description class
CryptoManagerSync
This class defines an object that synchronizes secret-key entries from the admin data branch to the crypto manager secret-key cache. -
Uses of LocalBackendInitializationListener in org.opends.server.extensions
Classes in org.opends.server.extensions that implement LocalBackendInitializationListener Modifier and Type Class Description class
DefaultEntryCache
This class defines the default entry cache which acts as an arbiter for every entry cache implementation configured and installed within the Directory Server or acts an an empty cache if no implementation specific entry cache is configured. -
Uses of LocalBackendInitializationListener in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement LocalBackendInitializationListener Modifier and Type Class Description class
LDAPReplicationDomain
This class implements the bulk part of the Directory Server side of the replication code.
-