Uses of Package
org.opends.server.extensions
-
Packages that use org.opends.server.extensions Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3. -
Classes in org.opends.server.extensions used by org.opends.server.core Class Description DiskSpaceMonitor This class provides an application-wide disk space monitoring service. -
Classes in org.opends.server.extensions used by org.opends.server.extensions Class Description CertificateValidationPolicy This class implements an enumeration that may be used to indicate if/how a client's certificate should be validated against the corresponding user entry in the Directory Server.DynamicGroup This class provides a dynamic group implementation, in which membership is determined dynamically based on criteria provided in the form of one or more LDAP URLs.NotificationMessageTemplateElement This class defines the base class for elements that may be used to generate an account status notification message.StaticGroup A static group implementation, in which the DNs of all members are explicitly listed.VirtualStaticGroup This class provides a virtual static group implementation, in which membership is based on membership of another group. -
Classes in org.opends.server.extensions used by org.opends.server.protocols.ldap Class Description TLSCapableConnection This interface defines a set of methods that must be implemented by a class (expected to be a client connection) that can dynamically enable and disable the TLS connection security provider.