Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.admin |
Common administration classes.
|
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.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.monitors |
Contains various Directory Server monitor provider implementations.
|
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.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
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.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part
of the Multimaster replication feature.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
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.tools.tasks |
This package contains classes that support client tool interaction with the
tasks backend.
|
org.opends.server.tools.upgrade |
Defines the specific classes that are used by the upgrade tool.
|
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 |
---|---|
void |
ReadOnlyConfigFileHandler.initializeConfigHandler(String configFile,
boolean checkSchema)
Bootstraps this configuration handler using the information in
the provided configuration file.
|
void |
ReadOnlyConfigFileHandler.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
protected void |
ConfigReader.readSchema()
Reads the schema from the files.
|
void |
SchemaLoader.readSchema()
Reads the schema.
|
void |
RemoteSchemaLoader.readSchema(InitialLdapContext ctx)
Reads the schema.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassLoaderProvider.addExtension(String... extensions)
Add the named extensions to this class loader provider.
|
static void |
AdministrationConnector.createSelfSignedCertificateIfNeeded(ServerContext serverContext)
Creates a self-signed JKS certificate if needed.
|
void |
ClassLoaderProvider.enable()
Enable this class loader provider using the application's
class loader as the parent class loader.
|
void |
ClassLoaderProvider.enable(ClassLoader parent)
Enable this class loader provider using the provided parent class
loader.
|
void |
AdministrationConnector.initializeAdministrationConnector(AdministrationConnectorCfg configuration)
Initializes this administration connector provider based on the
information in the provided administration connector
configuration.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationPolicy |
AuthenticationPolicyFactory.createAuthenticationPolicy(T configuration)
Creates a new authentication policy using the provided configuration.
|
abstract void |
AccessControlHandler.initializeAccessControlHandler(T configuration)
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.
|
abstract void |
CertificateMapper.initializeCertificateMapper(T configuration)
Initializes this certificate mapper based on the information in
the provided configuration entry.
|
abstract void |
ConfigHandler.initializeConfigHandler(String configFile,
boolean checkSchema)
Bootstraps this configuration handler using the information in
the provided configuration file.
|
abstract void |
ConnectionHandler.initializeConnectionHandler(T configuration)
Initializes this connection handler provider based on the
information in the provided connection handler configuration.
|
abstract void |
EntryCache.initializeEntryCache(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 |
MatchingRuleFactory.initializeMatchingRule(T configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
abstract void |
MonitorProvider.initializeMonitorProvider(T configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
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(T config)
Performs any initialization that might be necessary for this
synchronization provider.
|
void |
AttributeSyntax.initializeSyntax(T configuration,
ServerContext serverContext)
Initializes this attribute syntax based on the information in the
provided configuration entry.
|
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 void |
Backend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
Backend.rebuildBackend(RebuildConfig rebuildConfig,
ServerContext serverContext)
Rebuild indexes in the backend instance.
|
long |
Backend.verifyBackend(VerifyConfig verifyConfig)
Verify the integrity of the backend instance.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalDirectoryServerPlugin.initializePlugin(Set<PluginType> pluginTypes,
PluginCfg configuration)
Performs any initialization necessary for this plugin.
|
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)
Initializes the access control handler implementation based on
the information in the provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
MonitorBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
SchemaBackend.openBackend() |
void |
BackupBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
NullBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
TrustStoreBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
ChangelogBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
RootDSEBackend.openBackend() |
void |
LDIFBackend.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
Modifier and Type | Method and Description |
---|---|
RootContainer |
BackendImpl.getReadOnlyRootContainer()
Returns a new read-only handle to the JE root container for this backend.
|
void |
RootContainer.open(com.sleepycat.je.EnvironmentConfig envConfig)
Opens the root container using the JE configuration object provided.
|
void |
BackendImpl.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
BackendImpl.rebuildBackend(RebuildConfig rebuildConfig,
ServerContext serverContext)
Rebuild indexes in the backend instance.
|
long |
BackendImpl.verifyBackend(VerifyConfig verifyConfig)
Verify the integrity of the backend instance.
|
Constructor and Description |
---|
JECompressedSchema(com.sleepycat.je.Environment environment)
Creates a new instance of this JE compressed schema manager.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
void |
BackendImpl.rebuildBackend(RebuildConfig rebuildConfig,
ServerContext serverContext)
Rebuild indexes in the backend instance.
|
long |
BackendImpl.verifyBackend(VerifyConfig verifyConfig)
Verify the integrity of the backend instance.
|
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()
Opens this backend based on the information provided when the backend was configured.
|
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 ServerManagementContext |
ConfigurationBootstrapper.bootstrap(ServerContext serverContext)
Bootstrap the server configuration.
|
PasswordPolicy |
PasswordPolicyFactory.createAuthenticationPolicy(PasswordPolicyCfg configuration)
Creates a new authentication policy using the provided configuration.
|
void |
ConfigurationHandler.initialize()
Initialize the configuration.
|
void |
SchemaHandler.initialize(ServerContext serverContext)
Initialize this schema handler.
|
void |
AccessControlConfigManager.initializeAccessControl(ServerContext serverContext)
Initializes the access control sub-system.
|
void |
AlertHandlerConfigManager.initializeAlertHandlers()
Initializes all alert handlers currently defined in the Directory Server
configuration.
|
void |
AttributeSyntaxConfigManager.initializeAttributeSyntaxes()
Initializes all attribute syntaxes currently defined in the Directory
Server configuration.
|
void |
SchemaConfigManager.initializeAttributeSyntaxes()
Initializes all the attribute syntaxes defined in the Directory Server
configuration.
|
void |
DirectoryServer.initializeAuthenticationPolicyComponents()
Initializes the set of authentication policy components for use by the
Directory Server.
|
void |
BackendConfigManager.initializeBackendConfig()
Initializes the configuration associated with the Directory Server
backends.
|
void |
CertificateMapperConfigManager.initializeCertificateMappers()
Initializes all certificate mappers currently defined in the Directory
Server configuration.
|
void |
DirectoryServer.initializeConfiguration()
Instantiates the configuration handler and loads the Directory Server
configuration.
|
void |
DirectoryServer.initializeConfiguration(String configClass,
String 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 |
CoreConfigManager.initializeCoreConfig()
Initializes the Directory Server's core configuration.
|
void |
DirectoryServer.initializeCryptoManager()
Initializes the crypto manager for the Directory Server.
|
void |
EntryCacheConfigManager.initializeDefaultEntryCache()
Initializes the default entry cache.
|
void |
ExtendedOperationConfigManager.initializeExtendedOperationHandlers()
Initializes all extended operation handlers currently defined in the
Directory Server configuration.
|
void |
GroupManager.initializeGroupImplementations()
Initializes all group implementations currently defined in the Directory
Server configuration.
|
void |
IdentityMapperConfigManager.initializeIdentityMappers()
Initializes all identity mappers currently defined in the Directory Server
configuration.
|
static void |
DirectoryServer.initializeJMX()
Performs a minimal set of JMX initialization.
|
void |
KeyManagerProviderConfigManager.initializeKeyManagerProviders()
Initializes all key manager providers currently defined in the Directory
Server configuration.
|
void |
LoggerConfigManager.initializeLoggerConfig()
Initializes all the log publishers.
|
void |
LogRetentionPolicyConfigManager.initializeLogRetentionPolicyConfig()
Initializes all the log retention policies.
|
void |
LogRotationPolicyConfigManager.initializeLogRotationPolicyConfig()
Initializes all the log rotation policies.
|
void |
MatchingRuleConfigManager.initializeMatchingRules()
Initializes all matching rules after reading all the Matching Rule
factories currently defined in the Directory Server configuration.
|
void |
SchemaConfigManager.initializeMatchingRules()
Initializes all the matching rules defined in the Directory Server
configuration.
|
void |
MonitorConfigManager.initializeMonitorProviders()
Initializes all monitor providers currently defined in the Directory Server
configuration.
|
void |
AccountStatusNotificationHandlerConfigManager.initializeNotificationHandlers()
Initializes all account status notification handlers currently defined in
the Directory Server configuration.
|
void |
PasswordGeneratorConfigManager.initializePasswordGenerators()
Initializes all password generators currently defined in the Directory
Server configuration.
|
void |
PasswordStorageSchemeConfigManager.initializePasswordStorageSchemes()
Initializes all password storage schemes currently defined in the Directory
Server configuration.
|
void |
PasswordValidatorConfigManager.initializePasswordValidators()
Initializes all password validators currently defined in the Directory
Server configuration.
|
void |
DirectoryServer.initializePlugins(Set<PluginType> pluginTypes)
Initializes the set of plugins defined in the Directory Server.
|
void |
DirectoryServer.initializeRootDNConfigManager()
Initializes the root DN Config Manager in the Directory Server.
|
void |
RootDNConfigManager.initializeRootDNs()
Initializes all of the root users currently defined in the Directory Server
configuration, as well as the set of privileges that root users will
inherit by default.
|
void |
DirectoryServer.initializeRootDSE()
Initialize the root DSE in the Directory Server.
|
void |
SASLConfigManager.initializeSASLMechanismHandlers()
Initializes all SASL mechanism handlers currently defined in the Directory
Server configuration.
|
void |
DirectoryServer.initializeSchema()
Initializes the schema elements for the Directory Server, including the
matching rules, attribute syntaxes, attribute types, and object classes.
|
void |
SchemaConfigManager.initializeSchemaFromFiles()
Initializes all the attribute type, object class, name form, DIT content
rule, DIT structure rule, and matching rule use definitions by reading the
server schema files.
|
void |
DirectoryServer.initializeSubentryManager()
Initializes the subentry manager for the Directory Server.
|
void |
SynchronizationProviderConfigManager.initializeSynchronizationProviders()
Initializes the configuration associated with the Directory Server
synchronization providers.
|
void |
TrustManagerProviderConfigManager.initializeTrustManagerProviders()
Initializes all trust manager providers currently defined in the Directory
Server configuration.
|
void |
PluginConfigManager.initializeUserPlugins(Set<PluginType> pluginTypes)
Initializes any plugins defined in the directory server
configuration.
|
void |
VirtualAttributeConfigManager.initializeVirtualAttributes()
Initializes all virtual attribute providers currently defined in the
Directory Server configuration.
|
WorkQueue |
WorkQueueConfigManager.initializeWorkQueue()
Initializes the Directory Server's work queue.
|
static List<Modification> |
SchemaConfigManager.loadSchemaFile(ServerContext serverContext,
Schema schema,
String schemaFile)
Loads the contents of the specified schema file into the provided schema.
|
static DirectoryServer |
DirectoryServer.reinitialize()
Reinitializes the server following a shutdown, preparing it for a call to
startServer . |
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)
Initializes this extended operation handler based on the
information in the provided configuration entry.
|
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 |
---|---|
AuthenticationPolicy |
LDAPPassThroughAuthenticationPolicyFactory.createAuthenticationPolicy(LDAPPassThroughAuthenticationPolicyCfg configuration)
Creates a new authentication policy using the provided configuration.
|
void |
JMXAlertHandler.initializeAlertHandler(JMXAlertHandlerCfg configuration)
Initializes this alert handler based on the information in the
provided configuration entry.
|
void |
SMTPAlertHandler.initializeAlertHandler(SMTPAlertHandlerCfg configuration)
Initializes this alert handler based on the information in the
provided configuration entry.
|
void |
FingerprintCertificateMapper.initializeCertificateMapper(FingerprintCertificateMapperCfg configuration)
Initializes this certificate mapper based on the information in
the provided configuration entry.
|
void |
SubjectAttributeToUserAttributeCertificateMapper.initializeCertificateMapper(SubjectAttributeToUserAttributeCertificateMapperCfg configuration)
Initializes this certificate mapper based on the information in
the provided configuration entry.
|
void |
SubjectDNToUserAttributeCertificateMapper.initializeCertificateMapper(SubjectDNToUserAttributeCertificateMapperCfg configuration)
Initializes this certificate mapper based on the information in
the provided configuration entry.
|
void |
SubjectEqualsDNCertificateMapper.initializeCertificateMapper(SubjectEqualsDNCertificateMapperCfg configuration)
Initializes this certificate mapper based on the information in
the provided configuration entry.
|
void |
ConfigFileHandler.initializeConfigHandler(String configFile,
boolean checkSchema)
Bootstraps this configuration handler using the information in
the provided configuration file.
|
void |
DefaultEntryCache.initializeEntryCache(EntryCacheCfg configEntry)
Initializes this entry cache implementation so that it will be
available for storing and retrieving entries.
|
void |
FIFOEntryCache.initializeEntryCache(FIFOEntryCacheCfg configuration)
Initializes this entry cache implementation so that it will be
available for storing and retrieving entries.
|
void |
SoftReferenceEntryCache.initializeEntryCache(SoftReferenceEntryCacheCfg configuration)
Initializes this entry cache implementation so that it will be
available for storing and retrieving entries.
|
void |
CancelExtendedOperation.initializeExtendedOperationHandler(CancelExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the
information in the provided configuration entry.
|
void |
GetConnectionIDExtendedOperation.initializeExtendedOperationHandler(GetConnectionIdExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the
information in the provided configuration entry.
|
void |
PasswordModifyExtendedOperation.initializeExtendedOperationHandler(PasswordModifyExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the information in the provided configuration.
|
void |
PasswordPolicyStateExtendedOperation.initializeExtendedOperationHandler(PasswordPolicyStateExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the information in the
provided configuration entry.
|
void |
StartTLSExtendedOperation.initializeExtendedOperationHandler(StartTLSExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the
information in the provided configuration entry.
|
void |
WhoAmIExtendedOperation.initializeExtendedOperationHandler(WhoAmIExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the
information in the provided configuration entry.
|
void |
DynamicGroup.initializeGroupImplementation(DynamicGroupImplementationCfg 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.
|
void |
StaticGroup.initializeGroupImplementation(StaticGroupImplementationCfg 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.
|
void |
VirtualStaticGroup.initializeGroupImplementation(VirtualStaticGroupImplementationCfg 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.
|
void |
ExactMatchIdentityMapper.initializeIdentityMapper(ExactMatchIdentityMapperCfg configuration)
Initializes this identity mapper based on the information in the
provided configuration entry.
|
void |
RegularExpressionIdentityMapper.initializeIdentityMapper(RegularExpressionIdentityMapperCfg configuration)
Initializes this identity mapper based on the information in the
provided configuration entry.
|
void |
FileBasedKeyManagerProvider.initializeKeyManagerProvider(FileBasedKeyManagerProviderCfg configuration) |
void |
NullKeyManagerProvider.initializeKeyManagerProvider(KeyManagerProviderCfg configuration)
Initializes this key manager provider based on the information in
the provided key manager provider configuration.
|
void |
PKCS11KeyManagerProvider.initializeKeyManagerProvider(PKCS11KeyManagerProviderCfg configuration)
Initializes this key manager provider based on the information in
the provided key manager provider configuration.
|
void |
DiskSpaceMonitor.initializeMonitorProvider(MonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
void |
RandomPasswordGenerator.initializePasswordGenerator(RandomPasswordGeneratorCfg configuration)
Initializes this password generator based on the information in
the provided configuration entry.
|
void |
AESPasswordStorageScheme.initializePasswordStorageScheme(AESPasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
Base64PasswordStorageScheme.initializePasswordStorageScheme(Base64PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
BlowfishPasswordStorageScheme.initializePasswordStorageScheme(BlowfishPasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
ClearPasswordStorageScheme.initializePasswordStorageScheme(ClearPasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
CryptPasswordStorageScheme.initializePasswordStorageScheme(CryptPasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
MD5PasswordStorageScheme.initializePasswordStorageScheme(MD5PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
PBKDF2PasswordStorageScheme.initializePasswordStorageScheme(PBKDF2PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
PKCS5S2PasswordStorageScheme.initializePasswordStorageScheme(PKCS5S2PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
RC4PasswordStorageScheme.initializePasswordStorageScheme(RC4PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
SaltedMD5PasswordStorageScheme.initializePasswordStorageScheme(SaltedMD5PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
SaltedSHA1PasswordStorageScheme.initializePasswordStorageScheme(SaltedSHA1PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
SaltedSHA256PasswordStorageScheme.initializePasswordStorageScheme(SaltedSHA256PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
SaltedSHA384PasswordStorageScheme.initializePasswordStorageScheme(SaltedSHA384PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
SaltedSHA512PasswordStorageScheme.initializePasswordStorageScheme(SaltedSHA512PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
SHA1PasswordStorageScheme.initializePasswordStorageScheme(SHA1PasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
TripleDESPasswordStorageScheme.initializePasswordStorageScheme(TripleDESPasswordStorageSchemeCfg configuration)
Initializes this password storage scheme handler based on the
information in the provided configuration entry.
|
void |
DictionaryPasswordValidator.initializePasswordValidator(DictionaryPasswordValidatorCfg configuration)
Initializes this password validator based on the information in
the provided configuration entry.
|
void |
LengthBasedPasswordValidator.initializePasswordValidator(LengthBasedPasswordValidatorCfg configuration)
Initializes this password validator based on the information in
the provided configuration entry.
|
void |
SimilarityBasedPasswordValidator.initializePasswordValidator(SimilarityBasedPasswordValidatorCfg configuration)
Initializes this password validator based on the information in
the provided configuration entry.
|
void |
AnonymousSASLMechanismHandler.initializeSASLMechanismHandler(AnonymousSASLMechanismHandlerCfg configuration) |
void |
CRAMMD5SASLMechanismHandler.initializeSASLMechanismHandler(CramMD5SASLMechanismHandlerCfg configuration)
Initializes this SASL mechanism handler based on the information
in the provided configuration entry.
|
void |
DigestMD5SASLMechanismHandler.initializeSASLMechanismHandler(DigestMD5SASLMechanismHandlerCfg configuration)
Initializes this SASL mechanism handler based on the information
in the provided configuration entry.
|
void |
ExternalSASLMechanismHandler.initializeSASLMechanismHandler(ExternalSASLMechanismHandlerCfg configuration)
Initializes this SASL mechanism handler based on the information
in the provided configuration entry.
|
void |
GSSAPISASLMechanismHandler.initializeSASLMechanismHandler(GSSAPISASLMechanismHandlerCfg configuration)
Initializes this SASL mechanism handler based on the information
in the provided configuration entry.
|
void |
PlainSASLMechanismHandler.initializeSASLMechanismHandler(PlainSASLMechanismHandlerCfg configuration)
Initializes this SASL mechanism handler based on the information
in the provided configuration entry.
|
void |
ErrorLogAccountStatusNotificationHandler.initializeStatusNotificationHandler(ErrorLogAccountStatusNotificationHandlerCfg configuration)
Initializes this account status notification handler based on the
information in the provided configuration entry.
|
void |
SMTPAccountStatusNotificationHandler.initializeStatusNotificationHandler(SMTPAccountStatusNotificationHandlerCfg configuration)
Initializes this account status notification handler based on the
information in the provided configuration entry.
|
void |
BlindTrustManagerProvider.initializeTrustManagerProvider(BlindTrustManagerProviderCfg configuration)
Initializes this trust manager provider based on the information
in the provided configuration entry.
|
void |
FileBasedTrustManagerProvider.initializeTrustManagerProvider(FileBasedTrustManagerProviderCfg configuration)
Initializes this trust manager provider based on the information
in the provided configuration entry.
|
void |
NullTrustManagerProvider.initializeTrustManagerProvider(TrustManagerProviderCfg configuration)
Initializes this trust manager provider based on the information
in the provided configuration entry.
|
void |
EntityTagVirtualAttributeProvider.initializeVirtualAttributeProvider(EntityTagVirtualAttributeCfg configuration)
Initializes this virtual attribute based on the information in
the provided configuration entry.
|
void |
MemberVirtualAttributeProvider.initializeVirtualAttributeProvider(MemberVirtualAttributeCfg configuration)
Initializes this virtual attribute based on the information in
the provided configuration entry.
|
void |
UserDefinedVirtualAttributeProvider.initializeVirtualAttributeProvider(UserDefinedVirtualAttributeCfg configuration)
Initializes this virtual attribute based on the information in
the provided configuration entry.
|
void |
ParallelWorkQueue.initializeWorkQueue(ParallelWorkQueueCfg configuration)
Initializes this work queue based on the information in the
provided configuration entry.
|
void |
TraditionalWorkQueue.initializeWorkQueue(TraditionalWorkQueueCfg configuration)
Initializes this work queue based on the information in the
provided configuration entry.
|
void |
ConfigFileHandler.openBackend()
Opens this backend based on the information provided when the backend was configured.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLogger.initializeLogger(List<C> configs,
ServerContext serverContext)
Initializes all the log publishers.
|
void |
ConsoleDebugLogPublisher.initializeLogPublisher(DebugLogPublisherCfg config,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
void |
ThreadFilterTextErrorLogPublisher.initializeLogPublisher(ErrorLogPublisherCfg config,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
void |
TextAccessLogPublisher.initializeLogPublisher(FileBasedAccessLogPublisherCfg cfg,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
void |
TextAuditLogPublisher.initializeLogPublisher(FileBasedAuditLogPublisherCfg cfg,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
void |
TextDebugLogPublisher.initializeLogPublisher(FileBasedDebugLogPublisherCfg config,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
void |
TextErrorLogPublisher.initializeLogPublisher(FileBasedErrorLogPublisherCfg config,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
void |
TextHTTPAccessLogPublisher.initializeLogPublisher(FileBasedHTTPAccessLogPublisherCfg cfg,
ServerContext serverContext)
Initializes this publisher provider based on the information in the
provided debug publisher configuration.
|
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)
Initializes this log rotation policy based on the
information in the provided rotation policy configuration.
|
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 |
ClientConnectionMonitorProvider.initializeMonitorProvider(ClientConnectionMonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
void |
MemoryUsageMonitorProvider.initializeMonitorProvider(MemoryUsageMonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
void |
TraditionalWorkQueueMonitor.initializeMonitorProvider(MonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
void |
ParallelWorkQueueMonitor.initializeMonitorProvider(MonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
void |
StackTraceMonitorProvider.initializeMonitorProvider(StackTraceMonitorProviderCfg configuration) |
void |
SystemInfoMonitorProvider.initializeMonitorProvider(SystemInfoMonitorProviderCfg configuration) |
void |
VersionMonitorProvider.initializeMonitorProvider(VersionMonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeCleanupPlugin.initializePlugin(Set<PluginType> pluginTypes,
AttributeCleanupPluginCfg configuration)
Performs any initialization necessary for this plugin.
|
void |
SambaPasswordPlugin.initializePlugin(Set<PluginType> pluginTypes,
SambaPasswordPluginCfg configuration)
Performs any initialization necessary for this plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPConnectionHandler.initializeConnectionHandler(HTTPConnectionHandlerCfg config) |
Modifier and Type | Method and Description |
---|---|
void |
InternalConnectionHandler.initializeConnectionHandler(ConnectionHandlerCfg configuration)
Initializes this connection handler provider based on the
information in the provided connection handler configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
JmxConnectionHandler.initializeConnectionHandler(JMXConnectionHandlerCfg config)
Initializes this connection handler provider based on the
information in the provided connection handler configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPConnectionHandler.initializeConnectionHandler(LDAPConnectionHandlerCfg config)
Initializes this connection handler provider based on the
information in the provided connection handler configuration.
|
Constructor and Description |
---|
LDAPRequestHandler(LDAPConnectionHandler connectionHandler,
int requestHandlerID)
Creates a new LDAP request handler that will be associated with the
provided connection handler.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoricalCsnOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
void |
LightweightServerHandler.initializeMonitorProvider(MonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
void |
ServerHandler.initializeMonitorProvider(MonitorProviderCfg configuration)
Initializes this monitor provider based on the information in the
provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreSchemaProvider.initialize(CoreSchemaCfg configuration,
org.forgerock.opendj.ldap.schema.SchemaBuilder initialSchemaBuilder,
SchemaUpdater schemaUpdater)
Initialize the schema provider from provided configuration and schema
builder.
|
void |
SchemaProvider.initialize(T configuration,
org.forgerock.opendj.ldap.schema.SchemaBuilder initialSchemaBuilder,
SchemaUpdater schemaUpdater)
Initialize the schema provider from provided configuration and schema
builder.
|
void |
CollationMatchingRuleFactory.initializeMatchingRule(CollationMatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CertificateExactMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
IntegerEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
OctetStringEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreListSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UUIDOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UniqueMemberEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
PresentationAddressEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
GeneralizedTimeOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
NumericStringSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
TelephoneNumberEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreListEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreIA5SubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
NumericStringOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
WordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreIA5EqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
DistinguishedNameEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
IntegerOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
TelephoneNumberSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactIA5SubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
BitStringEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UserPasswordExactEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
ObjectIdentifierEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
ObjectIdentifierFirstComponentEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UserPasswordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
BooleanEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
ProtocolInformationEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
AuthPasswordExactEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
TimeBasedMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
UUIDEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseIgnoreSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
DirectoryStringFirstComponentEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
OctetStringSubstringMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
IntegerFirstComponentEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
GeneralizedTimeEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
NumericStringEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
OctetStringOrderingMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
AuthPasswordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
DoubleMetaphoneApproximateMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
CaseExactIA5EqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
KeywordEqualityMatchingRuleFactory.initializeMatchingRule(MatchingRuleCfg configuration)
Initializes the matching rule(s) based on the information in the
provided configuration entry.
|
void |
AttributeTypeSyntax.initializeSyntax(AttributeTypeDescriptionAttributeSyntaxCfg configuration,
ServerContext serverContext)
Initializes this attribute syntax based on the information in the
provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
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 |
GUIDTag.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 |
AttributeValueTag.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 |
FileTag.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 |
IfAbsentTag.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 |
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 |
UnderscoreDNTag.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 |
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 |
DNTag.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 |
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 |
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 |
GUIDTag.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 |
AttributeValueTag.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 |
FileTag.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 |
IfAbsentTag.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.
|
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 |
FirstNameTag.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 |
UnderscoreDNTag.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 |
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 |
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 |
DNTag.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 |
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 |
UnderscoreParentDNTag.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 |
TemplateFile.parse(InputStream inputStream,
List<LocalizableMessage> warnings)
Parses the data read from the provided input stream as a MakeLDIF template
file definition.
|
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 |
---|---|
protected void |
TaskTool.checkVersion()
Checks that binary version and instance version are the same.
|
Constructor and Description |
---|
UpgradeContext(CallbackHandler handler)
Creates a new upgrade context for upgrading from the instance version (as
obtained from config/buildinfo) to the binary version.
|
Modifier and Type | Method and Description |
---|---|
Class |
DirectoryEnvironmentConfig.setConfigClass(Class configClass)
Specifies the class that provides the Directory Server
configuration handler implementation.
|
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.setDisableExec(boolean disableExec)
Specifies whether the Directory Server should be allowed to use
the
Runtime.exec() method to be able to launch external
commands on the underlying system. |
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.
|
File |
DirectoryEnvironmentConfig.setLockDirectory(File lockDirectory)
Specifies the directory that should be used to hold the server
lock files.
|
boolean |
DirectoryEnvironmentConfig.setMaintainConfigArchive(boolean maintainConfigArchive)
Specifies whether the Directory Server should maintain an archive
of previous configurations.
|
int |
DirectoryEnvironmentConfig.setMaxConfigArchiveSize(int maxConfigArchiveSize)
Specifies the maximum number of archived configurations that the
Directory Server should maintain.
|
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.
|
boolean |
DirectoryEnvironmentConfig.setUseLastKnownGoodConfiguration(boolean useLastKnownGoodConfiguration)
Specifies whether the Directory Server should attempt to start
using the last known good configuration rather than the
current active configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
BuildVersion.checkVersionMismatch()
Checks if the binary version is the same than the instance version.
|
static BuildVersion |
BuildVersion.instanceVersion()
Reads the instance version from config/buildinfo.
|
static void |
EmbeddedUtils.startServer(DirectoryEnvironmentConfig config)
Attempts to start the Directory Server.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.