Uses of Class
org.forgerock.opendj.config.server.ConfigException
-
Packages that use ConfigException Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.conditions Logical conditions for defining constraints.org.forgerock.opendj.config.server Server-side administration interface.org.forgerock.opendj.config.server.spi Contains a number of API declarations for use throughout the Directory Server.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.pluggable.spi Interfaces and classes required when implementing new storage engines for the pluggable backend.org.opends.server.config Contains code used to interact with the Directory Server configuration.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.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.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.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API.org.opends.server.schema Contains implementations of various Directory Server schema elements.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of ConfigException in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that throw ConfigException Modifier and Type Method Description voidConfigurationFramework. 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.voidConfigurationFramework. 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.voidConfigurationFramework. 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
Methods in org.forgerock.opendj.config.conditions that throw ConfigException Modifier and Type Method Description booleanCondition. evaluate(ServerManagedObject<?> managedObject)Evaluates this condition against the provided server managed object.booleanNotCondition. evaluate(ServerManagedObject<?> managedObject)booleanOrCondition. evaluate(ServerManagedObject<?> managedObject) -
Uses of ConfigException in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that throw ConfigException Modifier and Type Method Description <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.booleanServerConstraintHandler. isDeleteAllowed(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons)Determines whether the existing managed object can be deleted from the server's configuration.booleanServerConstraintHandler. isUsable(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons)Determines whether the provided managed object can be used by the server.voidServerConstraintHandler. performPostAdd(ServerManagedObject<?> managedObject)Performs any post-add processing required by this constraint.voidServerConstraintHandler. performPostDelete(ServerManagedObject<?> managedObject)Performs any post-delete processing required by this constraint.voidServerConstraintHandler. 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
Methods in org.forgerock.opendj.config.server.spi that throw ConfigException Modifier and Type Method Description Set<Dn>ConfigurationRepository. 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
Methods in org.forgerock.opendj.server.config.server that throw ConfigException Modifier and Type Method Description voidRootCfg. addAccessControlHandlerAddListener(ConfigurationAddListener<AccessControlHandlerCfg> listener)Registers to be notified when the Access Control Handler is added.voidRootCfg. addAccessControlHandlerDeleteListener(ConfigurationDeleteListener<AccessControlHandlerCfg> listener)Registers to be notified the Access Control Handler is deleted.voidAccessLogPublisherCfg. addAccessLogFilteringCriteriaAddListener(ConfigurationAddListener<AccessLogFilteringCriteriaCfg> listener)Registers to be notified when new Access Log Filtering Criteria are added.voidAccessLogPublisherCfg. addAccessLogFilteringCriteriaDeleteListener(ConfigurationDeleteListener<AccessLogFilteringCriteriaCfg> listener)Registers to be notified when existing Access Log Filtering Criteria are deleted.voidRootCfg. addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)Registers to be notified when new Account Status Notification Handlers are added.voidRootCfg. addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)Registers to be notified when existing Account Status Notification Handlers are deleted.voidRootCfg. addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)Registers to be notified when new Alert Handlers are added.voidRootCfg. addAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener)Registers to be notified when existing Alert Handlers are deleted.voidRootCfg. addBackendAddListener(ConfigurationAddListener<BackendCfg> listener)Registers to be notified when new Backends are added.voidRootCfg. addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)Registers to be notified when existing Backends are deleted.voidPluggableBackendCfg. addBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg> listener)Registers to be notified when new Backend Indexes are added.voidPluggableBackendCfg. addBackendIndexDeleteListener(ConfigurationDeleteListener<BackendIndexCfg> listener)Registers to be notified when existing Backend Indexes are deleted.voidPluggableBackendCfg. addBackendVlvIndexAddListener(ConfigurationAddListener<BackendVlvIndexCfg> listener)Registers to be notified when new Backend Vlv Indexes are added.voidPluggableBackendCfg. addBackendVlvIndexDeleteListener(ConfigurationDeleteListener<BackendVlvIndexCfg> listener)Registers to be notified when existing Backend Vlv Indexes are deleted.voidRootCfg. addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)Registers to be notified when new Certificate Mappers are added.voidRootCfg. addCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener)Registers to be notified when existing Certificate Mappers are deleted.voidRootCfg. addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)Registers to be notified when new Connection Handlers are added.voidRootCfg. addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)Registers to be notified when existing Connection Handlers are deleted.voidDebugLogPublisherCfg. addDebugTargetAddListener(ConfigurationAddListener<DebugTargetCfg> listener)Registers to be notified when new Debug Targets are added.voidDebugLogPublisherCfg. addDebugTargetDeleteListener(ConfigurationDeleteListener<DebugTargetCfg> listener)Registers to be notified when existing Debug Targets are deleted.voidRootCfg. addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)Registers to be notified when new Entry Caches are added.voidRootCfg. addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)Registers to be notified when existing Entry Caches are deleted.voidRootCfg. addExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener)Registers to be notified when new Extended Operation Handlers are added.voidRootCfg. addExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg> listener)Registers to be notified when existing Extended Operation Handlers are deleted.voidPolicyBasedAccessControlHandlerCfg. addGlobalAccessControlPolicyAddListener(ConfigurationAddListener<GlobalAccessControlPolicyCfg> listener)Registers to be notified when new Global Access Control Policies are added.voidPolicyBasedAccessControlHandlerCfg. addGlobalAccessControlPolicyDeleteListener(ConfigurationDeleteListener<GlobalAccessControlPolicyCfg> listener)Registers to be notified when existing Global Access Control Policies are deleted.voidRootCfg. addHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener)Registers to be notified when new Http Authorization Mechanisms are added.voidRootCfg. addHttpAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg> listener)Registers to be notified when existing Http Authorization Mechanisms are deleted.voidRootCfg. addHttpEndpointAddListener(ConfigurationAddListener<HttpEndpointCfg> listener)Registers to be notified when new Http Endpoints are added.voidRootCfg. addHttpEndpointDeleteListener(ConfigurationDeleteListener<HttpEndpointCfg> listener)Registers to be notified when existing Http Endpoints are deleted.voidRootCfg. addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)Registers to be notified when new Identity Mappers are added.voidRootCfg. addIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener)Registers to be notified when existing Identity Mappers are deleted.voidRootCfg. addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)Registers to be notified when new Key Manager Providers are added.voidRootCfg. addKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener)Registers to be notified when existing Key Manager Providers are deleted.voidRootCfg. addLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener)Registers to be notified when new Log Publishers are added.voidRootCfg. addLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg> listener)Registers to be notified when existing Log Publishers are deleted.voidRootCfg. addLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener)Registers to be notified when new Log Retention Policies are added.voidRootCfg. addLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg> listener)Registers to be notified when existing Log Retention Policies are deleted.voidRootCfg. addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)Registers to be notified when new Log Rotation Policies are added.voidRootCfg. addLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener)Registers to be notified when existing Log Rotation Policies are deleted.voidRootCfg. addMailServerAddListener(ConfigurationAddListener<MailServerCfg> listener)Registers to be notified when new Mail Servers are added.voidRootCfg. addMailServerDeleteListener(ConfigurationDeleteListener<MailServerCfg> listener)Registers to be notified when existing Mail Servers are deleted.voidRootCfg. addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)Registers to be notified when new Password Generators are added.voidRootCfg. addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)Registers to be notified when existing Password Generators are deleted.voidRootCfg. addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)Registers to be notified when new Password Policies are added.voidRootCfg. addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)Registers to be notified when existing Password Policies are deleted.voidRootCfg. addPasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener)Registers to be notified when new Password Storage Schemes are added.voidRootCfg. addPasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg> listener)Registers to be notified when existing Password Storage Schemes are deleted.voidRootCfg. addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)Registers to be notified when new Password Validators are added.voidRootCfg. addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)Registers to be notified when existing Password Validators are deleted.voidPluginRootCfg. addPluginAddListener(ConfigurationAddListener<PluginCfg> listener)Registers to be notified when new Plugins are added.voidPluginRootCfg. addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)Registers to be notified when existing Plugins are deleted.voidReplicationSynchronizationProviderCfg. addReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg> listener)Registers to be notified when new Replication Domains are added.voidReplicationSynchronizationProviderCfg. addReplicationDomainDeleteListener(ConfigurationDeleteListener<ReplicationDomainCfg> listener)Registers to be notified when existing Replication Domains are deleted.voidReplicationSynchronizationProviderCfg. addReplicationServerAddListener(ConfigurationAddListener<ReplicationServerCfg> listener)Registers to be notified when the Replication Server is added.voidReplicationSynchronizationProviderCfg. addReplicationServerDeleteListener(ConfigurationDeleteListener<ReplicationServerCfg> listener)Registers to be notified the Replication Server is deleted.voidRootCfg. addSaslMechanismHandlerAddListener(ConfigurationAddListener<SaslMechanismHandlerCfg> listener)Registers to be notified when new Sasl Mechanism Handlers are added.voidRootCfg. addSaslMechanismHandlerDeleteListener(ConfigurationDeleteListener<SaslMechanismHandlerCfg> listener)Registers to be notified when existing Sasl Mechanism Handlers are deleted.voidRootCfg. addSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener)Registers to be notified when new Schema Providers are added.voidRootCfg. addSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg> listener)Registers to be notified when existing Schema Providers are deleted.voidRootCfg. addServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg> listener)Registers to be notified when new Service Discovery Mechanisms are added.voidRootCfg. addServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg> listener)Registers to be notified when existing Service Discovery Mechanisms are deleted.voidRootCfg. addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)Registers to be notified when new Synchronization Providers are added.voidRootCfg. addSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener)Registers to be notified when existing Synchronization Providers are deleted.voidRootCfg. addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)Registers to be notified when new Trust Manager Providers are added.voidRootCfg. addTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener)Registers to be notified when existing Trust Manager Providers are deleted.voidRootCfg. addVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener)Registers to be notified when new Virtual Attributes are added.voidRootCfg. addVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg> listener)Registers to be notified when existing Virtual Attributes are deleted.AccessControlHandlerCfgRootCfg. getAccessControlHandler()Gets the Access Control Handler if it is present.AccessLogFilteringCriteriaCfgAccessLogPublisherCfg. getAccessLogFilteringCriteria(String name)Gets the named Access Log Filtering Criteria.AccountStatusNotificationHandlerCfgRootCfg. getAccountStatusNotificationHandler(String name)Gets the named Account Status Notification Handler.AdministrationConnectorCfgRootCfg. getAdministrationConnector()Gets the Administration Connector.AlertHandlerCfgRootCfg. getAlertHandler(String name)Gets the named Alert Handler.BackendCfgRootCfg. getBackend(String name)Gets the named Backend.BackendIndexCfgPluggableBackendCfg. getBackendIndex(String name)Gets the named Backend Index.BackendVlvIndexCfgPluggableBackendCfg. getBackendVlvIndex(String name)Gets the named Backend Vlv Index.CertificateMapperCfgRootCfg. getCertificateMapper(String name)Gets the named Certificate Mapper.ConnectionHandlerCfgRootCfg. getConnectionHandler(String name)Gets the named Connection Handler.CryptoManagerCfgRootCfg. getCryptoManager()Gets the Crypto Manager.DebugTargetCfgDebugLogPublisherCfg. getDebugTarget(String name)Gets the named Debug Target.EntryCacheCfgRootCfg. getEntryCache(String name)Gets the named Entry Cache.ExtendedOperationHandlerCfgRootCfg. getExtendedOperationHandler(String name)Gets the named Extended Operation Handler.GlobalAccessControlPolicyCfgPolicyBasedAccessControlHandlerCfg. getGlobalAccessControlPolicy(String name)Gets the named Global Access Control Policy.GlobalCfgRootCfg. getGlobalConfiguration()Gets the Global Configuration.HttpAuthorizationMechanismCfgRootCfg. getHttpAuthorizationMechanism(String name)Gets the named Http Authorization Mechanism.HttpEndpointCfgRootCfg. getHttpEndpoint(String name)Gets the named Http Endpoint.IdentityMapperCfgRootCfg. getIdentityMapper(String name)Gets the named Identity Mapper.KeyManagerProviderCfgRootCfg. getKeyManagerProvider(String name)Gets the named Key Manager Provider.LogPublisherCfgRootCfg. getLogPublisher(String name)Gets the named Log Publisher.LogRetentionPolicyCfgRootCfg. getLogRetentionPolicy(String name)Gets the named Log Retention Policy.LogRotationPolicyCfgRootCfg. getLogRotationPolicy(String name)Gets the named Log Rotation Policy.MailServerCfgRootCfg. getMailServer(String name)Gets the named Mail Server.PasswordGeneratorCfgRootCfg. getPasswordGenerator(String name)Gets the named Password Generator.AuthenticationPolicyCfgRootCfg. getPasswordPolicy(String name)Gets the named Password Policy.PasswordStorageSchemeCfgRootCfg. getPasswordStorageScheme(String name)Gets the named Password Storage Scheme.PasswordValidatorCfgRootCfg. getPasswordValidator(String name)Gets the named Password Validator.PluginCfgPluginRootCfg. getPlugin(String name)Gets the named Plugin.PluginRootCfgRootCfg. getPluginRoot()Gets the Plugin Root.ReplicationDomainCfgReplicationSynchronizationProviderCfg. getReplicationDomain(String name)Gets the named Replication Domain.ReplicationServerCfgReplicationSynchronizationProviderCfg. getReplicationServer()Gets the Replication Server if it is present.RootDseBackendCfgRootCfg. getRootDseBackend()Gets the Root Dse Backend.SaslMechanismHandlerCfgRootCfg. getSaslMechanismHandler(String name)Gets the named Sasl Mechanism Handler.SchemaProviderCfgRootCfg. getSchemaProvider(String name)Gets the named Schema Provider.ServiceDiscoveryMechanismCfgRootCfg. getServiceDiscoveryMechanism(String name)Gets the named Service Discovery Mechanism.SynchronizationProviderCfgRootCfg. getSynchronizationProvider(String name)Gets the named Synchronization Provider.TrustManagerProviderCfgRootCfg. getTrustManagerProvider(String name)Gets the named Trust Manager Provider.VirtualAttributeCfgRootCfg. getVirtualAttribute(String name)Gets the named Virtual Attribute.WorkQueueCfgRootCfg. getWorkQueue()Gets the Work Queue. -
Uses of ConfigException in org.opends.server.api
Methods in org.opends.server.api that throw ConfigException Modifier and Type Method Description abstract voidBackend. configureBackend(C cfg, ServerContext serverContext)Configure this backend based on the information in the provided configuration.AuthenticationPolicyAuthenticationPolicyFactory. createAuthenticationPolicy(T configuration)Creates a new authentication policy using the provided configuration.voidAccessControlHandler. initializeAccessControlHandler(T configuration, ServerContext serverContext)Initializes the access control handler implementation based on the information in the provided configuration entry.voidAlertHandler. initializeAlertHandler(ServerContext serverContext, T configuration)Initializes this alert handler based on the information in the provided configuration entry.voidCertificateMapper. initializeCertificateMapper(T configuration)Initializes this certificate mapper based on the information in the provided configuration entry.protected abstract voidCertificateMapper. initializeCertificateMapper0(T configuration)Implements certificate mapper specific actions when initializing the certificate mapper.voidEntryCache. initializeEntryCache(ServerContext serverContext, T configuration)Initializes this entry cache implementation so that it will be available for storing and retrieving entries.voidExtendedOperationHandler. initializeExtendedOperationHandler(T config)Initializes this extended operation handler based on the information in the provided configuration entry.abstract voidIdentityMapper. initializeIdentityMapper(T configuration)Initializes this identity mapper based on the information in the provided configuration entry.protected abstract voidKeyManagerProvider. initializeKeyManagerProvider(T configuration)Initializes this key manager provider based on the information in the provided key manager provider configuration.voidKeyManagerProvider. initializeKeyManagerProvider(T configuration, ServerContext serverContext)Initializes this key manager provider based on the information in the provided key manager provider configuration.abstract voidPasswordGenerator. initializePasswordGenerator(T configuration)Initializes this password generator based on the information in the provided configuration entry.abstract voidPasswordStorageScheme. initializePasswordStorageScheme(T configuration, ServerContext serverContext)Initializes this password storage scheme handler based on the information in the provided configuration entry.abstract voidPasswordValidator. initializePasswordValidator(T configuration)Initializes this password validator based on the information in the provided configuration entry.abstract voidSASLMechanismHandler. initializeSASLMechanismHandler(T configuration, ServerContext serverContext)Initializes this SASL mechanism handler based on the information in the provided configuration entry.abstract voidAccountStatusNotificationHandler. initializeStatusNotificationHandler(T configuration, ServerContext serverContext)Initializes this account status notification handler based on the information in the provided configuration entry.abstract voidSynchronizationProvider. initializeSynchronizationProvider(ServerContext serverContext, T config)Performs any initialization that might be necessary for this synchronization provider.protected abstract voidTrustManagerProvider. initializeTrustManagerProvider(T configuration)Initializes this trust manager provider based on the information in the provided configuration entry.voidTrustManagerProvider. initializeTrustManagerProvider(T configuration, ServerContext serverContext)Initializes this trust manager provider based on the information in the provided trust manager provider configuration.voidVirtualAttributeProvider. initializeVirtualAttributeProvider(ServerContext serverContext, T configuration)Initializes this virtual attribute based on the information in the provided configuration entry.protected voidVirtualAttributeProvider. initializeVirtualAttributeProvider(T configuration)Initializes this virtual attribute based on the information in the provided configuration entry.abstract voidBackend. openBackend()Opens this backend based on the information provided when the backend was configured.abstract voidLocalBackend. openBackend()Opens this backend based on the information provided when the backend was configured.voidLocalBackend. rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext, BiConsumer<Long,Long> progressCallback)Rebuild indexes in the backend instance.longLocalBackend. verifyBackend(VerifyConfig verifyConfig)Verify the integrity of the backend instance. -
Uses of ConfigException in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that throw ConfigException Modifier and Type Method Description abstract voidDirectoryServerPlugin. initializePlugin(Set<PluginType> pluginTypes, T configuration)Performs any initialization necessary for this plugin. -
Uses of ConfigException in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy that throw ConfigException Modifier and Type Method Description voidPolicyBasedAccessControlHandler. initializeAccessControlHandler(PolicyBasedAccessControlHandlerCfg configuration, ServerContext serverContext) -
Uses of ConfigException in org.opends.server.backends
Methods in org.opends.server.backends that throw ConfigException Modifier and Type Method Description voidLDIFBackend. configureBackend(LdifBackendCfg config, ServerContext serverContext)voidMonitorBackend. configureBackend(MonitorBackendCfg config, ServerContext serverContext)voidProxyBackend. configureBackend(ProxyBackendCfg cfg, ServerContext serverContext)voidSchemaBackend. configureBackend(SchemaBackendCfg cfg, ServerContext serverContext)voidLDIFBackend. openBackend()voidMemoryBackend. openBackend()voidProxyBackend. openBackend()voidRootDSEBackend. openBackend() -
Uses of ConfigException in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that throw ConfigException Modifier and Type Method Description protected StorageJEBackend. configureStorage(JeBackendCfg cfg, ServerContext serverContext)voidJEStorage. open(AccessMode accessMode)ImporterJEStorage. startImport()Constructors in org.opends.server.backends.jeb that throw ConfigException Constructor Description JEStorage(JeBackendCfg cfg, ServerContext serverContext)Creates a new JE storage with the provided configuration. -
Uses of ConfigException in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that throw ConfigException Modifier and Type Method Description voidBackendImpl. configureBackend(C cfg, ServerContext serverContext)protected abstract StorageBackendImpl. configureStorage(C cfg, ServerContext serverContext)Creates the storage engine which will be used by this pluggable backend.voidBackendImpl. rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext, BiConsumer<Long,Long> progressCallback) -
Uses of ConfigException in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi that throw ConfigException Modifier and Type Method Description static voidStorageUtils. setupStorageFiles(Path backendDir, String dbDirPermissions, Dn configDN)Ensure backendDir exists (creating it if not) and has the specified dbDirPermissions.ImporterStorage. startImport()Starts the import operation. -
Uses of ConfigException in org.opends.server.config
Methods in org.opends.server.config that throw ConfigException Modifier and Type Method Description Set<Dn>ConfigurationHandler. getChildren(Dn dn)longConfigurationHandler. numSubordinates(Dn entryDN, boolean subtree)Retrieves the number of subordinates for the requested entry. -
Uses of ConfigException in org.opends.server.core
Methods in org.opends.server.core that throw ConfigException Modifier and Type Method Description PasswordPolicyPasswordPolicyFactory. createAuthenticationPolicy(PasswordPolicyCfg configuration)voidAlertHandlerConfigManager. initializeAlertHandlers()Initializes all alert handlers currently defined in the Directory Server configuration.voidBackendConfigManager. initializeBackendConfig(Collection<String> backendIdsToStart)Initializes the configuration associated with the Directory Server backends.voidBackendConfigManager. initializeBackends(Collection<String> backendIDsToStart, RootCfg root)Initializes specified backends.voidCertificateMapperConfigManager. initializeCertificateMappers()Initializes all certificate mappers currently defined in the Directory Server configuration.voidConnectionHandlerConfigManager. initializeConnectionHandlerConfig()Initializes the configuration associated with the Directory Server connection handlers.voidEntryCacheConfigManager. initializeEntryCache()Initializes the configuration associated with the Directory Server entry cache.voidExtendedOperationConfigManager. initializeExtendedOperationHandlers()Initializes all extended operation handlers currently defined in the Directory Server configuration.voidIdentityMapperConfigManager. initializeIdentityMappers()Initializes all identity mappers currently defined in the Directory Server configuration.voidKeyManagerProviderConfigManager. initializeKeyManagerProviders()Initializes all key manager providers currently defined in the Directory Server configuration.voidLogRetentionPolicyConfigManager. initializeLogRetentionPolicyConfig()Initializes all the log retention policies.voidLogRotationPolicyConfigManager. initializeLogRotationPolicyConfig()Initializes all the log rotation policies.voidAccountStatusNotificationHandlerConfigManager. initializeNotificationHandlers()Initializes all account status notification handlers currently defined in the Directory Server configuration.voidPasswordGeneratorConfigManager. initializePasswordGenerators()Initializes all password generators currently defined in the Directory Server configuration.voidPasswordStorageSchemeConfigManager. initializePasswordStorageSchemes()Initializes all password storage schemes currently defined in the Directory Server configuration.voidPasswordValidatorConfigManager. initializePasswordValidators()Initializes all password validators currently defined in the Directory Server configuration.voidPluginConfigManager. initializePluginConfigManager()Initializes this plugin configuration manager.voidSASLConfigManager. initializeSASLMechanismHandlers()Initializes all SASL mechanism handlers currently defined in the Directory Server configuration.voidDirectoryServer. initializeSchema()Initializes the schema handler, which is responsible for building the complete schema for the server.voidSynchronizationProviderConfigManager. initializeSynchronizationProviders()Initializes the configuration associated with the Directory Server synchronization providers.voidTrustManagerProviderConfigManager. initializeTrustManagerProviders()Initializes all trust manager providers currently defined in the Directory Server configuration.voidPluginConfigManager. initializeUserPlugins(Set<PluginType> pluginTypes)Initializes any plugins defined in the directory server configuration.voidVirtualAttributeConfigManager. 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.voidHttpEndpointConfigManager. registerTo(RootCfg rootConfiguration)Initializes all HTTP endpoints currently defined in the Directory Server configuration.voidDirectoryServer. startServer()Starts up the Directory Server. -
Uses of ConfigException in org.opends.server.extensions
Methods in org.opends.server.extensions that throw ConfigException Modifier and Type Method Description protected Stream<String>DictionaryPasswordValidator. getStreamOfWords(DictionaryPasswordValidatorCfg configuration)Return a stream of words from the dictionary source, in this case a file.voidSMTPAlertHandler. initializeAlertHandler(ServerContext serverContext, SmtpAlertHandlerCfg configuration)protected voidSubjectAttributeToUserAttributeCertificateMapper. initializeCertificateMapper0(SubjectAttributeToUserAttributeCertificateMapperCfg configuration)voidDefaultEntryCache. initializeEntryCache(ServerContext serverContext, EntryCacheCfg configuration)voidFIFOEntryCache. initializeEntryCache(ServerContext serverContext, FifoEntryCacheCfg configuration)voidSoftReferenceEntryCache. initializeEntryCache(ServerContext serverContext, SoftReferenceEntryCacheCfg configuration)voidPasswordModifyExtendedOperation. initializeExtendedOperationHandler(PasswordModifyExtendedOperationHandlerCfg config)voidExactMatchIdentityMapper. initializeIdentityMapper(ExactMatchIdentityMapperCfg configuration)voidRegularExpressionIdentityMapper. initializeIdentityMapper(RegularExpressionIdentityMapperCfg cfg)voidRandomPasswordGenerator. initializePasswordGenerator(RandomPasswordGeneratorCfg configuration)voidCharacterSetPasswordValidator. initializePasswordValidator(CharacterSetPasswordValidatorCfg configuration)voidLengthBasedPasswordValidator. initializePasswordValidator(LengthBasedPasswordValidatorCfg configuration)voidSMTPAccountStatusNotificationHandler. initializeStatusNotificationHandler(SmtpAccountStatusNotificationHandlerCfg configuration, ServerContext serverContext)voidUserTemplateVirtualAttributeProvider. initializeVirtualAttributeProvider(UserTemplateVirtualAttributeCfg configuration) -
Uses of ConfigException in org.opends.server.loggers
Methods in org.opends.server.loggers that throw ConfigException Modifier and Type Method Description voidAbstractLogger. initializeLogger(List<C> configs, ServerContext serverContext)Initializes all the log publishers.voidConsoleErrorLogPublisher. initializeLogPublisher(ConsoleErrorLogPublisherCfg config, ServerContext serverContext)voidLogPublisher. initializeLogPublisher(T config, ServerContext serverContext)Initializes this publisher provider based on the information in the provided debug publisher configuration.voidTextAccessLogPublisher. initializeLogPublisher(FileBasedAccessLogPublisherCfg cfg, ServerContext serverContext)voidTextAuditLogPublisher. initializeLogPublisher(FileBasedAuditLogPublisherCfg cfg, ServerContext serverContext)voidTextDebugLogPublisher. initializeLogPublisher(FileBasedDebugLogPublisherCfg cfg, ServerContext serverContext)voidTextErrorLogPublisher. initializeLogPublisher(FileBasedErrorLogPublisherCfg config, ServerContext serverContext)voidRetentionPolicy. initializeLogRetentionPolicy(T config)Initializes this log retention policy based on the information in the provided retention policy configuration.voidRotationPolicy. initializeLogRotationPolicy(T config)Initializes this log rotation policy based on the information in the provided rotation policy configuration. -
Uses of ConfigException in org.opends.server.plugins
Methods in org.opends.server.plugins that throw ConfigException Modifier and Type Method Description voidAttributeCleanupPlugin. initializePlugin(Set<PluginType> pluginTypes, AttributeCleanupPluginCfg configuration)voidChangeNumberControlPlugin. initializePlugin(Set<PluginType> pluginTypes, ChangeNumberControlPluginCfg configuration)voidEntityTagPlugin. initializePlugin(Set<PluginType> pluginTypes, EntityTagPluginCfg configuration)voidEntryUUIDPlugin. initializePlugin(Set<PluginType> pluginTypes, EntryUuidPluginCfg configuration)voidGraphiteMonitorReporterPlugin. initializePlugin(Set<PluginType> pluginTypes, GraphiteMonitorReporterPluginCfg configuration)voidLastModPlugin. initializePlugin(Set<PluginType> pluginTypes, LastModPluginCfg configuration)voidLDAPADListPlugin. initializePlugin(Set<PluginType> pluginTypes, LdapAttributeDescriptionListPluginCfg configuration)voidPasswordPolicyImportPlugin. initializePlugin(Set<PluginType> pluginTypes, PasswordPolicyImportPluginCfg configuration)voidReferentialIntegrityPlugin. initializePlugin(Set<PluginType> pluginTypes, ReferentialIntegrityPluginCfg pluginCfg)voidSambaPasswordPlugin. initializePlugin(Set<PluginType> pluginTypes, SambaPasswordPluginCfg configuration)voidSevenBitCleanPlugin. initializePlugin(Set<PluginType> pluginTypes, SevenBitCleanPluginCfg configuration)voidUniqueAttributePlugin. initializePlugin(Set<PluginType> pluginTypes, UniqueAttributePluginCfg configuration) -
Uses of ConfigException in org.opends.server.replication.common
Constructors in org.opends.server.replication.common that throw ConfigException Constructor Description Topology(ServerContext serverContext, ServerId<?> localServerId)Creates an empty topology. -
Uses of ConfigException in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that throw ConfigException Modifier and Type Method Description voidFractionalLDIFImportPlugin. initializePlugin(Set<PluginType> pluginTypes, FractionalLdifImportPluginCfg configuration)voidMultimasterReplication. initializeSynchronizationProvider(ServerContext serverContext, ReplicationSynchronizationProviderCfg cfg) -
Uses of ConfigException in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that throw ConfigException Modifier and Type Method Description SSLSocketReplSessionSecurity. createSslSocketForClientSession(Socket socket, com.forgerock.opendj.util.Host host, int soTimeout)Creates a SSL socket from the provided socket for a client session.SSLSocketReplSessionSecurity. createSslSocketForServerSession(Socket socket, int soTimeout)Creates a SSL socket from the provided socket for a server session.static org.opends.server.replication.protocol.DsSessionSession. newDsSession(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration, Supplier<Boolean> shuttingDown)Creates a new DS Session.static org.opends.server.replication.protocol.RsSessionSession. newRsClientSession(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration)Creates a new RS Session in the client role.static org.opends.server.replication.protocol.RsSessionSession. 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
Methods in org.opends.server.replication.server that throw ConfigException Modifier and Type Method Description voidReplicationServer. initialize()Initialization function for the replicationServer.Constructors in org.opends.server.replication.server that throw ConfigException Constructor Description ReplicationServer(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
Constructors in org.opends.server.replication.server.changelog.file that throw ConfigException Constructor Description FileChangelogDB(ReplicationServer replicationServer, String dbDirectoryPath, LogCryptoCfg cryptoCfg)Creates a new changelog DB. -
Uses of ConfigException in org.opends.server.schema
Methods in org.opends.server.schema that throw ConfigException Modifier and Type Method Description voidJsonEqualityMatchingRuleProvider. initialize(ServerContext serverContext, JsonEqualityMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder)voidJsonOrderingMatchingRuleProvider. initialize(ServerContext serverContext, JsonOrderingMatchingRuleCfg configuration, SchemaBuilder initialSchemaBuilder)voidSchemaHandler. initialize(ServerContext serverContext)Initializes this schema handler.voidSchemaProvider. initialize(ServerContext serverContext, T configuration, SchemaBuilder initialSchemaBuilder)Initialize the schema provider from provided configuration and schema builder.voidSchemaHandler. loadSchemaFileIntoSchemaBuilder(Path schemaFile, SchemaBuilder schemaBuilder, Schema readSchema)Loads the contents of the provided schema file into the provided schema builder.List<Modification>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
Methods in org.opends.server.types that throw ConfigException Modifier and Type Method Description static NamedCharacterSet[]NamedCharacterSet. decodeCharacterSets(SortedSet<String> values)Decodes the values of the provided configuration attribute as a set of character set definitions.
-