@PublicAPI(stability=VOLATILE)
See: Description
Interface | Description |
---|---|
AlertGenerator |
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.
|
AlertHandler<T extends AlertHandlerCfg> |
This interface defines the set of methods that must be implemented for a Directory Server alert handler.
|
AuthenticationPolicyFactory<T extends AuthenticationPolicyCfg> |
A factory for creating configurable authentication policies.
|
Backupable |
Represents an entity (storage, backend) that can be backed up.
|
BackupTaskListener |
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.
|
DirectoryServerMBean |
This interface must be implemented by all Directory Server components that interact with JMX in any way.
|
DiskSpaceMonitorHandler |
This interface defines the set of methods that must be implemented for a DiskSpaceMonitorHandler.
|
ExportTaskListener |
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.
|
ImportTaskListener |
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.
|
InitializationCompletedListener |
This interface defines a method that may be used to notify various Directory Server components that the server
initialization is completed.
|
LocalBackendInitializationListener |
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.
|
OrderingMatchingRule | Deprecated
since OPENDJ-1591 Migrate matching rules
|
RequestFilter |
Filters the request and/or responses of an LDAP exchange.
|
RequestHandler | |
RestoreTaskListener |
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.
|
ServerShutdownListener |
This interface defines a method that may be used to notify various Directory Server components that the server is
shutting down.
|
SubentryChangeListener |
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.
|
Class | Description |
---|---|
AccessControlHandler<T extends AccessControlHandlerCfg> |
This class defines the set of methods and structures that must be implemented by a Directory Server access control
handler.
|
AccountStatusNotificationHandler<T extends AccountStatusNotificationHandlerCfg> |
This class defines the set of methods that must be implemented for an account status notification handler.
|
AuthenticationPolicy |
An abstract authentication policy.
|
AuthenticationPolicyState |
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.
|
Backend<C extends Configuration> |
Represents a directory server backend, which can be either local or remote (proxy).
|
CertificateMapper<T extends CertificateMapperCfg> |
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.
|
ClientConnection |
This class defines the set of methods and structures that must be implemented by a Directory Server client
connection.
|
ClientSideResultCodeRequestFilter |
A request filter that filters out client-side result codes in responses, because they should never be transferred
over protocol.
|
ConnectionHandler<T extends ConnectionHandlerCfg> |
This class defines the set of methods and structures that must be implemented by a Directory Server connection
handler.
|
DirectoryThread |
This class defines a generic thread that should be the superclass for all threads created by the Directory Server.
|
DITCacheMap<T> |
The DITCacheMap class implements custom Map for structural storage of arbitrary objects in Directory Information Tree
(DIT) like structure.
|
EntryCache<T extends EntryCacheCfg> |
This class defines the set of methods that must be implemented by a Directory Server entry cache.
|
ExtendedOperationHandler<T extends ExtendedOperationHandlerCfg> |
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.
|
Group<T extends GroupImplementationCfg> |
This class defines the set of methods that must be implemented by a Directory Server group.
|
HttpEndpoint<C extends HttpEndpointCfg> |
Endpoint attach an
HttpApplication to an URI. |
IdentityMapper<T extends IdentityMapperCfg> |
This class defines the set of methods and structures that must be implemented by a Directory Server identity mapper.
|
KeyManagerProvider<T extends KeyManagerProviderCfg> |
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. |
KeyManagerProvider.CertificateMonitor |
This class implements a monitor provider that will report alias name and expiry date for each X509 certificate
associated to a key manager provider.
|
LocalBackend<C extends Configuration> |
This class defines the set of methods and structures that must be implemented for a Directory Server backend.
|
MeterRegistryHolder |
Decorator for a meter registry.
|
MonitorData |
This class is used to hold monitoring data, i.e.
|
MonitorProvider |
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.
|
PasswordGenerator<T extends PasswordGeneratorCfg> |
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.
|
PasswordStorageScheme<T extends PasswordStorageSchemeCfg> |
This class defines the set of methods and structures that must be implemented by a Directory Server module that
implements a password storage scheme.
|
PasswordValidator<T extends PasswordValidatorCfg> |
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.
|
RequestFilterChain |
Filters and/or transforms the request and/or response of an LDAP exchange, multiple filters version.
|
SASLMechanismHandler<T extends SaslMechanismHandlerCfg> |
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.
|
SynchronizationProvider<T extends SynchronizationProviderCfg> |
This class defines the set of methods and structures that are available for use in a Directory Server synchronization
provider.
|
TrustManagerProvider<T extends TrustManagerProviderCfg> |
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. |
TypedProtocolOpFilter |
Base class for implementing
RequestFilter s whose behavior depends on the type of Request and
Response . |
TypedRequestFilter |
Base class for implementing
RequestFilter s whose behavior depends on the type of Request . |
TypedRequestHandler |
Base class for implementing
RequestHandler s whose behavior depends on the type of Request . |
VirtualAttributeProvider<T extends VirtualAttributeCfg> |
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.
|
WorkQueue<T extends WorkQueueCfg> |
This class defines the structure and methods that must be implemented by a Directory Server work queue.
|
Enum | Description |
---|---|
LocalBackend.BackendOperation |
Enumeration of optional backend operations.
|
Copyright 2010-2022 ForgeRock AS.