Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
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.authorization.policy |
Contains the policy based access control handler implementation.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
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.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.plugins |
Contains the implementation for various Directory Server plugins.
|
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.http.rest2ldap |
Contains the implementation for the HTTPEndpoint that is responsible for providing a REST interface to this LDAP
server.
|
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.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
org.opends.server.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF content based on user-defined templates.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Schema |
ConfigReader.readSchema()
Reads the schema from the files.
|
Modifier and Type | Method and 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.
|
abstract 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.
|
abstract 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.
|
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)
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)
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.
|
abstract void |
TrustManagerProvider.initializeTrustManagerProvider(T configuration)
Initializes this trust manager provider based on the information in the provided configuration entry.
|
void |
VirtualAttributeProvider.initializeVirtualAttributeProvider(T configuration)
Initializes this virtual attribute based on the information in the provided configuration entry.
|
abstract void |
WorkQueue.initializeWorkQueue(T configuration)
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 |
LocalBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
abstract void |
Backend.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.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalDirectoryServerPlugin.initializePlugin(Set<PluginType> pluginTypes,
PluginCfg configuration) |
abstract void |
DirectoryServerPlugin.initializePlugin(Set<PluginType> pluginTypes,
T configuration)
Performs any initialization necessary for this plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
AciHandler.initializeAccessControlHandler(DseeCompatAccessControlHandlerCfg configuration,
ServerContext serverContext) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyBasedAccessControlHandler.initializeAccessControlHandler(PolicyBasedAccessControlHandlerCfg configuration,
ServerContext serverContext) |
Modifier and Type | Method and Description |
---|---|
static void |
TrustStoreBackend.createDefaultTrustStorePinFileIfDoesNotExist(Path instanceRoot)
Creates the default trust store pin file if it does not already exists.
|
void |
TrustStoreBackend.openBackend() |
void |
SchemaBackend.openBackend() |
void |
RootDSEBackend.openBackend() |
void |
NullBackend.openBackend() |
void |
MonitorBackend.openBackend() |
void |
MemoryBackend.openBackend() |
void |
LDIFBackend.openBackend() |
void |
ConfigurationBackend.openBackend() |
void |
ChangelogBackend.openBackend() |
void |
BackupBackend.openBackend() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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() |
Constructor and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicy |
PasswordPolicyFactory.createAuthenticationPolicy(PasswordPolicyCfg configuration) |
void |
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()
Initializes the configuration.
|
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.
|
static void |
DirectoryServer.initializeJMX()
Performs a minimal set of JMX initialization.
|
void |
LoggerConfigManager.initializeLoggerConfig()
Initializes all the log publishers.
|
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 to
startServer . |
void |
DirectoryServer.setEnvironmentConfig(DirectoryEnvironmentConfig config)
Sets the environment configuration for the Directory Server.
|
void |
DirectoryServer.startServer()
Starts up the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSymmetricKeyExtendedOperation.initializeExtendedOperationHandler(GetSymmetricKeyExtendedOperationHandlerCfg config) |
Constructor and Description |
---|
CryptoManagerImpl(ServerContext serverContext,
CryptoManagerCfg config)
Creates a new instance of this crypto manager object from a given configuration, plus some static member
initialization.
|
CryptoManagerSync()
Creates a new instance of this trust store synchronization thread.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleDebugLogPublisher.initializeLogPublisher(DebugLogPublisherCfg config,
ServerContext serverContext) |
void |
ThreadFilterTextErrorLogPublisher.initializeLogPublisher(ErrorLogPublisherCfg config,
ServerContext serverContext) |
void |
TextAccessLogPublisher.initializeLogPublisher(FileBasedAccessLogPublisherCfg cfg,
ServerContext serverContext) |
void |
TextAuditLogPublisher.initializeLogPublisher(FileBasedAuditLogPublisherCfg cfg,
ServerContext serverContext) |
void |
TextDebugLogPublisher.initializeLogPublisher(FileBasedDebugLogPublisherCfg config,
ServerContext serverContext) |
void |
TextErrorLogPublisher.initializeLogPublisher(FileBasedErrorLogPublisherCfg config,
ServerContext serverContext) |
void |
TextHTTPAccessLogPublisher.initializeLogPublisher(FileBasedHttpAccessLogPublisherCfg cfg,
ServerContext serverContext) |
void |
LogPublisher.initializeLogPublisher(T config,
ServerContext serverContext)
Initializes this publisher provider based on the information in the provided debug publisher configuration.
|
void |
RetentionPolicy.initializeLogRetentionPolicy(T config)
Initializes this log retention policy based on the information in the provided retention policy configuration.
|
void |
SizeBasedRotationPolicy.initializeLogRotationPolicy(SizeLimitLogRotationPolicyCfg config) |
void |
RotationPolicy.initializeLogRotationPolicy(T config)
Initializes this log rotation policy based on the information in the provided rotation policy configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeCleanupPlugin.initializePlugin(Set<PluginType> pluginTypes,
AttributeCleanupPluginCfg configuration) |
void |
SambaPasswordPlugin.initializePlugin(Set<PluginType> pluginTypes,
SambaPasswordPluginCfg configuration) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext,
HttpConnectionHandlerCfg config) |
Modifier and Type | Method and Description |
---|---|
HttpAuthorizationMechanism<?> |
HttpAuthorizationMechanismFactory.newInstance(HttpAuthorizationMechanismCfg config)
Creates a new
HttpAuthorizationMechanism based on the configuration. |
Modifier and Type | Method and Description |
---|---|
org.forgerock.http.HttpApplication |
AdminEndpoint.newHttpApplication() |
Modifier and Type | Method and Description |
---|---|
void |
JmxConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext,
JmxConnectionHandlerCfg config) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext,
LdapConnectionHandlerCfg config) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaHandler.detectChangesOnInitialization()
Detects offline schema changes by comparing schema files and concatenated schema.
|
File |
SchemaHandler.getSchemaDirectoryPath()
Retrieves the path to the directory containing the server schema files.
|
void |
SchemaHandler.initialize(ServerContext serverContext)
Initializes this schema handler.
|
void |
CoreSchemaProvider.initialize(ServerContext serverContext,
CoreSchemaCfg configuration,
SchemaBuilder initialSchemaBuilder) |
void |
JsonEqualityMatchingRuleProvider.initialize(ServerContext serverContext,
JsonEqualityMatchingRuleCfg configuration,
SchemaBuilder initialSchemaBuilder) |
void |
JsonOrderingMatchingRuleProvider.initialize(ServerContext serverContext,
JsonOrderingMatchingRuleCfg configuration,
SchemaBuilder initialSchemaBuilder) |
void |
JsonQueryEqualityMatchingRuleProvider.initialize(ServerContext serverContext,
JsonQueryEqualityMatchingRuleCfg configuration,
SchemaBuilder initialSchemaBuilder) |
void |
SchemaProvider.initialize(ServerContext serverContext,
T configuration,
SchemaBuilder initialSchemaBuilder)
Initialize the schema provider from provided configuration and schema builder.
|
void |
SchemaHandler.loadSchemaFileIntoSchemaBuilder(File schemaFile,
SchemaBuilder schemaBuilder,
Schema readSchema)
Loads the contents of the provided schema file into the provided schema builder.
|
List<Modification> |
SchemaHandler.loadSchemaFileIntoSchemaBuilderAndReturnModifications(File schemaFile,
SchemaBuilder schemaBuilder,
Schema readSchema)
Loads the contents of the provided schema file into the provided schema builder and returns the list of
modifications.
|
Modifier and Type | Method and Description |
---|---|
void |
SNMPConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext,
SnmpConnectionHandlerCfg configuration) |
Modifier and Type | Method and Description |
---|---|
void |
UnderscoreDNTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
Tag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
StaticTextTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
SequentialTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
RandomTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
RDNTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
PresenceTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
ListTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
IfPresentTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a branch definition.
|
void |
IfAbsentTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
GUIDTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
FileTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
DNTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
AttributeValueTag.initializeForBranch(TemplateFile templateFile,
Branch branch,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
UnderscoreParentDNTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
UnderscoreDNTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
abstract void |
Tag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
StaticTextTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
SequentialTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
RandomTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
RDNTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
PresenceTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
ParentDNTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
ListTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
LastNameTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
IfPresentTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings)
Performs any initialization for this tag that may be needed while parsing a template definition.
|
void |
IfAbsentTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
GUIDTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
FirstNameTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
FileTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
DNTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
AttributeValueTag.initializeForTemplate(TemplateFile templateFile,
Template template,
String[] arguments,
int lineNumber,
List<LocalizableMessage> warnings) |
void |
TemplateFile.parse(String[] lines,
List<LocalizableMessage> warnings)
Parses the provided data as a MakeLDIF template file definition.
|
void |
TemplateFile.parse(String filename,
List<LocalizableMessage> warnings)
Parses the contents of the specified file as a MakeLDIF template file definition.
|
Modifier and Type | Method and Description |
---|---|
PropertyResolver |
DirectoryEnvironmentConfig.getPropertyResolver()
Returns the
PropertyResolver 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
BuildVersion.checkVersionMismatch()
Checks if the binary version is the same than the instance version.
|
static File[] |
SchemaUtils.getSchemaFiles(File schemaDirectory)
Returns the list of schema files contained in the provided schema directory.
|
static BuildVersion |
BuildVersion.instanceVersion()
Reads the instance version from config/buildinfo.
|
static void |
EmbeddedUtils.startServer(DirectoryEnvironmentConfig config)
Deprecated.
Use
EmbeddedDirectoryServer class instead |
Copyright 2010-2018 ForgeRock AS.