Package org.opends.server.api


package org.opends.server.api
Contains a number of API declarations for use throughout the Directory Server. Whenever possible, these APIs should be declared using abstract classes rather than interfaces so that they can be altered in future versions without impacting backward compatibility.

Note that the mere existence of a class or interface in this package does not in itself imply that it is intended for use by third party code. Please refer to the official product documentation to indicate which APIs may be safely used by anyone other than the core Directory Server developers. Failure to heed this warning may result in code that could have unintended side effects or that does not work properly across different Directory Server versions.
  • Class
    Description
    This class defines the set of methods and structures that must be implemented by a Directory Server access control handler.
    This class defines the set of methods that must be implemented for an account status notification handler.
    This class defines an interface that may be used to define a set of alert notifications that may be generated by this Directory Server component.
    This interface defines the set of methods that must be implemented for a Directory Server alert handler.
    An abstract authentication policy.
    A factory for creating configurable authentication policies.
    The authentication policy context associated with a user's entry, which is responsible for managing the user's account, their password, as well as authenticating the user.
    Represents a directory server backend, which can be either local or remote (proxy).
    This interface defines a set of methods that may be used to notify various Directory Server components whenever a backend backup task is about to begin or has just completed.
    This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required to uniquely map an SSL client certificate to a Directory Server user entry.
    This class defines the set of methods and structures that must be implemented by a Directory Server client connection.
    This class defines the set of methods and structures that must be implemented by a Directory Server connection handler.
    This interface must be implemented by all Directory Server components that interact with JMX in any way.
    This class defines a generic thread that should be the superclass for all threads created by the Directory Server.
    This interface defines the set of methods that must be implemented for a DiskSpaceMonitorHandler.
    The DITCacheMap class implements custom Map for structural storage of arbitrary objects in Directory Information Tree (DIT) like structure.
    This class defines the set of methods that must be implemented by a Directory Server entry cache.
    This interface defines a set of methods that may be used to notify various Directory Server components whenever an LDIF export task is about to begin or has just completed.
    This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required for one or more types of extended operations.
    This interface defines the set of methods that must be implemented by a Directory Server group.
    Class holding the already visited groups.
    Endpoint attach an HttpApplication to an URI.
    This class defines the set of methods and structures that must be implemented by a Directory Server identity mapper.
    This interface defines a set of methods that may be used to notify various Directory Server components whenever an LDIF import task is about to begin or has just completed.
    This class defines an API that may be used to obtain a set of javax.net.ssl.KeyManager objects for use when performing SSL communication.
    This class implements a monitor provider that will report alias name and expiry date for each X509 certificate associated to a key manager provider.
    This class defines the set of methods and structures that must be implemented for a Directory Server backend.
    Enumeration of optional backend operations.
    Provides information about the state of a completed LDIF import, including the total number of entries read, skipped, and rejected.
    This interface defines a set of methods that may be used by server components to perform any processing that they might find necessary whenever a local backend is initialized and/or finalized.
    Decorator for a meter registry.
    This class is used to hold monitoring data, i.e.
    This class defines the set of methods and structures that must be implemented by a Directory Server module that can provide usage, performance, availability, or other kinds of monitor information to clients.
    This class defines a set of methods and structures that must be implemented by a Directory Server module that may be used to generate user passwords.
    This class defines the set of methods and structures that must be implemented by a Directory Server module that implements a password storage scheme.
    This class defines the set of methods and structures that must be implemented by a Directory Server module that may be used to determine whether a proposed password is acceptable for a user.
    All resource limits for a user.
    This interface defines a set of methods that may be used to notify various Directory Server components whenever a backend restore task is about to begin or has just completed.
    This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required for one or more SASL mechanisms.
    This interface defines a method that may be used to notify various Directory Server components that the server is shutting down.
    This interface defines a mechanism that Directory Server components may use if they need to be notified of changes that are being made to subentries in the Directory Server.
    This class defines the set of methods and structures that are available for use in a Directory Server synchronization provider.
    This class defines an API that may be used to obtain a set of javax.net.ssl.TrustManager objects for use when performing SSL/StartTLS negotiation.
    This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required for one or more virtual attributes.
    This class defines the structure and methods that must be implemented by a Directory Server work queue.