Package | Description |
---|---|
org.forgerock.opendj.config.server |
Server-side administration interface.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.discovery |
Contains the Service Discovery Mechanisms and APIs.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
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.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Method and Description |
---|---|
<M extends Configuration> |
ServerManagedObject.deregisterAddListener(InstantiableRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Deregisters an existing configuration add listener.
|
<M extends Configuration> |
ServerManagedObject.deregisterAddListener(OptionalRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Deregisters an existing configuration add listener.
|
<M extends Configuration> |
ServerManagedObject.deregisterAddListener(SetRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Deregisters an existing configuration add listener.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(InstantiableRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Register to be notified when new child configurations are added beneath
an instantiable relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(OptionalRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Register to be notified when a new child configurations is added beneath
an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(SetRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Register to be notified when new child configurations are added beneath a
set relation.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisherCfg.addAccessLogFilteringCriteriaAddListener(ConfigurationAddListener<AccessLogFilteringCriteriaCfg> listener)
Registers to be notified when new Access Log Filtering Criteria are added.
|
void |
RootCfg.addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
Registers to be notified when new Account Status Notification Handlers are added.
|
void |
RootCfg.addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
Registers to be notified when new Alert Handlers are added.
|
void |
RootCfg.addBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Registers to be notified when new Backends are added.
|
void |
PluggableBackendCfg.addBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg> listener)
Registers to be notified when new Backend Indexes are added.
|
void |
PluggableBackendCfg.addBackendVlvIndexAddListener(ConfigurationAddListener<BackendVlvIndexCfg> listener)
Registers to be notified when new Backend Vlv Indexes are added.
|
void |
RootCfg.addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
Registers to be notified when new Certificate Mappers are added.
|
void |
RootCfg.addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Registers to be notified when new Connection Handlers are added.
|
void |
DebugLogPublisherCfg.addDebugTargetAddListener(ConfigurationAddListener<DebugTargetCfg> listener)
Registers to be notified when new Debug Targets are added.
|
void |
RootCfg.addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Registers to be notified when new Entry Caches are added.
|
void |
RootCfg.addExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener)
Registers to be notified when new Extended Operation Handlers are added.
|
void |
PolicyBasedAccessControlHandlerCfg.addGlobalAccessControlPolicyAddListener(ConfigurationAddListener<GlobalAccessControlPolicyCfg> listener)
Registers to be notified when new Global Access Control Policies are added.
|
void |
RootCfg.addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Registers to be notified when new Group Implementations are added.
|
void |
RootCfg.addHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener)
Registers to be notified when new Http Authorization Mechanisms are added.
|
void |
RootCfg.addHttpEndpointAddListener(ConfigurationAddListener<HttpEndpointCfg> listener)
Registers to be notified when new Http Endpoints are added.
|
void |
RootCfg.addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
Registers to be notified when new Identity Mappers are added.
|
void |
RootCfg.addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
Registers to be notified when new Key Manager Providers are added.
|
void |
RootCfg.addLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener)
Registers to be notified when new Log Publishers are added.
|
void |
RootCfg.addLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener)
Registers to be notified when new Log Retention Policies are added.
|
void |
RootCfg.addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
Registers to be notified when new Log Rotation Policies are added.
|
void |
RootCfg.addMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg> listener)
Registers to be notified when new Monitor Providers are added.
|
void |
RootCfg.addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Registers to be notified when new Password Generators are added.
|
void |
RootCfg.addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Registers to be notified when new Password Policies are added.
|
void |
RootCfg.addPasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener)
Registers to be notified when new Password Storage Schemes are added.
|
void |
RootCfg.addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
Registers to be notified when new Password Validators are added.
|
void |
PluginRootCfg.addPluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Registers to be notified when new Plugins are added.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg> listener)
Registers to be notified when new Replication Domains are added.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationServerAddListener(ConfigurationAddListener<ReplicationServerCfg> listener)
Registers to be notified when the Replication Server is added.
|
void |
RootDnCfg.addRootDnUserAddListener(ConfigurationAddListener<RootDnUserCfg> listener)
Registers to be notified when new Root Dn Users are added.
|
void |
RootCfg.addSaslMechanismHandlerAddListener(ConfigurationAddListener<SaslMechanismHandlerCfg> listener)
Registers to be notified when new Sasl Mechanism Handlers are added.
|
void |
RootCfg.addSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener)
Registers to be notified when new Schema Providers are added.
|
void |
RootCfg.addServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener)
Registers to be notified when new Service Discovery Mechanisms are added.
|
void |
RootCfg.addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
Registers to be notified when new Synchronization Providers are added.
|
void |
RootCfg.addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
Registers to be notified when new Trust Manager Providers are added.
|
void |
RootCfg.addVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener)
Registers to be notified when new Virtual Attributes are added.
|
void |
AccessLogPublisherCfg.removeAccessLogFilteringCriteriaAddListener(ConfigurationAddListener<AccessLogFilteringCriteriaCfg> listener)
Deregisters an existing Access Log Filtering Criteria configuration add listener.
|
void |
RootCfg.removeAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
Deregisters an existing Account Status Notification Handler configuration add listener.
|
void |
RootCfg.removeAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
Deregisters an existing Alert Handler configuration add listener.
|
void |
RootCfg.removeBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Deregisters an existing Backend configuration add listener.
|
void |
PluggableBackendCfg.removeBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg> listener)
Deregisters an existing Backend Index configuration add listener.
|
void |
PluggableBackendCfg.removeBackendVlvIndexAddListener(ConfigurationAddListener<BackendVlvIndexCfg> listener)
Deregisters an existing Backend Vlv Index configuration add listener.
|
void |
RootCfg.removeCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
Deregisters an existing Certificate Mapper configuration add listener.
|
void |
RootCfg.removeConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Deregisters an existing Connection Handler configuration add listener.
|
void |
DebugLogPublisherCfg.removeDebugTargetAddListener(ConfigurationAddListener<DebugTargetCfg> listener)
Deregisters an existing Debug Target configuration add listener.
|
void |
RootCfg.removeEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Deregisters an existing Entry Cache configuration add listener.
|
void |
RootCfg.removeExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener)
Deregisters an existing Extended Operation Handler configuration add listener.
|
void |
PolicyBasedAccessControlHandlerCfg.removeGlobalAccessControlPolicyAddListener(ConfigurationAddListener<GlobalAccessControlPolicyCfg> listener)
Deregisters an existing Global Access Control Policy configuration add listener.
|
void |
RootCfg.removeGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Deregisters an existing Group Implementation configuration add listener.
|
void |
RootCfg.removeHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener)
Deregisters an existing Http Authorization Mechanism configuration add listener.
|
void |
RootCfg.removeHttpEndpointAddListener(ConfigurationAddListener<HttpEndpointCfg> listener)
Deregisters an existing Http Endpoint configuration add listener.
|
void |
RootCfg.removeIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
Deregisters an existing Identity Mapper configuration add listener.
|
void |
RootCfg.removeKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
Deregisters an existing Key Manager Provider configuration add listener.
|
void |
RootCfg.removeLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener)
Deregisters an existing Log Publisher configuration add listener.
|
void |
RootCfg.removeLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener)
Deregisters an existing Log Retention Policy configuration add listener.
|
void |
RootCfg.removeLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
Deregisters an existing Log Rotation Policy configuration add listener.
|
void |
RootCfg.removeMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg> listener)
Deregisters an existing Monitor Provider configuration add listener.
|
void |
RootCfg.removePasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Deregisters an existing Password Generator configuration add listener.
|
void |
RootCfg.removePasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Deregisters an existing Password Policy configuration add listener.
|
void |
RootCfg.removePasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener)
Deregisters an existing Password Storage Scheme configuration add listener.
|
void |
RootCfg.removePasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
Deregisters an existing Password Validator configuration add listener.
|
void |
PluginRootCfg.removePluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Deregisters an existing Plugin configuration add listener.
|
void |
ReplicationSynchronizationProviderCfg.removeReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg> listener)
Deregisters an existing Replication Domain configuration add listener.
|
void |
ReplicationSynchronizationProviderCfg.removeReplicationServerAddListener(ConfigurationAddListener<ReplicationServerCfg> listener)
Deregisters an existing Replication Server configuration add listener.
|
void |
RootDnCfg.removeRootDnUserAddListener(ConfigurationAddListener<RootDnUserCfg> listener)
Deregisters an existing Root Dn User configuration add listener.
|
void |
RootCfg.removeSaslMechanismHandlerAddListener(ConfigurationAddListener<SaslMechanismHandlerCfg> listener)
Deregisters an existing Sasl Mechanism Handler configuration add listener.
|
void |
RootCfg.removeSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener)
Deregisters an existing Schema Provider configuration add listener.
|
void |
RootCfg.removeServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener)
Deregisters an existing Service Discovery Mechanism configuration add listener.
|
void |
RootCfg.removeSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
Deregisters an existing Synchronization Provider configuration add listener.
|
void |
RootCfg.removeTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
Deregisters an existing Trust Manager Provider configuration add listener.
|
void |
RootCfg.removeVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener)
Deregisters an existing Virtual Attribute configuration add listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountStatusNotificationHandlerConfigManager
This class defines a utility that will be used to manage the set of account status notification handlers defined in
the Directory Server.
|
class |
AlertHandlerConfigManager
This class defines a utility that will be used to manage the set of alert handlers defined in the Directory Server.
|
class |
BackendConfigManager
Responsible for managing the lifecycle of backends in the Directory Server.
|
class |
CertificateMapperConfigManager
This class defines a utility that will be used to manage the set of certificate mappers defined in the Directory
Server.
|
class |
ConnectionHandlerConfigManager
This class defines a utility that will be used to manage the configuration for the set of connection handlers defined
in the Directory Server.
|
class |
EntryCacheConfigManager
This class defines a utility that will be used to manage the configuration for the Directory Server entry cache.
|
class |
ExtendedOperationConfigManager
This class defines a utility that will be used to manage the set of extended operation handlers defined in the
Directory Server.
|
class |
GroupManager
This class provides a mechanism for interacting with all groups defined in the Directory Server.
|
class |
HttpEndpointConfigManager
This class defines a utility that will be used to manage the set of HTTP endpoints defined in the Directory Server.
|
class |
IdentityMapperConfigManager
This class defines a utility that will be used to manage the set of identity mappers defined in the Directory Server.
|
class |
KeyManagerProviderConfigManager
This class defines a utility that will be used to manage the set of key manager providers defined in the Directory
Server.
|
class |
LoggerConfigManager
This class defines a utility that will be used to manage the set of loggers used in the Directory Server.
|
class |
LogRetentionPolicyConfigManager
This class defines a utility that will be used to manage the set of log retention policies used in the Directory
Server.
|
class |
LogRotationPolicyConfigManager
This class defines a utility that will be used to manage the set of log rotation policies used in the Directory
Server.
|
class |
MonitorConfigManager
This class defines a utility that will be used to manage the set of monitor providers defined in the Directory
Server.
|
class |
PasswordGeneratorConfigManager
This class defines a utility that will be used to manage the set of password generators defined in the Directory
Server.
|
class |
PasswordStorageSchemeConfigManager
This class defines a utility that will be used to manage the set of password storage schemes defined in the Directory
Server.
|
class |
PasswordValidatorConfigManager
This class defines a utility that will be used to manage the set of password validators defined in the Directory
Server.
|
class |
PluginConfigManager
This class defines a utility that will be used to manage the configuration for the set of plugins defined in the
Directory Server.
|
class |
RootDNConfigManager
This class defines a utility that will be used to manage the set of root users defined in the Directory Server.
|
class |
SASLConfigManager
This class defines a utility that will be used to manage the set of SASL mechanism handlers defined in the Directory
Server.
|
class |
SynchronizationProviderConfigManager
This class defines a utility that will be used to manage the configuration for the set of synchronization providers
configured in the Directory Server.
|
class |
TrustManagerProviderConfigManager
This class defines a utility that will be used to manage the set of trust manager providers defined in the Directory
Server.
|
class |
VirtualAttributeConfigManager
This class defines a utility that will be used to manage the set of virtual attribute providers defined in the
Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceDiscoveryMechanismConfigManager
Manages configuration additions and deletions of service discovery mechanisms in the server configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger<P extends LogPublisher<C>,C extends LogPublisherCfg>
This class defines the wrapper that will invoke all registered loggers for each type of request received or response
sent.
|
class |
AccessLogger
This class defines the wrapper that will invoke all registered access loggers for each type of request received or
response sent.
|
class |
DebugLogger
A logger for debug and trace logging.
|
class |
ErrorLogger
This class defines the wrapper that will invoke all registered error loggers for each type of request received or
response sent.
|
class |
HTTPAccessLogger
This class defines the wrapper that will invoke all registered HTTP access loggers for each type of request received
or response sent.
|
class |
TextDebugLogPublisher
The debug log publisher implementation that writes debug messages to files on disk.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalChangelogDomain
This class specifies the external changelog feature for a replication domain.
|
class |
MultimasterReplication
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
|
class |
ReplicationServerListener
This class is used to create and object that can register in the admin framework as a listener for changes, add and
delete on the ReplicationServer configuration objects.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaHandler
Responsible for access to the server's schema.
|
Copyright 2010-2020 ForgeRock AS.