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.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.
|
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.addAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
Registers to be notified when new Attribute Syntaxes 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 |
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.addMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
Registers to be notified when new Matching Rules 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.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.removeAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
Deregisters an existing Attribute Syntax 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 |
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.removeMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
Deregisters an existing Matching Rule 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.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 |
AttributeSyntaxConfigManager
This class defines a utility that will be used to manage the set of attribute
syntaxes defined in the Directory Server.
|
class |
BackendConfigManager
This class defines a utility that will be used to manage the configuration
for the set of backends defined 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 |
MatchingRuleConfigManager
This class defines a utility that will be used to manage the set of matching
rules defined 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 |
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.
|
Copyright 2010-2017 ForgeRock AS.