Uses of Class
org.forgerock.opendj.config.server.ConfigException
Package
Description
Common administration classes.
Logical conditions for defining constraints.
Server-side administration interface.
Contains a number of API declarations for use throughout the
Directory Server.
Provides server-side interfaces for accessing the Core directory
server administrative components.
Contains a number of API declarations for use throughout the Directory Server.
Defines the Directory Server plugin API.
Contains the policy based access control handler implementation.
Contains various Directory Server backend implementations.
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
Contains the code for implementing Directory Server pluggable storage backends.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
Contains code used to interact with the Directory Server configuration.
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains implementations of Directory Server access, error, and debug loggers.
Contains the implementation for various Directory Server plugins.
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
This package contains the code for the Replication Server part of the Multimaster replication feature.
This package contains a file-based log implementation for the changelog database API.
Contains implementations of various Directory Server schema elements.
Contains implementations for a number of Directory Server data types.
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
-
Uses of ConfigException in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionvoid
ConfigurationFramework.forceInitialize
(ConfigurationFramework.InitParameters initParameters) Initializes the configuration framework using the application's class loader as the parent class loader, and the provided install and instance paths.void
ConfigurationFramework.initialize()
Initializes the configuration framework using the application's class loader as the parent class loader, and the current working directory as the install and instance path.void
ConfigurationFramework.initialize
(ConfigurationFramework.InitParameters initParameters) Initializes the configuration framework using the application's class loader as the parent class loader, and the current working directory as the install and instance path. -
Uses of ConfigException in org.forgerock.opendj.config.conditions
Modifier and TypeMethodDescriptionboolean
Condition.evaluate
(ServerManagedObject<?> managedObject) Evaluates this condition against the provided server managed object.boolean
NotCondition.evaluate
(ServerManagedObject<?> managedObject) boolean
OrCondition.evaluate
(ServerManagedObject<?> managedObject) -
Uses of ConfigException in org.forgerock.opendj.config.server
Modifier and TypeMethodDescriptionboolean
Evaluates the provided condition against this managed object.<M extends Configuration>
ServerManagedObject<? extends M>ServerManagedObject.getChild
(InstantiableRelationDefinition<?, M> d, String name) Retrieve an instantiable child managed object.<M extends Configuration>
ServerManagedObject<? extends M>ServerManagedObject.getChild
(OptionalRelationDefinition<?, M> d) Retrieve an optional child managed object.<M extends Configuration>
ServerManagedObject<? extends M>ServerManagedObject.getChild
(SetRelationDefinition<?, M> d, String name) Retrieve a set child managed object.<M extends Configuration>
ServerManagedObject<? extends M>ServerManagedObject.getChild
(SingletonRelationDefinition<?, M> d) Retrieve a singleton child managed object.<C extends ConfigurationClient,
S extends Configuration>
ServerManagedObject<? extends S>ServerManagementContext.getManagedObject
(ManagedObjectPath<C, S> path) Gets the named managed object.boolean
ServerConstraintHandler.isDeleteAllowed
(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons) Determines whether the existing managed object can be deleted from the server's configuration.boolean
ServerConstraintHandler.isUsable
(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons) Determines whether the provided managed object can be used by the server.void
ServerConstraintHandler.performPostAdd
(ServerManagedObject<?> managedObject) Performs any post-add processing required by this constraint.void
ServerConstraintHandler.performPostDelete
(ServerManagedObject<?> managedObject) Performs any post-delete processing required by this constraint.void
ServerConstraintHandler.performPostModify
(ServerManagedObject<?> managedObject) Performs any post-modify processing required by this constraint.<M extends Configuration>
voidServerManagedObject.registerAddListener
(InstantiableRelationDefinition<?, M> d, ConfigurationAddListener<M> listener) Register to be notified when new child configurations are added beneath an instantiable relation.<M extends Configuration>
voidServerManagedObject.registerAddListener
(InstantiableRelationDefinition<?, M> d, ServerManagedObjectAddListener<M> listener) Register to be notified when new child server managed object are added beneath an instantiable relation.<M extends Configuration>
voidServerManagedObject.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>
voidServerManagedObject.registerAddListener
(OptionalRelationDefinition<?, M> d, ServerManagedObjectAddListener<M> listener) Register to be notified when a new child server managed object is added beneath an optional relation.<M extends Configuration>
voidServerManagedObject.registerAddListener
(SetRelationDefinition<?, M> d, ConfigurationAddListener<M> listener) Register to be notified when new child configurations are added beneath a set relation.<M extends Configuration>
voidServerManagedObject.registerAddListener
(SetRelationDefinition<?, M> d, ServerManagedObjectAddListener<M> listener) Register to be notified when new child server managed object are added beneath a set relation.<M extends Configuration>
voidServerManagedObject.registerDeleteListener
(InstantiableRelationDefinition<?, M> d, ConfigurationDeleteListener<M> listener) Register to be notified when existing child configurations are deleted beneath an instantiable relation.<M extends Configuration>
voidServerManagedObject.registerDeleteListener
(InstantiableRelationDefinition<?, M> d, ServerManagedObjectDeleteListener<M> listener) Register to be notified when existing child server managed objects are deleted beneath an instantiable relation.<M extends Configuration>
voidServerManagedObject.registerDeleteListener
(OptionalRelationDefinition<?, M> d, ConfigurationDeleteListener<M> listener) Register to be notified when an existing child configuration is deleted beneath an optional relation.<M extends Configuration>
voidServerManagedObject.registerDeleteListener
(OptionalRelationDefinition<?, M> d, ServerManagedObjectDeleteListener<M> listener) Register to be notified when an existing child server managed object is deleted beneath an optional relation.<M extends Configuration>
voidServerManagedObject.registerDeleteListener
(SetRelationDefinition<?, M> d, ConfigurationDeleteListener<M> listener) Register to be notified when existing child configurations are deleted beneath a set relation.<M extends Configuration>
voidServerManagedObject.registerDeleteListener
(SetRelationDefinition<?, M> d, ServerManagedObjectDeleteListener<M> listener) Register to be notified when existing child server managed objects are deleted beneath a set relation. -
Uses of ConfigException in org.forgerock.opendj.config.server.spi
Modifier and TypeMethodDescriptionConfigurationRepository.getChildren
(Dn dn) Returns the set of DNs of children of the entry corresponding to the provided DN. -
Uses of ConfigException in org.forgerock.opendj.server.config.server
Modifier and TypeMethodDescriptionvoid
RootCfg.addAccessControlHandlerAddListener
(ConfigurationAddListener<AccessControlHandlerCfg> listener) Registers to be notified when the Access Control Handler is added.void
RootCfg.addAccessControlHandlerDeleteListener
(ConfigurationDeleteListener<AccessControlHandlerCfg> listener) Registers to be notified the Access Control Handler is deleted.void
AccessLogPublisherCfg.addAccessLogFilteringCriteriaAddListener
(ConfigurationAddListener<AccessLogFilteringCriteriaCfg> listener) Registers to be notified when new Access Log Filtering Criteria are added.void
AccessLogPublisherCfg.addAccessLogFilteringCriteriaDeleteListener
(ConfigurationDeleteListener<AccessLogFilteringCriteriaCfg> listener) Registers to be notified when existing Access Log Filtering Criteria are deleted.void
RootCfg.addAccountStatusNotificationHandlerAddListener
(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener) Registers to be notified when new Account Status Notification Handlers are added.void
RootCfg.addAccountStatusNotificationHandlerDeleteListener
(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener) Registers to be notified when existing Account Status Notification Handlers are deleted.void
RootCfg.addAlertHandlerAddListener
(ConfigurationAddListener<AlertHandlerCfg> listener) Registers to be notified when new Alert Handlers are added.void
RootCfg.addAlertHandlerDeleteListener
(ConfigurationDeleteListener<AlertHandlerCfg> listener) Registers to be notified when existing Alert Handlers are deleted.void
RootCfg.addBackendAddListener
(ConfigurationAddListener<BackendCfg> listener) Registers to be notified when new Backends are added.void
RootCfg.addBackendDeleteListener
(ConfigurationDeleteListener<BackendCfg> listener) Registers to be notified when existing Backends are deleted.void
PluggableBackendCfg.addBackendIndexAddListener
(ConfigurationAddListener<BackendIndexCfg> listener) Registers to be notified when new Backend Indexes are added.void
PluggableBackendCfg.addBackendIndexDeleteListener
(ConfigurationDeleteListener<BackendIndexCfg> listener) Registers to be notified when existing Backend Indexes are deleted.void
PluggableBackendCfg.addBackendVlvIndexAddListener
(ConfigurationAddListener<BackendVlvIndexCfg> listener) Registers to be notified when new Backend Vlv Indexes are added.void
PluggableBackendCfg.addBackendVlvIndexDeleteListener
(ConfigurationDeleteListener<BackendVlvIndexCfg> listener) Registers to be notified when existing Backend Vlv Indexes are deleted.void
RootCfg.addCertificateMapperAddListener
(ConfigurationAddListener<CertificateMapperCfg> listener) Registers to be notified when new Certificate Mappers are added.void
RootCfg.addCertificateMapperDeleteListener
(ConfigurationDeleteListener<CertificateMapperCfg> listener) Registers to be notified when existing Certificate Mappers are deleted.void
RootCfg.addConnectionHandlerAddListener
(ConfigurationAddListener<ConnectionHandlerCfg> listener) Registers to be notified when new Connection Handlers are added.void
RootCfg.addConnectionHandlerDeleteListener
(ConfigurationDeleteListener<ConnectionHandlerCfg> listener) Registers to be notified when existing Connection Handlers are deleted.void
RootCfg.addEntryCacheAddListener
(ConfigurationAddListener<EntryCacheCfg> listener) Registers to be notified when new Entry Caches are added.void
RootCfg.addEntryCacheDeleteListener
(ConfigurationDeleteListener<EntryCacheCfg> listener) Registers to be notified when existing Entry Caches are deleted.void
RootCfg.addExtendedOperationHandlerAddListener
(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener) Registers to be notified when new Extended Operation Handlers are added.void
RootCfg.addExtendedOperationHandlerDeleteListener
(ConfigurationDeleteListener<ExtendedOperationHandlerCfg> listener) Registers to be notified when existing Extended Operation Handlers are deleted.void
PolicyBasedAccessControlHandlerCfg.addGlobalAccessControlPolicyAddListener
(ConfigurationAddListener<GlobalAccessControlPolicyCfg> listener) Registers to be notified when new Global Access Control Policies are added.void
PolicyBasedAccessControlHandlerCfg.addGlobalAccessControlPolicyDeleteListener
(ConfigurationDeleteListener<GlobalAccessControlPolicyCfg> listener) Registers to be notified when existing Global Access Control Policies are deleted.void
RootCfg.addHttpAuthorizationMechanismAddListener
(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener) Registers to be notified when new Http Authorization Mechanisms are added.void
RootCfg.addHttpAuthorizationMechanismDeleteListener
(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg> listener) Registers to be notified when existing Http Authorization Mechanisms are deleted.void
RootCfg.addHttpEndpointAddListener
(ConfigurationAddListener<HttpEndpointCfg> listener) Registers to be notified when new Http Endpoints are added.void
RootCfg.addHttpEndpointDeleteListener
(ConfigurationDeleteListener<HttpEndpointCfg> listener) Registers to be notified when existing Http Endpoints are deleted.void
RootCfg.addIdentityMapperAddListener
(ConfigurationAddListener<IdentityMapperCfg> listener) Registers to be notified when new Identity Mappers are added.void
RootCfg.addIdentityMapperDeleteListener
(ConfigurationDeleteListener<IdentityMapperCfg> listener) Registers to be notified when existing Identity Mappers are deleted.void
RootCfg.addKeyManagerProviderAddListener
(ConfigurationAddListener<KeyManagerProviderCfg> listener) Registers to be notified when new Key Manager Providers are added.void
RootCfg.addKeyManagerProviderDeleteListener
(ConfigurationDeleteListener<KeyManagerProviderCfg> listener) Registers to be notified when existing Key Manager Providers are deleted.void
RootCfg.addLogPublisherAddListener
(ConfigurationAddListener<LogPublisherCfg> listener) Registers to be notified when new Log Publishers are added.void
RootCfg.addLogPublisherDeleteListener
(ConfigurationDeleteListener<LogPublisherCfg> listener) Registers to be notified when existing Log Publishers are deleted.void
RootCfg.addLogRetentionPolicyAddListener
(ConfigurationAddListener<LogRetentionPolicyCfg> listener) Registers to be notified when new Log Retention Policies are added.void
RootCfg.addLogRetentionPolicyDeleteListener
(ConfigurationDeleteListener<LogRetentionPolicyCfg> listener) Registers to be notified when existing Log Retention Policies are deleted.void
RootCfg.addLogRotationPolicyAddListener
(ConfigurationAddListener<LogRotationPolicyCfg> listener) Registers to be notified when new Log Rotation Policies are added.void
RootCfg.addLogRotationPolicyDeleteListener
(ConfigurationDeleteListener<LogRotationPolicyCfg> listener) Registers to be notified when existing Log Rotation Policies are deleted.void
RootCfg.addMailServerAddListener
(ConfigurationAddListener<MailServerCfg> listener) Registers to be notified when new Mail Servers are added.void
RootCfg.addMailServerDeleteListener
(ConfigurationDeleteListener<MailServerCfg> listener) Registers to be notified when existing Mail Servers are deleted.void
RootCfg.addPasswordGeneratorAddListener
(ConfigurationAddListener<PasswordGeneratorCfg> listener) Registers to be notified when new Password Generators are added.void
RootCfg.addPasswordGeneratorDeleteListener
(ConfigurationDeleteListener<PasswordGeneratorCfg> listener) Registers to be notified when existing Password Generators are deleted.void
RootCfg.addPasswordPolicyAddListener
(ConfigurationAddListener<AuthenticationPolicyCfg> listener) Registers to be notified when new Password Policies are added.void
RootCfg.addPasswordPolicyDeleteListener
(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener) Registers to be notified when existing Password Policies are deleted.void
RootCfg.addPasswordStorageSchemeAddListener
(ConfigurationAddListener<PasswordStorageSchemeCfg> listener) Registers to be notified when new Password Storage Schemes are added.void
RootCfg.addPasswordStorageSchemeDeleteListener
(ConfigurationDeleteListener<PasswordStorageSchemeCfg> listener) Registers to be notified when existing Password Storage Schemes are deleted.void
RootCfg.addPasswordValidatorAddListener
(ConfigurationAddListener<PasswordValidatorCfg> listener) Registers to be notified when new Password Validators are added.void
RootCfg.addPasswordValidatorDeleteListener
(ConfigurationDeleteListener<PasswordValidatorCfg> listener) Registers to be notified when existing Password Validators are deleted.void
PluginRootCfg.addPluginAddListener
(ConfigurationAddListener<PluginCfg> listener) Registers to be notified when new Plugins are added.void
PluginRootCfg.addPluginDeleteListener
(ConfigurationDeleteListener<PluginCfg> listener) Registers to be notified when existing Plugins are deleted.void
ReplicationSynchronizationProviderCfg.addReplicationDomainAddListener
(ConfigurationAddListener<ReplicationDomainCfg> listener) Registers to be notified when new Replication Domains are added.void
ReplicationSynchronizationProviderCfg.addReplicationDomainDeleteListener
(ConfigurationDeleteListener<ReplicationDomainCfg> listener) Registers to be notified when existing Replication Domains are deleted.void
ReplicationSynchronizationProviderCfg.addReplicationServerAddListener
(ConfigurationAddListener<ReplicationServerCfg> listener) Registers to be notified when the Replication Server is added.void
ReplicationSynchronizationProviderCfg.addReplicationServerDeleteListener
(ConfigurationDeleteListener<ReplicationServerCfg> listener) Registers to be notified the Replication Server is deleted.void
RootCfg.addSaslMechanismHandlerAddListener
(ConfigurationAddListener<SaslMechanismHandlerCfg> listener) Registers to be notified when new Sasl Mechanism Handlers are added.void
RootCfg.addSaslMechanismHandlerDeleteListener
(ConfigurationDeleteListener<SaslMechanismHandlerCfg> listener) Registers to be notified when existing Sasl Mechanism Handlers are deleted.void
RootCfg.addSchemaProviderAddListener
(ConfigurationAddListener<SchemaProviderCfg> listener) Registers to be notified when new Schema Providers are added.void
RootCfg.addSchemaProviderDeleteListener
(ConfigurationDeleteListener<SchemaProviderCfg> listener) Registers to be notified when existing Schema Providers are deleted.void
RootCfg.addServiceDiscoveryMechanismAddListener
(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener) Registers to be notified when new Service Discovery Mechanisms are added.void
RootCfg.addServiceDiscoveryMechanismDeleteListener
(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg> listener) Registers to be notified when existing Service Discovery Mechanisms are deleted.void
RootCfg.addSynchronizationProviderAddListener
(ConfigurationAddListener<SynchronizationProviderCfg> listener) Registers to be notified when new Synchronization Providers are added.void
RootCfg.addSynchronizationProviderDeleteListener
(ConfigurationDeleteListener<SynchronizationProviderCfg> listener) Registers to be notified when existing Synchronization Providers are deleted.void
RootCfg.addTrustManagerProviderAddListener
(ConfigurationAddListener<TrustManagerProviderCfg> listener) Registers to be notified when new Trust Manager Providers are added.void
RootCfg.addTrustManagerProviderDeleteListener
(ConfigurationDeleteListener<TrustManagerProviderCfg> listener) Registers to be notified when existing Trust Manager Providers are deleted.void
RootCfg.addVirtualAttributeAddListener
(ConfigurationAddListener<VirtualAttributeCfg> listener) Registers to be notified when new Virtual Attributes are added.void
RootCfg.addVirtualAttributeDeleteListener
(ConfigurationDeleteListener<VirtualAttributeCfg> listener) Registers to be notified when existing Virtual Attributes are deleted.RootCfg.getAccessControlHandler()
Gets the Access Control Handler if it is present.AccessLogPublisherCfg.getAccessLogFilteringCriteria
(String name) Gets the named Access Log Filtering Criteria.RootCfg.getAccountStatusNotificationHandler
(String name) Gets the named Account Status Notification Handler.RootCfg.getAdministrationConnector()
Gets the Administration Connector.RootCfg.getAlertHandler
(String name) Gets the named Alert Handler.RootCfg.getBackend
(String name) Gets the named Backend.PluggableBackendCfg.getBackendIndex
(String name) Gets the named Backend Index.PluggableBackendCfg.getBackendVlvIndex
(String name) Gets the named Backend Vlv Index.RootCfg.getCertificateMapper
(String name) Gets the named Certificate Mapper.RootCfg.getConnectionHandler
(String name) Gets the named Connection Handler.RootCfg.getCryptoManager()
Gets the Crypto Manager.RootCfg.getEntryCache
(String name) Gets the named Entry Cache.RootCfg.getExtendedOperationHandler
(String name) Gets the named Extended Operation Handler.PolicyBasedAccessControlHandlerCfg.getGlobalAccessControlPolicy
(String name) Gets the named Global Access Control Policy.RootCfg.getGlobalConfiguration()
Gets the Global Configuration.RootCfg.getHttpAuthorizationMechanism
(String name) Gets the named Http Authorization Mechanism.RootCfg.getHttpEndpoint
(String name) Gets the named Http Endpoint.RootCfg.getIdentityMapper
(String name) Gets the named Identity Mapper.RootCfg.getKeyManagerProvider
(String name) Gets the named Key Manager Provider.RootCfg.getLogPublisher
(String name) Gets the named Log Publisher.RootCfg.getLogRetentionPolicy
(String name) Gets the named Log Retention Policy.RootCfg.getLogRotationPolicy
(String name) Gets the named Log Rotation Policy.RootCfg.getMailServer
(String name) Gets the named Mail Server.RootCfg.getPasswordGenerator
(String name) Gets the named Password Generator.RootCfg.getPasswordPolicy
(String name) Gets the named Password Policy.RootCfg.getPasswordStorageScheme
(String name) Gets the named Password Storage Scheme.RootCfg.getPasswordValidator
(String name) Gets the named Password Validator.Gets the named Plugin.RootCfg.getPluginRoot()
Gets the Plugin Root.ReplicationSynchronizationProviderCfg.getReplicationDomain
(String name) Gets the named Replication Domain.ReplicationSynchronizationProviderCfg.getReplicationServer()
Gets the Replication Server if it is present.RootCfg.getRootDseBackend()
Gets the Root Dse Backend.RootCfg.getSaslMechanismHandler
(String name) Gets the named Sasl Mechanism Handler.RootCfg.getSchemaProvider
(String name) Gets the named Schema Provider.RootCfg.getServiceDiscoveryMechanism
(String name) Gets the named Service Discovery Mechanism.RootCfg.getSynchronizationProvider
(String name) Gets the named Synchronization Provider.RootCfg.getTrustManagerProvider
(String name) Gets the named Trust Manager Provider.RootCfg.getVirtualAttribute
(String name) Gets the named Virtual Attribute.RootCfg.getWorkQueue()
Gets the Work Queue. -
Uses of ConfigException in org.opends.server.api
Modifier and TypeMethodDescriptionabstract void
Backend.configureBackend
(C cfg, ServerContext serverContext) Configure this backend based on the information in the provided configuration.AuthenticationPolicyFactory.createAuthenticationPolicy
(T configuration) Creates a new authentication policy using the provided configuration.void
AccessControlHandler.initializeAccessControlHandler
(T configuration, ServerContext serverContext) Initializes the access control handler implementation based on the information in the provided configuration entry.void
AlertHandler.initializeAlertHandler
(ServerContext serverContext, T configuration) Initializes this alert handler based on the information in the provided configuration entry.final void
CertificateMapper.initializeCertificateMapper
(T configuration) Initializes this certificate mapper based on the information in the provided configuration entry.protected abstract void
CertificateMapper.initializeCertificateMapper0
(T configuration) Implements certificate mapper specific actions when initializing the certificate mapper.void
EntryCache.initializeEntryCache
(ServerContext serverContext, T configuration) Initializes this entry cache implementation so that it will be available for storing and retrieving entries.void
ExtendedOperationHandler.initializeExtendedOperationHandler
(T config) Initializes this extended operation handler based on the information in the provided configuration entry.abstract void
IdentityMapper.initializeIdentityMapper
(T configuration) Initializes this identity mapper based on the information in the provided configuration entry.abstract void
KeyManagerProvider.initializeKeyManagerProvider
(T configuration) Initializes this key manager provider based on the information in the provided key manager provider configuration.abstract void
PasswordGenerator.initializePasswordGenerator
(T configuration) Initializes this password generator based on the information in the provided configuration entry.abstract void
PasswordStorageScheme.initializePasswordStorageScheme
(T configuration, ServerContext serverContext) Initializes this password storage scheme handler based on the information in the provided configuration entry.abstract void
PasswordValidator.initializePasswordValidator
(T configuration) Initializes this password validator based on the information in the provided configuration entry.abstract void
SASLMechanismHandler.initializeSASLMechanismHandler
(T configuration, ServerContext serverContext) Initializes this SASL mechanism handler based on the information in the provided configuration entry.abstract void
AccountStatusNotificationHandler.initializeStatusNotificationHandler
(T configuration, ServerContext serverContext) Initializes this account status notification handler based on the information in the provided configuration entry.abstract void
SynchronizationProvider.initializeSynchronizationProvider
(ServerContext serverContext, T config) Performs any initialization that might be necessary for this synchronization provider.abstract void
TrustManagerProvider.initializeTrustManagerProvider
(T configuration) Initializes this trust manager provider based on the information in the provided configuration entry.void
VirtualAttributeProvider.initializeVirtualAttributeProvider
(ServerContext serverContext, T configuration) Initializes this virtual attribute based on the information in the provided configuration entry.protected void
VirtualAttributeProvider.initializeVirtualAttributeProvider
(T configuration) Initializes this virtual attribute based on the information in the provided configuration entry.abstract void
Backend.openBackend()
Opens this backend based on the information provided when the backend was configured.abstract void
LocalBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.void
LocalBackend.rebuildBackend
(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback) Rebuild indexes in the backend instance. -
Uses of ConfigException in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionabstract void
DirectoryServerPlugin.initializePlugin
(Set<PluginType> pluginTypes, T configuration) Performs any initialization necessary for this plugin. -
Uses of ConfigException in org.opends.server.authorization.policy
Modifier and TypeMethodDescriptionvoid
PolicyBasedAccessControlHandler.initializeAccessControlHandler
(PolicyBasedAccessControlHandlerCfg configuration, ServerContext serverContext) -
Uses of ConfigException in org.opends.server.backends
Modifier and TypeMethodDescriptionvoid
LDIFBackend.configureBackend
(LdifBackendCfg config, ServerContext serverContext) void
MonitorBackend.configureBackend
(MonitorBackendCfg config, ServerContext serverContext) void
ProxyBackend.configureBackend
(ProxyBackendCfg cfg, ServerContext serverContext) void
SchemaBackend.configureBackend
(SchemaBackendCfg cfg, ServerContext serverContext) void
LDIFBackend.openBackend()
void
MemoryBackend.openBackend()
void
ProxyBackend.openBackend()
void
RootDSEBackend.openBackend()
-
Uses of ConfigException in org.opends.server.backends.jeb
Modifier and TypeMethodDescriptionprotected Storage
JEBackend.configureStorage
(JeBackendCfg cfg, ServerContext serverContext) void
JEStorage.open
(AccessMode accessMode) JEStorage.startImport()
ModifierConstructorDescriptionJEStorage
(JeBackendCfg cfg, ServerContext serverContext) Creates a new JE storage with the provided configuration. -
Uses of ConfigException in org.opends.server.backends.pluggable
Modifier and TypeMethodDescriptionvoid
BackendImpl.configureBackend
(C cfg, ServerContext serverContext) protected abstract Storage
BackendImpl.configureStorage
(C cfg, ServerContext serverContext) Creates the storage engine which will be used by this pluggable backend.void
BackendImpl.rebuildBackend
(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback) -
Uses of ConfigException in org.opends.server.backends.pluggable.spi
Modifier and TypeMethodDescriptionstatic void
StorageUtils.setupStorageFiles
(Path backendDir, String dbDirPermissions, Dn configDN) Ensure backendDir exists (creating it if not) and has the specified dbDirPermissions.Storage.startImport()
Starts the import operation. -
Uses of ConfigException in org.opends.server.config
Modifier and TypeMethodDescriptionConfigurationHandler.getChildren
(Dn dn) long
ConfigurationHandler.numSubordinates
(Dn entryDN, boolean subtree) Retrieves the number of subordinates for the requested entry. -
Uses of ConfigException in org.opends.server.core
Modifier and TypeMethodDescriptionPasswordPolicyFactory.createAuthenticationPolicy
(PasswordPolicyCfg configuration) void
AlertHandlerConfigManager.initializeAlertHandlers()
Initializes all alert handlers currently defined in the Directory Server configuration.void
BackendConfigManager.initializeBackendConfig
(Collection<String> backendIdsToStart) Initializes the configuration associated with the Directory Server backends.void
BackendConfigManager.initializeBackends
(Collection<String> backendIDsToStart, RootCfg root) Initializes specified backends.void
CertificateMapperConfigManager.initializeCertificateMappers()
Initializes all certificate mappers currently defined in the Directory Server configuration.void
EntryCacheConfigManager.initializeConfiguredEntryCaches()
Initializes the caches that are configured with the Directory Server.void
ConnectionHandlerConfigManager.initializeConnectionHandlerConfig()
Initializes the configuration associated with the Directory Server connection handlers.void
EntryCacheConfigManager.EntryCacheDispatcher.initializeEntryCache
(ServerContext serverContext, EntryCacheCfg configuration) void
ExtendedOperationConfigManager.initializeExtendedOperationHandlers()
Initializes all extended operation handlers currently defined in the Directory Server configuration.void
IdentityMapperConfigManager.initializeIdentityMappers()
Initializes all identity mappers currently defined in the Directory Server configuration.void
KeyManagerProviderConfigManager.initializeKeyManagerProviders()
Initializes all key manager providers currently defined in the Directory Server configuration.void
LogRetentionPolicyConfigManager.initializeLogRetentionPolicyConfig()
Initializes all the log retention policies.void
LogRotationPolicyConfigManager.initializeLogRotationPolicyConfig()
Initializes all the log rotation policies.void
AccountStatusNotificationHandlerConfigManager.initializeNotificationHandlers()
Initializes all account status notification handlers currently defined in the Directory Server configuration.void
PasswordGeneratorConfigManager.initializePasswordGenerators()
Initializes all password generators currently defined in the Directory Server configuration.void
PasswordStorageSchemeConfigManager.initializePasswordStorageSchemes()
Initializes all password storage schemes currently defined in the Directory Server configuration.void
PasswordValidatorConfigManager.initializePasswordValidators()
Initializes all password validators currently defined in the Directory Server configuration.void
PluginConfigManager.initializePluginConfigManager()
Initializes this plugin configuration manager.void
SASLConfigManager.initializeSASLMechanismHandlers()
Initializes all SASL mechanism handlers currently defined in the Directory Server configuration.void
DirectoryServer.initializeSchema()
Initializes the schema handler, which is responsible for building the complete schema for the server.void
SynchronizationProviderConfigManager.initializeSynchronizationProviders()
Initializes the configuration associated with the Directory Server synchronization providers.void
TrustManagerProviderConfigManager.initializeTrustManagerProviders()
Initializes all trust manager providers currently defined in the Directory Server configuration.void
PluginConfigManager.initializeUserPlugins
(Set<PluginType> pluginTypes) Initializes any plugins defined in the directory server configuration.void
VirtualAttributeConfigManager.initializeVirtualAttributes()
Initializes all virtual attribute providers currently defined in the Directory Server configuration.WorkQueue<? extends WorkQueueCfg>
WorkQueueConfigManager.initializeWorkQueue()
Initializes the Directory Server's work queue.void
HttpEndpointConfigManager.registerTo
(RootCfg rootConfiguration) Initializes all HTTP endpoints currently defined in the Directory Server configuration.void
DirectoryServer.startServer()
Starts up the Directory Server. -
Uses of ConfigException in org.opends.server.extensions
Modifier and TypeMethodDescriptionDictionaryPasswordValidator.getStreamOfWords
(DictionaryPasswordValidatorCfg configuration) Return a stream of words from the dictionary source, in this case a file.void
SMTPAlertHandler.initializeAlertHandler
(ServerContext serverContext, SmtpAlertHandlerCfg configuration) protected void
SubjectAttributeToUserAttributeCertificateMapper.initializeCertificateMapper0
(SubjectAttributeToUserAttributeCertificateMapperCfg configuration) void
FIFOEntryCache.initializeEntryCache
(ServerContext serverContext, FifoEntryCacheCfg configuration) void
SoftReferenceEntryCache.initializeEntryCache
(ServerContext serverContext, SoftReferenceEntryCacheCfg configuration) void
PasswordModifyExtendedOperation.initializeExtendedOperationHandler
(PasswordModifyExtendedOperationHandlerCfg config) void
ExactMatchIdentityMapper.initializeIdentityMapper
(ExactMatchIdentityMapperCfg configuration) void
RegularExpressionIdentityMapper.initializeIdentityMapper
(RegularExpressionIdentityMapperCfg cfg) void
RandomPasswordGenerator.initializePasswordGenerator
(RandomPasswordGeneratorCfg configuration) void
CharacterSetPasswordValidator.initializePasswordValidator
(CharacterSetPasswordValidatorCfg configuration) void
LengthBasedPasswordValidator.initializePasswordValidator
(LengthBasedPasswordValidatorCfg configuration) void
SMTPAccountStatusNotificationHandler.initializeStatusNotificationHandler
(SmtpAccountStatusNotificationHandlerCfg configuration, ServerContext serverContext) void
UserTemplateVirtualAttributeProvider.initializeVirtualAttributeProvider
(UserTemplateVirtualAttributeCfg configuration) -
Uses of ConfigException in org.opends.server.loggers
Modifier and TypeMethodDescriptionvoid
AbstractLogger.initializeLogger
(List<C> configs, ServerContext serverContext) Initializes all the log publishers.void
ConsoleErrorLogPublisher.initializeLogPublisher
(ConsoleErrorLogPublisherCfg config, ServerContext serverContext) void
LogPublisher.initializeLogPublisher
(T config, ServerContext serverContext) Initializes this publisher provider based on the information in the provided debug publisher configuration.void
TextAccessLogPublisher.initializeLogPublisher
(FileBasedAccessLogPublisherCfg cfg, ServerContext serverContext) void
TextAuditLogPublisher.initializeLogPublisher
(FileBasedAuditLogPublisherCfg cfg, ServerContext serverContext) void
TextErrorLogPublisher.initializeLogPublisher
(FileBasedErrorLogPublisherCfg config, ServerContext serverContext) void
RetentionPolicy.initializeLogRetentionPolicy
(T config) Initializes this log retention policy based on the information in the provided retention policy configuration.void
RotationPolicy.initializeLogRotationPolicy
(T config) Initializes this log rotation policy based on the information in the provided rotation policy configuration.void
AbstractLogger.modifyLogPublisher
(P publisher, C config) Modify an existing log publisher.void
ErrorLogger.modifyLogPublisher
(ErrorLogPublisher<ErrorLogPublisherCfg> currentPublisher, ErrorLogPublisherCfg newConfig) -
Uses of ConfigException in org.opends.server.plugins
Modifier and TypeMethodDescriptionvoid
AttributeCleanupPlugin.initializePlugin
(Set<PluginType> pluginTypes, AttributeCleanupPluginCfg configuration) void
ChangeNumberControlPlugin.initializePlugin
(Set<PluginType> pluginTypes, ChangeNumberControlPluginCfg configuration) void
EntityTagPlugin.initializePlugin
(Set<PluginType> pluginTypes, EntityTagPluginCfg configuration) void
EntryUUIDPlugin.initializePlugin
(Set<PluginType> pluginTypes, EntryUuidPluginCfg configuration) void
GraphiteMonitorReporterPlugin.initializePlugin
(Set<PluginType> pluginTypes, GraphiteMonitorReporterPluginCfg configuration) void
LastModPlugin.initializePlugin
(Set<PluginType> pluginTypes, LastModPluginCfg configuration) void
LDAPADListPlugin.initializePlugin
(Set<PluginType> pluginTypes, LdapAttributeDescriptionListPluginCfg configuration) void
PasswordPolicyImportPlugin.initializePlugin
(Set<PluginType> pluginTypes, PasswordPolicyImportPluginCfg configuration) void
ReferentialIntegrityPlugin.initializePlugin
(Set<PluginType> pluginTypes, ReferentialIntegrityPluginCfg pluginCfg) void
SambaPasswordPlugin.initializePlugin
(Set<PluginType> pluginTypes, SambaPasswordPluginCfg configuration) void
SevenBitCleanPlugin.initializePlugin
(Set<PluginType> pluginTypes, SevenBitCleanPluginCfg configuration) void
UniqueAttributePlugin.initializePlugin
(Set<PluginType> pluginTypes, UniqueAttributePluginCfg configuration) -
Uses of ConfigException in org.opends.server.replication.common
ModifierConstructorDescriptionTopology
(ServerContext serverContext, ServerId<?> localServerId) Creates an empty topology. -
Uses of ConfigException in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionvoid
FractionalLDIFImportPlugin.initializePlugin
(Set<PluginType> pluginTypes, FractionalLdifImportPluginCfg configuration) void
MultimasterReplication.initializeSynchronizationProvider
(ServerContext serverContext, ReplicationSynchronizationProviderCfg cfg) -
Uses of ConfigException in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionReplSessionSecurity.createSslSocketForClientSession
(Socket socket, com.forgerock.opendj.util.Host host, int soTimeout) Creates a SSL socket from the provided socket for a client session.ReplSessionSecurity.createSslSocketForServerSession
(Socket socket, int soTimeout) Creates a SSL socket from the provided socket for a server session.Session.newDsSession
(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration, BooleanSupplier shuttingDown) Creates a new DS Session.Session.newRsClientSession
(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration) Creates a new RS Session in the client role.Session.newRsServerSession
(ServerContext serverContext, Socket socket, int soTimeout, ReplSessionSecurity securityConfiguration) Creates a new RS Session in the server role. -
Uses of ConfigException in org.opends.server.replication.server
Modifier and TypeMethodDescriptionvoid
ReplicationServer.initialize()
Initialization function for the replicationServer.ModifierConstructorDescriptionReplicationServer
(ServerContext serverContext, ReplicationServerCfg cfg, ShutdownSynchronizer shutdownSync) Creates a new Replication server using the provided configuration entry and shutdown synchronization object. -
Uses of ConfigException in org.opends.server.replication.server.changelog.file
ModifierConstructorDescriptionFileChangelogDB
(ReplicationServer replicationServer, String dbDirectoryPath, LogCryptoCfg cryptoCfg) Creates a new changelog DB. -
Uses of ConfigException in org.opends.server.schema
Modifier and TypeMethodDescriptionvoid
JsonEqualityMatchingRuleProvider.initialize
(ServerContext serverContext, JsonEqualityMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder) void
JsonOrderingMatchingRuleProvider.initialize
(ServerContext serverContext, JsonOrderingMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder) void
NameAndJsonQueryEqualityMatchingRuleProvider.initialize
(ServerContext serverContext, NameAndJsonQueryEqualityMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder) void
SchemaHandler.initialize
(ServerContext serverContext) Initializes this schema handler.void
SchemaProvider.initialize
(ServerContext serverContext, T configuration, SchemaBuilder initialSchemaBuilder) Initialize the schema provider from provided configuration and schema builder.void
SchemaHandler.loadSchemaFileIntoSchemaBuilder
(Path schemaFile, SchemaBuilder schemaBuilder, Schema readSchema) Loads the contents of the provided schema file into the provided schema builder.SchemaHandler.loadSchemaFileIntoSchemaBuilderAndReturnModifications
(Path schemaFile, SchemaBuilder schemaBuilder, Schema readSchema) Loads the contents of the provided schema file into the provided schema builder and returns the list of modifications. -
Uses of ConfigException in org.opends.server.types
Modifier and TypeMethodDescriptionstatic NamedCharacterSet[]
NamedCharacterSet.decodeCharacterSets
(SortedSet<String> values) Decodes the values of the provided configuration attribute as a set of character set definitions. -
Uses of ConfigException in org.opends.server.util
Modifier and TypeMethodDescriptionstatic boolean
Platform.isVirtualThreadsEnabled
(ServerContext serverContext) Returnstrue
if virtual threads are available and should be used.