Uses of Class
org.opends.server.types.InitializationException
-
Packages that use InitializationException Package Description 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.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability 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.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.backup Classes related to backup and restore.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.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.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.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.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.org.opends.server.util 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 InitializationException Modifier and Type Method Description AuthenticationPolicy
AuthenticationPolicyFactory. createAuthenticationPolicy(T configuration)
Creates a new authentication policy using the provided configuration.protected abstract void
ConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, T configuration)
Initializes this connection handler provider based on the information in the provided connection handler 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(T configuration)
Initializes this alert handler based on the information in the provided configuration entry.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
ConnectionHandler. initializeConnectionHandler(ServerContext serverContext, T configuration)
Initializes this connection handler provider based on the information in the provided connection handler configuration.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.default void
Group. initializeGroupImplementation(T configuration)
Initializes a "shell" instance of this group implementation that may be used to identify and instantiate instances of this type of group in the directory data.abstract void
IdentityMapper. initializeIdentityMapper(T configuration)
Initializes this identity mapper based on the information in the provided configuration entry.protected abstract void
KeyManagerProvider. initializeKeyManagerProvider(T configuration)
Initializes this key manager provider based on the information in the provided key manager provider configuration.void
KeyManagerProvider. initializeKeyManagerProvider(T configuration, ServerContext serverContext)
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)
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)
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.protected abstract void
TrustManagerProvider. initializeTrustManagerProvider(T configuration)
Initializes this trust manager provider based on the information in the provided configuration entry.void
TrustManagerProvider. initializeTrustManagerProvider(T configuration, ServerContext serverContext)
Initializes this trust manager provider based on the information in the provided trust manager provider configuration.void
VirtualAttributeProvider. initializeVirtualAttributeProvider(T configuration)
Initializes this virtual attribute based on the information in the provided configuration entry.abstract void
WorkQueue. initializeWorkQueue(T configuration, ServerContext serverContext)
Initializes this work queue based on the information in the provided configuration entry.abstract org.forgerock.http.HttpApplication
HttpEndpoint. newHttpApplication()
Create a new HttpApplication.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)
Rebuild indexes in the backend instance.long
LocalBackend. 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 InitializationException Modifier and Type Method Description abstract void
DirectoryServerPlugin. 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 InitializationException Modifier and Type Method Description void
AciHandler. initializeAccessControlHandler(DseeCompatAccessControlHandlerCfg configuration, ServerContext serverContext)
-
Uses of InitializationException in org.opends.server.backends
Methods in org.opends.server.backends that throw InitializationException Modifier and Type Method Description void
LDIFBackend. afterRestore()
void
ChangelogBackend. openBackend()
void
ConfigurationBackend. openBackend()
void
LDIFBackend. openBackend()
void
MemoryBackend. openBackend()
void
MonitorBackend. openBackend()
void
NullBackend. openBackend()
void
SchemaBackend. openBackend()
-
Uses of InitializationException in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb that throw InitializationException Modifier and Type Method Description void
JEBackend. afterRestore()
-
Uses of InitializationException in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that throw InitializationException Modifier and Type Method Description boolean
BackendImpl. clearBackend()
Clears the contents of this backend, including any database files.void
BackendImpl. openBackend()
void
BackendImpl. rebuildBackend(RebuildConfig rebuildConfig, ServerContext serverContext)
long
BackendImpl. verifyBackend(VerifyConfig verifyConfig)
-
Uses of InitializationException in org.opends.server.backends.task
Methods in org.opends.server.backends.task that throw InitializationException Modifier and Type Method Description void
Task. initializeTaskInternal(ServerContext serverContext, TaskScheduler taskScheduler, Entry taskEntry)
Performs generic initialization for this task based on the information in the provided task entry.void
TaskBackend. openBackend()
Constructors in org.opends.server.backends.task that throw InitializationException Constructor Description TaskScheduler(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 InitializationException Modifier and Type Method Description default void
Backupable. afterRestore()
Performs any necessary processing after a restore is performed.void
BackupManager. 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 InitializationException Modifier and Type Method Description static ConfigurationHandler
ConfigurationHandler. bootstrapConfiguration(ServerContext serverContext)
Bootstraps the server configuration.void
AdministrationConnector. initializeAdministrationConnector(AdministrationConnectorCfg configuration)
Initializes this administration connector provider based on the information in the provided administration connector configuration.void
ConfigurationHandler. 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 InitializationException Modifier and Type Method Description void
DirectoryServer. clientInit()
Bootstraps the appropriate Directory Server structures that may be needed by both server and client-side tools.PasswordPolicy
PasswordPolicyFactory. createAuthenticationPolicy(PasswordPolicyCfg configuration)
ServerContext
DirectoryServer.InitializationBuilder. initialize()
Run all Initialization blocks as configured.void
BackendConfigManager. initializeBackendConfig(Collection<String> backendIdsToStart)
Initializes the configuration associated with the Directory Server backends.void
DirectoryServer. initializeConfiguration(Path configFile)
Instantiates the configuration handler and loads the Directory Server configuration.void
ConnectionHandlerConfigManager. initializeConnectionHandlerConfig()
Initializes the configuration associated with the Directory Server connection handlers.void
EntryCacheConfigManager. initializeDefaultEntryCache()
Initializes the default entry cache.void
AccountStatusNotificationHandlerConfigManager. initializeNotificationHandlers()
Initializes all account status notification handlers currently defined in the Directory Server configuration.void
PasswordStorageSchemeConfigManager. initializePasswordStorageSchemes()
Initializes all password storage schemes 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.WorkQueue
WorkQueueConfigManager. initializeWorkQueue()
Initializes the Directory Server's work queue.static DirectoryServer
DirectoryServer. reinitialize(DirectoryEnvironmentConfig config)
Reinitializes the server following a shutdown, preparing it for a call tostartServer
.void
DirectoryServer. setEnvironmentConfig(DirectoryEnvironmentConfig config)
Sets the environment configuration for the Directory Server.void
DirectoryServer. startServer()
Starts up the Directory Server. -
Uses of InitializationException in org.opends.server.crypto
Constructors in org.opends.server.crypto that throw InitializationException Constructor Description CryptoManager(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 InitializationException Modifier and Type Method Description AuthenticationPolicy
LDAPPassThroughAuthenticationPolicyFactory. createAuthenticationPolicy(LdapPassThroughAuthenticationPolicyCfg configuration)
protected Stream<String>
DictionaryPasswordValidator. getStreamOfWords(DictionaryPasswordValidatorCfg configuration)
Return a stream of words from the dictionary source, in this case a file.void
JMXAlertHandler. initializeAlertHandler(JmxAlertHandlerCfg configuration)
void
FIFOEntryCache. initializeEntryCache(ServerContext serverContext, FifoEntryCacheCfg configuration)
void
SoftReferenceEntryCache. initializeEntryCache(ServerContext serverContext, SoftReferenceEntryCacheCfg configuration)
void
PasswordModifyExtendedOperation. initializeExtendedOperationHandler(PasswordModifyExtendedOperationHandlerCfg config)
protected void
FileBasedKeyManagerProvider. initializeKeyManagerProvider(FileBasedKeyManagerProviderCfg cfg)
protected void
PKCS11KeyManagerProvider. initializeKeyManagerProvider(Pkcs11KeyManagerProviderCfg configuration)
void
RandomPasswordGenerator. initializePasswordGenerator(RandomPasswordGeneratorCfg configuration)
void
DictionaryPasswordValidator. initializePasswordValidator(DictionaryPasswordValidatorCfg configuration)
void
DigestMD5SASLMechanismHandler. initializeSASLMechanismHandler(DigestMd5SaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
GSSAPISASLMechanismHandler. initializeSASLMechanismHandler(GssapiSaslMechanismHandlerCfg configuration, ServerContext serverContext)
void
FileBasedTrustManagerProvider. initializeTrustManagerProvider(FileBasedTrustManagerProviderCfg cfg)
void
JvmTrustManagerProvider. initializeTrustManagerProvider(TrustManagerProviderCfg configuration)
void
Pkcs11TrustManagerProvider. initializeTrustManagerProvider(Pkcs11TrustManagerProviderCfg configuration)
protected Set<String>
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 InitializationException Modifier and Type Method Description 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
TextDebugLogPublisher. initializeLogPublisher(FileBasedDebugLogPublisherCfg cfg, ServerContext serverContext)
void
TextErrorLogPublisher. initializeLogPublisher(FileBasedErrorLogPublisherCfg config, ServerContext serverContext)
void
TextHTTPAccessLogPublisher. initializeLogPublisher(FileBasedHttpAccessLogPublisherCfg cfg, 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. -
Uses of InitializationException in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that throw InitializationException Modifier and Type Method Description void
HTTPConnectionHandler. 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 InitializationException Modifier and Type Method Description <C extends HttpAuthorizationMechanismCfg>
HttpAuthorizationMechanism<C>HttpAuthorizationMechanismFactory. newInstance(C config)
Creates a newHttpAuthorizationMechanism
based on the configuration. -
Uses of InitializationException in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx that throw InitializationException Modifier and Type Method Description void
JmxConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, JmxConnectionHandlerCfg config)
-
Uses of InitializationException in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap that throw InitializationException Modifier and Type Method Description void
LDAPConnectionHandler. doInitializeConnectionHandler(ServerContext serverContext, LdapConnectionHandlerCfg config)
-
Uses of InitializationException in org.opends.server.schema
Methods in org.opends.server.schema that throw InitializationException Modifier and Type Method Description void
SchemaHandler. detectChangesOnInitialization()
Detects offline schema changes by comparing schema files and concatenated schema.Path
SchemaHandler. getSchemaDirectoryPath()
Retrieves the path to the directory containing the server schema files.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.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 InitializationException in org.opends.server.types
Methods in org.opends.server.types that throw InitializationException Modifier and Type Method Description PropertyResolver
DirectoryEnvironmentConfig. getPropertyResolver()
Returns thePropertyResolver
to be used by Directory Server when resolving configuration expressions to values.File
DirectoryEnvironmentConfig. setConfigFile(File configFile)
Specifies the configuration file that should be used to initialize the Directory Server config handler.boolean
DirectoryEnvironmentConfig. setDisableConnectionHandlers(boolean disableConnectionHandlers)
Specifies whether the Directory Server startup process should skip the connection handler creation and initialization phases.boolean
DirectoryEnvironmentConfig. setForceDaemonThreads(boolean forceDaemonThreads)
Specifies whether all threads created by the Directory Server should be created as daemon threads.File
DirectoryEnvironmentConfig. setInstanceRoot(File instanceRoot)
Specifies the directory that should be considered the instance root.boolean
DirectoryEnvironmentConfig. setMaintainConfigArchive(boolean maintainConfigArchive)
Specifies whether the Directory Server should maintain an archive of previous configurations.String
DirectoryEnvironmentConfig. setProperty(String name, String value)
Specifies a property with the given name and value.boolean
DirectoryEnvironmentConfig. setRegisterShutdownHook(boolean registerShutdownHook)
Specifies whether a virtual-machine shutdown hook should be registered.File
DirectoryEnvironmentConfig. setSchemaDirectory(File schemaDirectory)
Specifies the directory that should contain the server schema configuration files.File
DirectoryEnvironmentConfig. setServerRoot(File 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 InitializationException Modifier and Type Method Description static UpgradeTaskVersion
BuildVersion. configUpgradeVersion()
Returns the configuration upgrade version of the instance.static com.forgerock.opendj.util.Version
BuildVersion. configVersion()
Gets the configuration version of the instance.static UpgradeTaskVersion
BuildVersion. dataUpgradeVersion()
Returns the data upgrade version of the instance.static com.forgerock.opendj.util.Version
BuildVersion. dataVersion()
Gets the data version from the 'data.version' file.static Path[]
SchemaUtils. getSchemaFiles(Path schemaDirectory)
Returns the list of schema files contained in the provided schema directory.
-