Uses of Package
org.opends.server.core
-
Packages that use org.opends.server.core Package Description org.forgerock.opendj.server.core Classes implementing core server APIs.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.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.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.backup Classes related to backup and restore.org.opends.server.config Contains code used to interact with the Directory Server configuration.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.discovery Contains the Service Discovery Mechanisms and APIs.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.monitors Contains various Directory Server monitor provider implementations.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing.org.opends.server.protocols.http.rest2ldap Contains the implementation for the HTTPEndpoint that is responsible for providing a REST interface to this LDAP server.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API.org.opends.server.replication.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side.org.opends.server.schema Contains implementations of various Directory Server schema elements.org.opends.server.snmp This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring information.org.opends.server.tools Contains various Directory Server tool implementations.org.opends.server.tools.dsbackup Classes related to dsbackup tool.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
Classes in org.opends.server.core used by org.forgerock.opendj.server.core Class Description BackendConfigManager Responsible for managing the lifecycle of backends in the Directory Server.CoreConfigManager Manages the set of core configuration attributes of the Directory Server.CoreConfigManager.EtimeService Definition of a service providing etimes. -
Classes in org.opends.server.core used by org.opends.server.api Class Description AddOperation This class defines an operation that may be used to add a new entry to the Directory Server.BindOperation This class defines an operation that may be used to authenticate a user to the Directory Server.CompareOperation This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.ExtendedOperation This class defines an extended operation, which can perform virtually any kind of task.ModifyDnOperation This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.ModifyOperation This class defines an operation that may be used to modify an entry in the Directory Server.PersistentSearch This class defines a data structure that will be used to hold the information necessary for processing a persistent search.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.api.plugin Class Description DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.authorization.dseecompat Class Description AddOperation This class defines an operation that may be used to add a new entry to the Directory Server.BindOperation This class defines an operation that may be used to authenticate a user to the Directory Server.CompareOperation This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.ExtendedOperation This class defines an extended operation, which can perform virtually any kind of task.ModifyDnOperation This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.ModifyOperation This class defines an operation that may be used to modify an entry in the Directory Server.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.authorization.policy Class Description AddOperation This class defines an operation that may be used to add a new entry to the Directory Server.BindOperation This class defines an operation that may be used to authenticate a user to the Directory Server.CompareOperation This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.ExtendedOperation This class defines an extended operation, which can perform virtually any kind of task.ModifyDnOperation This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.ModifyOperation This class defines an operation that may be used to modify an entry in the Directory Server.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.backends Class Description AddOperation This class defines an operation that may be used to add a new entry to the Directory Server.DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.ModifyDnOperation This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.ModifyOperation This class defines an operation that may be used to modify an entry in the Directory Server.PersistentSearch This class defines a data structure that will be used to hold the information necessary for processing a persistent search.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.backends.jeb Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.backends.pluggable Class Description AddOperation This class defines an operation that may be used to add a new entry to the Directory Server.DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.ModifyDnOperation This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.ModifyOperation This class defines an operation that may be used to modify an entry in the Directory Server.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.backends.task Class Description AddOperation This class defines an operation that may be used to add a new entry to the Directory Server.DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.ModifyDnOperation This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.ModifyOperation This class defines an operation that may be used to modify an entry in the Directory Server.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.backup Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.config Class Description SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.core Class Description AccessControlConfigManager This class manages the application-wide access-control configuration.AuthenticatedUsers This class provides a data structure which maps an authenticated user DN to the set of client connections authenticated as that user.BackendConfigManager Responsible for managing the lifecycle of backends in the Directory Server.CoreConfigManager Manages the set of core configuration attributes of the Directory Server.CoreConfigManager.EtimeService Definition of a service providing etimes.CoreConfigManager.EtimeServices Implementation of services providing etimes.DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server.DirectoryServer This class defines the core of the Directory Server.DirectoryServer.InitializationBuilder Initialize the client DirectoryServer singleton by using a fluent interface.GroupManager This class provides a mechanism for interacting with all groups defined in the Directory Server.LoggerConfigManager This class defines a utility that will be used to manage the set of loggers used in the Directory Server.MailServerConfigManager This class manages the set of (zero or more) configurations for connecting to the mail servers defined in the Directory Server.MemoryQuota Estimates the amount of memory in the running JVM for use of long term caches by looking at the Old Generation, where implemented, or at the Runtime information as fallback.ModifyOperation This class defines an operation that may be used to modify an entry in the Directory Server.PasswordPolicy This class defines a data structure that holds information about a Directory Server password policy.PasswordPolicyState This class provides a data structure for holding password policy state information for a user account.PasswordVerifier Verifies password against user / authenticationPasswordStorageScheme
s.PersistentSearch This class defines a data structure that will be used to hold the information necessary for processing a persistent search.PersistentSearch.CancellationCallback A cancellation callback which can be used in order to register for resource cleanup when a persistent search is cancelled.PluginConfigManager This class defines a utility that will be used to manage the configuration for the set of plugins defined in the Directory Server.QueueingStrategy This interface defines request handling strategies.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server.SubentryManager This class provides a mechanism for interacting with subentries defined in the Directory Server. -
Classes in org.opends.server.core used by org.opends.server.crypto Class Description ExtendedOperation This class defines an extended operation, which can perform virtually any kind of task.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.discovery Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.extensions Class Description BindOperation This class defines an operation that may be used to authenticate a user to the Directory Server.ExtendedOperation This class defines an extended operation, which can perform virtually any kind of task.SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.loggers Class Description CoreConfigManager.EtimeService Definition of a service providing etimes.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.monitors Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.plugins Class Description DeleteOperation This class defines an operation that may be used to remove an entry from the Directory Server. -
Classes in org.opends.server.core used by org.opends.server.protocols Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.protocols.http Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.protocols.http.authz Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.protocols.http.rest2ldap Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.protocols.jmx Class Description SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.protocols.ldap Class Description SearchOperation This class defines an operation used to search for entries in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.replication.common Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.replication.plugin Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.replication.protocol Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.replication.server Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.replication.server.changelog.file Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.replication.service Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.schema Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.snmp Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.tools Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.tools.dsbackup Class Description BackendConfigManager Responsible for managing the lifecycle of backends in the Directory Server.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.tools.tasks Class Description ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.types Class Description PasswordPolicyState This class provides a data structure for holding password policy state information for a user account.ServerContext Context for the server, giving access to global properties of the server. -
Classes in org.opends.server.core used by org.opends.server.util Class Description ServerContext Context for the server, giving access to global properties of the server.