Uses of Class
org.opends.server.types.InitializationException
Packages that use InitializationException
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Defines the Directory Server plugin API.
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability 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.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Classes related to backup and restore.
Contains code used to interact with the Directory Server configuration.
Contains various classes that comprise the core of the Directory Server codebase.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
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 the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
Contains factories to build the authorization stage of the HTTP request processing.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
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 InitializationException in org.opends.server.api
Methods in org.opends.server.api that throw InitializationExceptionModifier and TypeMethodDescriptionAuthenticationPolicyFactory.createAuthenticationPolicy(T configuration) Creates a new authentication policy using the provided configuration.protected abstract voidConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext, T configuration) Initializes this connection handler provider based on the information in the provided connection handler 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.final 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.final voidConnectionHandler.initializeConnectionHandler(ServerContext serverContext, T configuration) Initializes this connection handler provider based on the information in the provided connection handler configuration.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.abstract voidKeyManagerProvider.initializeKeyManagerProvider(T configuration) 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.abstract voidTrustManagerProvider.initializeTrustManagerProvider(T configuration) Initializes this trust manager provider based on the information in the provided configuration entry.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 voidWorkQueue.initializeWorkQueue(T configuration, ServerContext serverContext) Initializes this work queue based on the information in the provided configuration entry.abstract org.forgerock.http.HttpApplicationHttpEndpoint.newHttpApplication()Create a new HttpApplication.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, Consumer<Task.WorkCounters> progressCallback) Rebuild indexes in the backend instance.longLocalBackend.verifyBackend(VerifyConfig verifyConfig) Verify the integrity of the backend instance. -
Uses of InitializationException in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that throw InitializationExceptionModifier and TypeMethodDescriptionabstract voidDirectoryServerPlugin.initializePlugin(Set<PluginType> pluginTypes, T configuration) Performs any initialization necessary for this plugin. -
Uses of InitializationException in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that throw InitializationExceptionModifier and TypeMethodDescriptionvoidAciHandler.initializeAccessControlHandler(DseeCompatAccessControlHandlerCfg configuration, ServerContext serverContext) -
Uses of InitializationException in org.opends.server.backends
Methods in org.opends.server.backends that throw InitializationExceptionModifier and TypeMethodDescriptionvoidLDIFBackend.afterRestore()voidChangelogBackend.openBackend()voidConfigurationBackend.openBackend()voidLDIFBackend.openBackend()voidMemoryBackend.openBackend()voidMonitorBackend.openBackend()voidNullBackend.openBackend()voidSchemaBackend.openBackend() -
Uses of InitializationException in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that throw InitializationException -
Uses of InitializationException in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that throw InitializationExceptionModifier and TypeMethodDescriptionvoidBackendImpl.clearBackend()Clears the contents of this backend, including any database files.voidBackendImpl.openBackend()voidBackendImpl.rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext, Consumer<Task.WorkCounters> progressCallback) longBackendImpl.verifyBackend(VerifyConfig verifyConfig) -
Uses of InitializationException in org.opends.server.backends.task
Methods in org.opends.server.backends.task that throw InitializationExceptionModifier and TypeMethodDescriptionfinal voidTask.initializeTaskInternal(ServerContext serverContext, TaskScheduler taskScheduler, Entry taskEntry) Performs generic initialization for this task based on the information in the provided task entry.voidTaskBackend.openBackend()Constructors in org.opends.server.backends.task that throw InitializationExceptionModifierConstructorDescriptionTaskScheduler(ServerContext serverContext, TaskBackend taskBackend) Creates a new task scheduler that will be used to ensure that tasks are invoked at the appropriate times. -
Uses of InitializationException in org.opends.server.backup
Methods in org.opends.server.backup that throw InitializationExceptionModifier and TypeMethodDescriptiondefault voidBackupable.afterRestore()Performs any necessary processing after a restore is performed.voidBackupManager.restoreBackup(Backup backup, Backupable backupable, Cancellable cancellable) Restores a backend from the underlying backup storage. -
Uses of InitializationException in org.opends.server.config
Methods in org.opends.server.config that throw InitializationExceptionModifier and TypeMethodDescriptionstatic ConfigurationHandlerConfigurationHandler.bootstrapConfiguration(ServerContext serverContext) Bootstraps the server configuration.voidAdministrationConnector.initializeAdministrationConnector(AdministrationConnectorCfg configuration) Initializes this administration connector provider based on the information in the provided administration connector configuration.voidConfigurationHandler.reinitializeWithFullSchema(Schema schema) Re-initializes the configuration handler with a fully initialized schema. -
Uses of InitializationException in org.opends.server.core
Methods in org.opends.server.core that throw InitializationExceptionModifier and TypeMethodDescriptionvoidDirectoryServer.clientInit()Bootstraps the appropriate Directory Server structures that may be needed by both server and client-side tools.PasswordPolicyFactory.createAuthenticationPolicy(PasswordPolicyCfg configuration) DirectoryServer.InitializationBuilder.initialize()Run all Initialization blocks as configured.voidBackendConfigManager.initializeBackendConfig(Collection<String> backendIdsToStart) Initializes the configuration associated with the Directory Server backends.voidEntryCacheConfigManager.initializeCacheConfigManager()Initializes the configured entry cache managed by this entry cache config manager.voidDirectoryServer.initializeConfiguration(Path configFile) Instantiates the configuration handler and loads the Directory Server configuration.voidConnectionHandlerConfigManager.initializeConnectionHandlerConfig()Initializes the configuration associated with the Directory Server connection handlers.voidEntryCacheConfigManager.EntryCacheDispatcher.initializeEntryCache(ServerContext serverContext, EntryCacheCfg configuration) voidAccountStatusNotificationHandlerConfigManager.initializeNotificationHandlers()Initializes all account status notification handlers currently defined in the Directory Server configuration.voidPasswordStorageSchemeConfigManager.initializePasswordStorageSchemes()Initializes all password storage schemes currently defined in the Directory Server configuration.voidDirectoryServer.initializeSchema()Initializes the schema handler, which is responsible for building the complete schema for the server.WorkQueue<? extends WorkQueueCfg>WorkQueueConfigManager.initializeWorkQueue()Initializes the Directory Server's work queue.static DirectoryServerDirectoryServer.reinitialize(DirectoryEnvironmentConfig config) Reinitializes the server following a shutdown, preparing it for a call tostartServer.voidDirectoryServer.setEnvironmentConfig(DirectoryEnvironmentConfig config) Sets the environment configuration for the Directory Server.voidDirectoryServer.startServer()Starts up the Directory Server. -
Uses of InitializationException in org.opends.server.crypto
Constructors in org.opends.server.crypto that throw InitializationExceptionModifierConstructorDescriptionCryptoManager(ServerContext serverContext, CryptoManagerCfg config) Creates a new instance of this crypto manager object from a given configuration, plus some static member initialization. -
Uses of InitializationException in org.opends.server.extensions
Methods in org.opends.server.extensions that throw InitializationExceptionModifier and TypeMethodDescriptionLDAPPassThroughAuthenticationPolicyFactory.createAuthenticationPolicy(LdapPassThroughAuthenticationPolicyCfg configuration) DictionaryPasswordValidator.getStreamOfWords(DictionaryPasswordValidatorCfg configuration) Return a stream of words from the dictionary source, in this case a file.voidJMXAlertHandler.initializeAlertHandler(ServerContext serverContext, JmxAlertHandlerCfg configuration) voidFIFOEntryCache.initializeEntryCache(ServerContext serverContext, FifoEntryCacheCfg configuration) voidSoftReferenceEntryCache.initializeEntryCache(ServerContext serverContext, SoftReferenceEntryCacheCfg configuration) voidPasswordModifyExtendedOperation.initializeExtendedOperationHandler(PasswordModifyExtendedOperationHandlerCfg config) voidFileBasedKeyManagerProvider.initializeKeyManagerProvider(FileBasedKeyManagerProviderCfg cfg) voidPemKeyManagerProvider.initializeKeyManagerProvider(PemKeyManagerProviderCfg configuration) voidPKCS11KeyManagerProvider.initializeKeyManagerProvider(Pkcs11KeyManagerProviderCfg configuration) voidRandomPasswordGenerator.initializePasswordGenerator(RandomPasswordGeneratorCfg configuration) voidArgon2PasswordStorageScheme.initializePasswordStorageScheme(Argon2PasswordStorageSchemeCfg configuration, ServerContext serverContext) voidDictionaryPasswordValidator.initializePasswordValidator(DictionaryPasswordValidatorCfg configuration) voidDigestMD5SASLMechanismHandler.initializeSASLMechanismHandler(DigestMd5SaslMechanismHandlerCfg configuration, ServerContext serverContext) voidGSSAPISASLMechanismHandler.initializeSASLMechanismHandler(GssapiSaslMechanismHandlerCfg configuration, ServerContext serverContext) voidFileBasedTrustManagerProvider.initializeTrustManagerProvider(FileBasedTrustManagerProviderCfg cfg) voidJvmTrustManagerProvider.initializeTrustManagerProvider(TrustManagerProviderCfg configuration) voidPemTrustManagerProvider.initializeTrustManagerProvider(PemTrustManagerProviderCfg configuration) voidPkcs11TrustManagerProvider.initializeTrustManagerProvider(Pkcs11TrustManagerProviderCfg configuration) DictionaryPasswordValidator.loadDictionary(DictionaryPasswordValidatorCfg configuration) Loads the configured dictionary and returns it as a hash set. -
Uses of InitializationException in org.opends.server.loggers
Methods in org.opends.server.loggers that throw InitializationExceptionModifier and TypeMethodDescriptionvoidLogPublisher.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) voidTextErrorLogPublisher.initializeLogPublisher(FileBasedErrorLogPublisherCfg config, ServerContext serverContext) voidTextHTTPAccessLogPublisher.initializeLogPublisher(FileBasedHttpAccessLogPublisherCfg cfg, 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 InitializationException in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that throw InitializationExceptionModifier and TypeMethodDescriptionvoidHTTPConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext, HttpConnectionHandlerCfg config) -
Uses of InitializationException in org.opends.server.protocols.http.authz
Methods in org.opends.server.protocols.http.authz that throw InitializationExceptionModifier and TypeMethodDescriptionHttpAuthorizationMechanismFactory.newInstance(HttpAuthorizationMechanismCfg config) Creates a newHttpAuthorizationMechanismbased on the configuration. -
Uses of InitializationException in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap that throw InitializationExceptionModifier and TypeMethodDescriptionvoidLDAPConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext, LdapConnectionHandlerCfg config) -
Uses of InitializationException in org.opends.server.schema
Methods in org.opends.server.schema that throw InitializationExceptionModifier and TypeMethodDescriptionvoidSchemaHandler.detectChangesOnInitialization()Detects offline schema changes by comparing schema files and concatenated schema.SchemaHandler.getSchemaDirectoryPath()Retrieves the path to the directory containing the server schema files.voidNameAndJsonQueryEqualityMatchingRuleProvider.initialize(ServerContext serverContext, NameAndJsonQueryEqualityMatchingRuleCfg 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.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 InitializationException in org.opends.server.types
Methods in org.opends.server.types that throw InitializationExceptionModifier and TypeMethodDescriptionDirectoryEnvironmentConfig.getPropertyResolver()Returns thePropertyResolverto be used by Directory Server when resolving configuration expressions to values.voidDirectoryEnvironmentConfig.setConfigFile(Path configFile) Specifies the configuration file that should be used to initialize the Directory Server config handler.voidDirectoryEnvironmentConfig.setDisableConnectionHandlers(boolean disableConnectionHandlers) Specifies whether the Directory Server startup process should skip the connection handler creation and initialization phases.voidDirectoryEnvironmentConfig.setForceDaemonThreads(boolean forceDaemonThreads) Specifies whether all threads created by the Directory Server should be created as daemon threads.voidDirectoryEnvironmentConfig.setInstanceRoot(Path instanceRoot) Specifies the directory that should be considered the instance root.voidDirectoryEnvironmentConfig.setMaintainConfigArchive(boolean maintainConfigArchive) Specifies whether the Directory Server should maintain an archive of previous configurations.voidDirectoryEnvironmentConfig.setProperty(String name, String value) Specifies a property with the given name and value.voidDirectoryEnvironmentConfig.setRegisterShutdownHook(boolean registerShutdownHook) Specifies whether a virtual-machine shutdown hook should be registered.voidDirectoryEnvironmentConfig.setSchemaDirectory(Path schemaDirectory) Specifies the directory that should contain the server schema configuration files.voidDirectoryEnvironmentConfig.setServerRoot(Path serverRoot) Specifies the directory that should be considered the server root. -
Uses of InitializationException in org.opends.server.util
Methods in org.opends.server.util that throw InitializationExceptionModifier and TypeMethodDescriptionstatic UpgradeTaskVersionBuildVersion.configUpgradeVersion()Returns the configuration upgrade version of the instance.static com.forgerock.opendj.util.VersionBuildVersion.configVersion()Gets the configuration version of the instance.static UpgradeTaskVersionBuildVersion.dataUpgradeVersion()Returns the data upgrade version of the instance.static com.forgerock.opendj.util.VersionBuildVersion.dataVersion()Gets the data version from the 'data.version' file.