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.
|
Class and Description |
---|
DiskSpaceMonitor
This class provides an application-wide disk space monitoring service.
|
Class and 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.
|
DynamicGroupMemberList
This class defines a mechanism that may be used to iterate over the members of a dynamic group, optionally using an
additional set of criteria to further filter the results.
|
EntryCacheCommon.ConfigErrorHandler
Error handler used by local methods to report configuration error.
|
EntryCacheCommon.ConfigPhase
Configuration phases.
|
NotificationMessageTemplateElement
This class defines the base class for elements that may be used to generate an account status notification message.
|
SaltedAbstractPasswordStorageScheme
Abstract class to help create salted password storage schemes.
|
SASLContext
This class defines the SASL context needed to process GSSAPI and DIGEST-MD5 bind requests from clients.
|
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.
|
Class and 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.
|
Copyright 2010-2018 ForgeRock AS.