org.opends.server.config
Class ConfigConstants

java.lang.Object
  extended by org.opends.server.config.ConfigConstants

@PublicAPI(stability=VOLATILE,
           mayInstantiate=false,
           mayExtend=false,
           mayInvoke=true)
public final class ConfigConstants
extends java.lang.Object

This class defines a number of constants used by the Directory Server configuration, including configuration attribute and objectclass names, and attribute options.


Field Summary
static java.lang.String ADS_CERTIFICATE_ALIAS
          Alias of the local instance certificate in the ADS keystore.
static java.lang.String ATTR_ACCEPT_BACKLOG
          The name of the configuration attribute that specifies the backlog to use when accepting new connections.
static java.lang.String ATTR_ACCT_NOTIFICATION_HANDLER_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the account status notification handler class.
static java.lang.String ATTR_ACCT_NOTIFICATION_HANDLER_ENABLED
          The name of the configuration attribute that indicates whether an account status notification handler is enabled.
static java.lang.String ATTR_ACCT_NOTIFICATION_TYPE
          The name of the configuration attribute that specifies the set of account status notification types that should trigger notifications.
static java.lang.String ATTR_ADD_MISSING_RDN_ATTRS
          The name of the configuration attribute that indicates whether to automatically add missing RDN attributes or to return an error response to the client.
static java.lang.String ATTR_ALERT_HANDLER_CLASS
          The name of the configuration attribute that specifies the class that will be used for an alert handler.
static java.lang.String ATTR_ALERT_HANDLER_ENABLED
          The name of the configuration attribute that indicates whether an alert handler is enabled.
static java.lang.String ATTR_ALLOW_ATTRIBUTE_NAME_EXCEPTIONS
          The name of the configuration attribute that indicates whether it will be possible to allow exceptions to the strict attribute naming restrictions.
static java.lang.String ATTR_ALLOW_LDAPV2
          The name of the configuration attribute that indicates whether LDAPv2 clients will be allowed to access the server.
static java.lang.String ATTR_ALLOW_REUSE_ADDRESS
          The name of the configuration attribute that indicates whether the server socket should have the SO_REUSEADDR socket option set.
static java.lang.String ATTR_ALLOW_STARTTLS
          The name of the configuration attribute that indicates whether to allow clients to use the startTLS extended operation.
static java.lang.String ATTR_ALLOW_ZEROLENGTH_DIRECTORYSTRINGS
          The name of the configuration attribute that indicates whether to allow the use of zero-length values in attributes with the directory string syntax.
static java.lang.String ATTR_ALLOWED_CLIENT
          The name of the configuration attribute that indicates which clients should be allowed to establish connections.
static java.lang.String ATTR_ATTRIBUTE_TYPES
          The name of the configuration attribute that holds the set of attribute type definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_ATTRIBUTE_TYPES_LC
          The name of the configuration attribute that holds the set of attribute type definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_AUTHZ_GLOBAL_ACI
          The name of the configuration attribute that specifies a global attribute access control instruction.
static java.lang.String ATTR_AUTHZ_HANDLER_CLASS
          The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server access control handler.
static java.lang.String ATTR_AUTHZ_HANDLER_ENABLED
          The name of the configuration attribute that indicates whether access control should be enabled.
static java.lang.String ATTR_BACKEND_BASE_DN
          The name of the configuration attribute that specifies the base DN(s) for a backend.
static java.lang.String ATTR_BACKEND_CLASS
          The name of the configuration attribute that holds the fully-qualified name of the Java class for a backend implementation.
static java.lang.String ATTR_BACKEND_DIRECTORY
          The name of the configuration attribute that indicates the backend database location on disk.
static java.lang.String ATTR_BACKEND_ENABLED
          The name of the configuration attribute that indicates whether a particular backend is enabled.
static java.lang.String ATTR_BACKEND_ID
          The name of the configuration attribute that specifies the unique ID for a backend.
static java.lang.String ATTR_BACKEND_MODE
          The name of the attribute which configures the file permission mode for the database direction.
static java.lang.String ATTR_BACKEND_WRITABILITY_MODE
          The name of the configuration attribute that specifies the writability mode for a backend.
static java.lang.String ATTR_BACKUP_BACKEND_DN
          The name of the configuration attribute that holds the DN of the backend configuration entry with which a backup directory is associated.
static java.lang.String ATTR_BACKUP_COMPRESSED
          The name of the configuration attribute that indicates whether a backup is compressed.
static java.lang.String ATTR_BACKUP_DATE
          The name of the configuration attribute that holds the date that a backup was made.
static java.lang.String ATTR_BACKUP_DEPENDENCY
          The name of the configuration attribute that holds the set of dependencies for a backup.
static java.lang.String ATTR_BACKUP_DIR_LIST
          The name of the configuration attribute that holds the list of default backup directories to search when using the backup backend.
static java.lang.String ATTR_BACKUP_DIRECTORY_PATH
          The name of the configuration attribute that holds the path to a backup directory.
static java.lang.String ATTR_BACKUP_ENCRYPTED
          The name of the configuration attribute that indicates whether a backup is encrypted.
static java.lang.String ATTR_BACKUP_ID
          The name of the configuration attribute that holds the backup ID.
static java.lang.String ATTR_BACKUP_INCREMENTAL
          The name of the configuration attribute that indicates whether a backup is an incremental backup.
static java.lang.String ATTR_BACKUP_SIGNED_HASH
          The name of the configuration attribute that holds the signed hash for a backup.
static java.lang.String ATTR_BACKUP_UNSIGNED_HASH
          The name of the configuration attribute that holds the unsigned hash for a backup.
static java.lang.String ATTR_BIND_WITH_DN_REQUIRES_PW
          The name of the configuration attribute that indicates whether simple binds containing a DN must also contain a password.
static java.lang.String ATTR_CERTIFICATE_FINGERPRINT_ALGORITHM
          The name of the configuration attribute that holds the name of the algorithm that should be used to generate the certificate fingerprint.
static java.lang.String ATTR_CERTIFICATE_FINGERPRINT_ATTR
          The name of the configuration attribute that holds the name of the attribute type that should be used when mapping a certificate fingerprint to a user entry.
static java.lang.String ATTR_CERTIFICATE_SUBJECT_ATTR
          The name of the configuration attribute that holds the name of the attribute type that should be used when mapping a certificate subject to a user entry.
static java.lang.String ATTR_CERTIFICATE_SUBJECT_ATTR_MAP
          The name of the configuration attribute that holds the name of the attribute type that should be used when mapping attributes in a certificate subject to a user entry.
static java.lang.String ATTR_CERTIFICATE_SUBJECT_BASEDN
          The name of the configuration attribute that holds the name of the attribute type that should be used when mapping a certificate subject to a user entry.
static java.lang.String ATTR_CERTMAPPER_CLASS
          The name of the configuration attribute that holds the fully-qualified name of the Java class for the certificate mapper implementation.
static java.lang.String ATTR_CERTMAPPER_DN
          The name of the configuration attribute that holds the DN of a certificate mapper configuration entry.
static java.lang.String ATTR_CERTMAPPER_ENABLED
          The name of the configuration attribute that indicates whether the certificate mapper is enabled.
static java.lang.String ATTR_CHECK_SCHEMA
          The name of the configuration attribute that indicates whether schema checking should be enabled in the server.
static java.lang.String ATTR_CLIENT_CERT_VALIDATION_POLICY
          The name of the configuration attribute that specifies the manner in which SSL client certificates may be validated against certificates in the corresponding user's entry during SASL EXTERNAL authentication.
static java.lang.String ATTR_CONNECTION_HANDLER_CLASS
          The name of the configuration attribute that holds the fully-qualified name of the Java class for the connection handler implementation.
static java.lang.String ATTR_CONNECTION_HANDLER_ENABLED
          The name of the configuration attribute that indicates whether a particular connection handler is enabled.
static java.lang.String ATTR_CRYPTO_CIPHER_KEY_WRAPPING_TRANSFORMATION
          The name of the attribute that is used to hold the key wrapping transformation used by the Crypto Manager.
static java.lang.String ATTR_CRYPTO_CIPHER_TRANSFORMATION_NAME
          The name of the attribute that is used to hold the name of a cryptographic cipher transformation.
static java.lang.String ATTR_CRYPTO_INIT_VECTOR_LENGTH_BITS
          The name of the attribute that is used to hold the length of a cryptographic cipher initialization vector.
static java.lang.String ATTR_CRYPTO_KEY_COMPROMISED_TIME
          The name of the attribute that is used to hold time a cryptographic key was suspected to be compromised.
static java.lang.String ATTR_CRYPTO_KEY_ID
          The name of the attribute that holds a cryptographic cipher-key identifier.
static java.lang.String ATTR_CRYPTO_KEY_LENGTH_BITS
          The name of the attribute that is used to hold the length of a cryptographic secret key.
static java.lang.String ATTR_CRYPTO_MAC_ALGORITHM_NAME
          The name of the attribute that is used to hold the name of a cryptographic message authentication code (MAC) algorithm.
static java.lang.String ATTR_CRYPTO_PUBLIC_KEY_CERTIFICATE
          The name of the attribute that is used to hold a cryptographic public key certificate.
static java.lang.String ATTR_CRYPTO_SYMMETRIC_KEY
          The name of the attribute that is used to hold a cryptographic cipher-key wrapped by a public-key.
static java.lang.String ATTR_DEFAULT_PWPOLICY_DN
          The name of the configuration attribute that specifies the DN of the default password policy for the Directory Server.
static java.lang.String ATTR_DEFAULT_ROOT_PRIVILEGE_NAME
          The name of the configuration attribute that specifies the set of privileges that root users should automatically be granted in the server.
static java.lang.String ATTR_DENIED_CLIENT
          The name of the configuration attribute that indicates which clients should not be allowed to establish connections.
static java.lang.String ATTR_DIGESTMD5_REALM
          The name of the configuration attribute that specifies the realm that should be used for DIGEST-MD5 authentication.
static java.lang.String ATTR_DIT_CONTENT_RULES
          The name of the attribute that is used to hold the DIT content rule definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_DIT_CONTENT_RULES_LC
          The name of the attribute that is used to hold the DIT content rule definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_DIT_STRUCTURE_RULES
          The name of the attribute that is used to hold the DIT structure rule definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_DIT_STRUCTURE_RULES_LC
          The name of the attribute that is used to hold the DIT structure rule definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_ENTRYCACHE_CLASS
          The name of the configuration attribute that holds the fully-qualified name of the Java class for the entry cache implementation.
static java.lang.String ATTR_ENTRYCACHE_ENABLED
          The name of the configuration attribute that indicates whether the entry cache is enabled.
static java.lang.String ATTR_EXTOP_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the extended operation handler class.
static java.lang.String ATTR_EXTOP_ENABLED
          The name of the configuration attribute that indicates whether an extended operation handler should be enabled.
static java.lang.String ATTR_FIFOCACHE_EXCLUDE_FILTER
          The name of the configuration attribute that contains a set of search filters to use to determine which entries should be excluded from the cache.
static java.lang.String ATTR_FIFOCACHE_INCLUDE_FILTER
          The name of the configuration attribute that contains a set of search filters to use to determine which entries should be included in the cache.
static java.lang.String ATTR_FIFOCACHE_LOCK_TIMEOUT
          The name of the configuration attribute that indicates the maximum length of time in milliseconds to spend trying to acquire a lock for an entry in the cache.
static java.lang.String ATTR_FIFOCACHE_MAX_ENTRIES
          The name of the configuration attribute that indicates the maximum number of entries that the FIFO entry cache will be allowed to hold.
static java.lang.String ATTR_FIFOCACHE_MAX_MEMORY_PCT
          The name of the configuration attribute that indicates the maximum percentage of available memory in the JVM that the FIFO entry cache will be allowed to consume.
static java.lang.String ATTR_FSCACHE_EXCLUDE_FILTER
          The name of the configuration attribute that contains a set of search filters to use to determine which entries should be excluded from the cache.
static java.lang.String ATTR_FSCACHE_HOME
          The name of the configuration attribute that specifies the entry cache JE environment home.
static java.lang.String ATTR_FSCACHE_INCLUDE_FILTER
          The name of the configuration attribute that contains a set of search filters to use to determine which entries should be included in the cache.
static java.lang.String ATTR_FSCACHE_IS_PERSISTENT
          The name of the configuration attribute that indicates whether file system entry cache is configured as persistent or not.
static java.lang.String ATTR_FSCACHE_JE_CACHE_PCT
          The name of the configuration attribute that indicates the maximum available memory percent that JE cache can consume.
static java.lang.String ATTR_FSCACHE_JE_CACHE_SIZE
          The name of the configuration attribute that indicates the maximum available space in bytes in the file system that JE cache will be allowed to consume.
static java.lang.String ATTR_FSCACHE_LOCK_TIMEOUT
          The name of the configuration attribute that indicates the maximum length of time in milliseconds to spend trying to acquire a lock for an entry in the cache.
static java.lang.String ATTR_FSCACHE_MAX_ENTRIES
          The name of the configuration attribute that indicates the maximum number of entries that the FIFO entry cache will be allowed to hold.
static java.lang.String ATTR_FSCACHE_MAX_MEMORY_SIZE
          The name of the configuration attribute that indicates the maximum memory size of the FS entry cache.
static java.lang.String ATTR_FSCACHE_TYPE
          The name of the configuration attribute that indicates which cache type will be used.
static java.lang.String ATTR_GROUP_IMPLEMENTATION_CLASS
          The name of the configuration attribute that specifies the fully-qualified class name for a group implementation.
static java.lang.String ATTR_GROUP_IMPLEMENTATION_ENABLED
          The name of the configuration attribute that indicates whether a group implementation should be enabled for use in the server.
static java.lang.String ATTR_GSSAPI_KDC
          The name of the configuration attribute that holds the address of the KDC to use when processing SASL GSSAPI binds.
static java.lang.String ATTR_GSSAPI_KEYTAB_FILE
          The name of the configuration attribute that holds the path to the Kerberos keytab file to use when processing SASL GSSAPI binds.
static java.lang.String ATTR_GSSAPI_REALM
          The name of the configuration attribute that holds the default Kerberos realm to use when processing SASL GSSAPI binds.
static java.lang.String ATTR_IDMAPPER_CLASS
          The name of the configuration attribute that holds the fully-qualified name of an identity mapper class.
static java.lang.String ATTR_IDMAPPER_DN
          The name of the configuration attribute that holds the DN of an identity mapper configuration entry.
static java.lang.String ATTR_IDMAPPER_ENABLED
          The name of the configuration attribute that indicates whether an identity mapper is enabled.
static java.lang.String ATTR_IMPORT_APPEND
          The name of the attribute in an import task definition that specifies whether the import process should append to the existing database rather than overwriting it.
static java.lang.String ATTR_IMPORT_BACKEND_ID
          The name of the attribute in an import task definition that specifies the backend ID for the backend into which the date should be imported.
static java.lang.String ATTR_IMPORT_CLEAR_BACKEND
          The name of the attribute in an import task definition that specifies whether the backend should be cleared before the import.
static java.lang.String ATTR_IMPORT_EXCLUDE_ATTRIBUTE
          The name of the attribute in an import task definition that specifies an attribute that should be excluded from the LDIF import.
static java.lang.String ATTR_IMPORT_EXCLUDE_BRANCH
          The name of the attribute in an import task definition that specifies the base DN of a branch that should be excluded from the LDIF import.
static java.lang.String ATTR_IMPORT_EXCLUDE_FILTER
          The name of the attribute in an import task definition that specifies a search filter that may be used to control which entries are excluded from the import.
static java.lang.String ATTR_IMPORT_INCLUDE_ATTRIBUTE
          The name of the attribute in an import task definition that specifies an attribute that should be included in the LDIF import.
static java.lang.String ATTR_IMPORT_INCLUDE_BRANCH
          The name of the attribute in an import task definition that specifies the base DN of a branch that should be included in the LDIF import.
static java.lang.String ATTR_IMPORT_INCLUDE_FILTER
          The name of the attribute in an import task definition that specifies a search filter that may be used to control which entries are included in the import.
static java.lang.String ATTR_IMPORT_IS_COMPRESSED
          The name of the attribute in an import task definition that specifies whether the LDIF file containing the data to import is compressed.
static java.lang.String ATTR_IMPORT_IS_ENCRYPTED
          The name of the attribute in an import task definition that specifies whether the LDIF file containing the data to import is encrypted.
static java.lang.String ATTR_IMPORT_LDIF_FILE
          The name of the attribute in an import task definition that specifies the path to the file containing the LDIF data to import.
static java.lang.String ATTR_IMPORT_OVERWRITE
          The name of the attribute in an import task definition that specifies whether to overwrite an existing rejects and/or skip file when performing an LDIF import rather than appending to it.
static java.lang.String ATTR_IMPORT_REJECT_FILE
          The name of the attribute in an import task definition that specifies the path to a file into which rejected entries may be written if they are not accepted during the import process.
static java.lang.String ATTR_IMPORT_REPLACE_EXISTING
          The name of the attribute in an import task definition that specifies whether an existing entry should be replaced when appending to an existing database.
static java.lang.String ATTR_IMPORT_SKIP_FILE
          The name of the attribute in an import task definition that specifies the path to a file into which skipped entries may be written if they do not match criteria during the import process.
static java.lang.String ATTR_IMPORT_SKIP_SCHEMA_VALIDATION
          The name of the attribute in an import task definition that specifies whether to skip schema validation during the import.
static java.lang.String ATTR_INVALID_SYNTAX_BEHAVIOR
          The name of the configuration attribute that defines the behavior that the server should use when a value is encountered that does not conform to the associated attribute syntax.
static java.lang.String ATTR_KEEP_LDAP_STATS
          The name of the configuration attribute that indicates whether the LDAP connection handler should keep statistical information.
static java.lang.String ATTR_KEYMANAGER_CLASS
          The name of the configuration attribute that specifies the fully-qualified name of the class to use as the key manager provider.
static java.lang.String ATTR_KEYMANAGER_DN
          The name of the configuration attribute that specifies the DN of the configuration entry for the key manager provider.
static java.lang.String ATTR_KEYMANAGER_ENABLED
          The name of the configuration attribute that indicates whether the key manager provider should be enabled.
static java.lang.String ATTR_KEYSTORE_FILE
          The name of the configuration attribute that specifies the path to the keystore file.
static java.lang.String ATTR_KEYSTORE_PIN
          The name of the configuration attribute that specifies the PIN needed to access the keystore.
static java.lang.String ATTR_KEYSTORE_PIN_ENVAR
          The name of the configuration attribute that specifies the name of the environment variable containing the PIN needed to access the keystore.
static java.lang.String ATTR_KEYSTORE_PIN_FILE
          The name of the configuration attribute that specifies the path to the file containing the PIN needed to access the keystore.
static java.lang.String ATTR_KEYSTORE_PIN_PROPERTY
          The name of the configuration attribute that specifies the name of the Java property containing the PIN needed to access the keystore.
static java.lang.String ATTR_KEYSTORE_TYPE
          The name of the configuration attribute that specifies the format of the data in the keystore file.
static java.lang.String ATTR_LDAP_SYNTAXES
          The name of the configuration attribute that holds the set of attribute syntax definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_LDAP_SYNTAXES_LC
          The name of the configuration attribute that holds the set of attribute syntax definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_LISTEN_ADDRESS
          The name of the configuration attribute that specifies the address or set of addresses on which a connection handler should listen.
static java.lang.String ATTR_LISTEN_PORT
          The name of the configuration attribute that specifies the port or set of ports on which a connection handler should listen.
static java.lang.String ATTR_LOGGER_ASYNC_WRITE
          The name of the attribute in a logger configuration that specifies whether to asyncornously writes log records to disk.
static java.lang.String ATTR_LOGGER_BUFFER_SIZE
          The time interval for the logger thread to sleep.
static java.lang.String ATTR_LOGGER_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the logger class.
static java.lang.String ATTR_LOGGER_DEBUG_SCOPE
          The name of the attribute in a debug target configuration for a debug logger that specifies the scope of the debug target.
static java.lang.String ATTR_LOGGER_DEFAULT_SEVERITY
          The name of the configuration attribute that indicates the default severity levels for the logger.
static java.lang.String ATTR_LOGGER_ENABLED
          The name of the configuration attribute that indicates whether a Directory Server logger should be enabled.
static java.lang.String ATTR_LOGGER_FILE
          The name of the configuration attribute that indicates the log file where the loggers will log the information.
static java.lang.String ATTR_LOGGER_LEVEL
          The name of the attribute in a logger configuration that spcifies the log level.
static java.lang.String ATTR_LOGGER_OVERRIDE_SEVERITY
          The name of the configuration attribute that indicates the override severity levels for the logger.
static java.lang.String ATTR_LOGGER_RETENTION_DISK_SPACE_USED
          The disk space used attribute.
static java.lang.String ATTR_LOGGER_RETENTION_FREE_DISK_SPACE
          The free disk space attribute.
static java.lang.String ATTR_LOGGER_RETENTION_NUMBER_OF_FILES
          The number of files to retain attribute type.
static java.lang.String ATTR_LOGGER_RETENTION_POLICY
          The policy type for retaining log files.
static java.lang.String ATTR_LOGGER_ROTATION_ACTION
          The action to be taken at the time of rotation.
static java.lang.String ATTR_LOGGER_ROTATION_POLICY
          The policy type for rotating log files.
static java.lang.String ATTR_LOGGER_ROTATION_SIZE_LIMIT
          The size limit for the size based rotation policy.
static java.lang.String ATTR_LOGGER_ROTATION_TIME_OF_DAY
          The time of day for the time of day based rotation policy.
static java.lang.String ATTR_LOGGER_SUPPRESS_INTERNAL_OPERATIONS
          The attribute that specifies if internal operations should be logged or not.
static java.lang.String ATTR_LOGGER_THREAD_INTERVAL
          The time interval for the logger thread to sleep.
static java.lang.String ATTR_LOOKTHROUGH_LIMIT
          The name of the configuration attribute that holds the server lookthrough limit.
static java.lang.String ATTR_MATCH_ATTRIBUTE
          The name of the configuration attribute that specifies the attribute or set of attributes that should be used when attempting to map an ID string to a user entry.
static java.lang.String ATTR_MATCH_BASE
          The name of the configuration attribute that specifies the base DN(s) that should be used when attempting to map an ID string to a user entry.
static java.lang.String ATTR_MATCHING_RULE_CLASS
          The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server matching rule.
static java.lang.String ATTR_MATCHING_RULE_ENABLED
          The name of the configuration attribute that indicates whether a matching rule should be enabled.
static java.lang.String ATTR_MATCHING_RULE_USE
          The name of the configuration attribute that holds the set of matching rule use definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_MATCHING_RULE_USE_LC
          The name of the configuration attribute that holds the set of matching rule use definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_MATCHING_RULES
          The name of the configuration attribute that holds the set of matching rule definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_MATCHING_RULES_LC
          The name of the configuration attribute that holds the set of matching rule definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_MAX_ALLOWED_CONNS
          The name of the configuration attribute that indicates the maximum number of client connections that may be established at any given time.
static java.lang.String ATTR_MAX_REQUEST_SIZE
          The name of the configuration attribute that indicates the maximum allowed size of a request in bytes.
static java.lang.String ATTR_MAX_WORK_QUEUE_CAPACITY
          The name of the configuration attribute that indicates the maximum number of pending operations that may be in the work queue at any given time.
static java.lang.String ATTR_MONITOR_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the monitor provider class.
static java.lang.String ATTR_MONITOR_ENABLED
          The name of the configuration attribute that indicates whether a monitor provider should be enabled.
static java.lang.String ATTR_NAME_FORMS
          The name of the attribute that is used to hold the name form definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_NAME_FORMS_LC
          The name of the attribute that is used to hold the name form definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_NOTIFY_ABANDONED_OPS
          The name of the configuration attribute that indicates whether to send a response to operations that have been abandoned.
static java.lang.String ATTR_NUM_REQUEST_HANDLERS
          The name of the configuration attribute that indicates the number of request handlers that should be used to read requests from clients.
static java.lang.String ATTR_NUM_WORKER_THREADS
          The name of the configuration attribute that indicates the number of worker threads that should be used to process requests.
static java.lang.String ATTR_OBJECTCLASS
          The name of the standard attribute that holds the objectclass values for the entry, formatted in camelCase.
static java.lang.String ATTR_OBJECTCLASSES
          The name of the configuration attribute that holds the set of objectclass definitions in the server schema, formatted in camelCase.
static java.lang.String ATTR_OBJECTCLASSES_LC
          The name of the configuration attribute that holds the set of objectclass definitions in the server schema, formatted in all lowercase.
static java.lang.String ATTR_PASSWORD_CHARSET
          The name of the configuration attribute that specifies a character set that can be used with a password.
static java.lang.String ATTR_PASSWORD_FORMAT
          The name of the configuration attribute that specifies the format that should be used for generating a password.
static java.lang.String ATTR_PASSWORD_MAX_LENGTH
          The name of the configuration attribute that specifies the maximum allowed length for a password.
static java.lang.String ATTR_PASSWORD_MIN_DIFFERENCE
          The name of the configuration attribute that specifies the minimum allowed difference for a password.
static java.lang.String ATTR_PASSWORD_MIN_LENGTH
          The name of the configuration attribute that specifies the minimum allowed length for a password.
static java.lang.String ATTR_PLUGIN_CLASS
          The name of the configuration attribute that holds the fully-qualified name of the Java class for a plugin implementation.
static java.lang.String ATTR_PLUGIN_ENABLED
          The name of the configuration attribute that indicates whether a particular plugin is enabled.
static java.lang.String ATTR_PLUGIN_TYPE
          The name of the configuration attribute that indicates the ways in which a plugin will be used.
static java.lang.String ATTR_PROFILE_ACTION
          The name of the configuration attribute that may be modified in order to cause the profiler to take some action (e.g., starting or stopping collection).
static java.lang.String ATTR_PROFILE_AUTOSTART
          The name of the configuration attribute that indicates whether the Directory Server profiler plugin should be automatically enabled when the server is starting.
static java.lang.String ATTR_PROFILE_DIR
          The name of the configuration attribute that holds the path to the directory into which profile information will be written.
static java.lang.String ATTR_PROFILE_INTERVAL
          The name of the configuration attribute that holds the profile sample interval in milliseconds.
static java.lang.String ATTR_PROFILE_STATE
          The name of the read-only configuration attribute that holds the current state of the profiler.
static java.lang.String ATTR_PROXY_MAPPER_DN
          The name of the configuration attribute that holds the DN of the identity mapper configuration entry for use with the proxied authorization V2 control.
static java.lang.String ATTR_PWGENERATOR_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the password generator class.
static java.lang.String ATTR_PWGENERATOR_ENABLED
          The name of the configuration attribute that indicates whether a password generator is enabled.
static java.lang.String ATTR_PWPOLICY_ALLOW_EXPIRED_CHANGES
          The name of the configuration attribute that indicates whether a user will be allowed to change their password even if it is expired.
static java.lang.String ATTR_PWPOLICY_ALLOW_MULTIPLE_PW_VALUES
          The name of the configuration attribute that indicates whether user entries will be allowed to have multiple values for the password attribute.
static java.lang.String ATTR_PWPOLICY_ALLOW_PRE_ENCODED_PASSWORDS
          The name of the configuration attribute that indicates whether a user may provide a pre-encoded password.
static java.lang.String ATTR_PWPOLICY_ALLOW_USER_CHANGE
          The name of the configuration attribute that indicates whether users will be allowed to change their own passwords.
static java.lang.String ATTR_PWPOLICY_DEFAULT_SCHEME
          The name of the configuration attribute that specifies the default password storage schemes for a password policy.
static java.lang.String ATTR_PWPOLICY_EXPIRE_WITHOUT_WARNING
          The name of the configuration attribute that indicates whether a user password will be allowed to expire even if they have not yet seen a warning notification.
static java.lang.String ATTR_PWPOLICY_FORCE_CHANGE_ON_ADD
          The name of the configuration attribute that indicates whether a user must change their password upon first authenticating after their account is created.
static java.lang.String ATTR_PWPOLICY_FORCE_CHANGE_ON_RESET
          The name of the configuration attribute that indicates whether a user must change their password after it is reset by an administrator.
static java.lang.String ATTR_PWPOLICY_GRACE_LOGIN_COUNT
          The name of the configuration attribute that specifies the number of fixed grace login attempts that a user will have.
static java.lang.String ATTR_PWPOLICY_IDLE_LOCKOUT_INTERVAL
          The name of the configuration attribute that specifies the maximum length of time an account may remain idle.
static java.lang.String ATTR_PWPOLICY_LAST_LOGIN_TIME_ATTRIBUTE
          The name of the configuration attribute that specifies the attribute used to hold the last login time.
static java.lang.String ATTR_PWPOLICY_LAST_LOGIN_TIME_FORMAT
          The name of the configuration attribute that specifies the format string used to generate the last login time.
static java.lang.String ATTR_PWPOLICY_LOCKOUT_DURATION
          The name of the configuration attribute that specifies the length of time that a user will remain locked out.
static java.lang.String ATTR_PWPOLICY_LOCKOUT_FAILURE_COUNT
          The name of the configuration attribute that specifies the number of authentication failures required to lock out a user account.
static java.lang.String ATTR_PWPOLICY_LOCKOUT_FAILURE_EXPIRATION_INTERVAL
          The name of the configuration attribute that specifies the length of time in seconds that an authentication failure will be counted against a user for lockout purposes.
static java.lang.String ATTR_PWPOLICY_MAXIMUM_PASSWORD_AGE
          The name of the configuration attribute that specifies the maximum length of time allowed between password changes.
static java.lang.String ATTR_PWPOLICY_MAXIMUM_PASSWORD_RESET_AGE
          The name of the configuration attribute that specifies the maximum length of time that a user has to change their password after it has been administratively reset.
static java.lang.String ATTR_PWPOLICY_MINIMUM_PASSWORD_AGE
          The name of the configuration attribute that specifies the minimum length of time allowed between password changes.
static java.lang.String ATTR_PWPOLICY_NOTIFICATION_HANDLER
          The name of the configuration attribute that specifies the DN(s) of the configuration entries for the account status notification handlers for use with the password policy.
static java.lang.String ATTR_PWPOLICY_PASSWORD_ATTRIBUTE
          The name of the configuration attribute that specifies the attribute used to hold user passwords.
static java.lang.String ATTR_PWPOLICY_PASSWORD_GENERATOR
          The name of the configuration attribute that specifies the DN of configuration entry for the password generator to use with a password policy.
static java.lang.String ATTR_PWPOLICY_PASSWORD_VALIDATOR
          The name of the configuration attribute that specifies the DN(s) of the configuration entries that will hold the password validators for use with the password policy.
static java.lang.String ATTR_PWPOLICY_PREVIOUS_LAST_LOGIN_TIME_FORMAT
          The name of the configuration attribute that specifies the format strings that may have been used in the past to generate last login time values.
static java.lang.String ATTR_PWPOLICY_REQUIRE_CHANGE_BY_TIME
          The name of the configuration attribute that holds the time by which all users must have changed their passwords.
static java.lang.String ATTR_PWPOLICY_REQUIRE_CURRENT_PASSWORD
          The name of the configuration attribute that indicates whether users will be required to provide their current password when they choose a new password.
static java.lang.String ATTR_PWPOLICY_REQUIRE_SECURE_AUTHENTICATION
          The name of the configuration attribute that indicates whether users will be required to authenticate using a secure mechanism.
static java.lang.String ATTR_PWPOLICY_REQUIRE_SECURE_PASSWORD_CHANGES
          The name of the configuration attribute that indicates whether users will be required to change their passwords using a secure mechanism.
static java.lang.String ATTR_PWPOLICY_SKIP_ADMIN_VALIDATION
          The name of the configuration attribute that indicates whether the server should perform validation on passwords set by administrators.
static java.lang.String ATTR_PWPOLICY_WARNING_INTERVAL
          The name of the configuration attribute that specifies the maximum length of time before expiration that a user should start to receive warning notifications.
static java.lang.String ATTR_PWSCHEME_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the password storage scheme class.
static java.lang.String ATTR_PWSCHEME_ENABLED
          The name of the configuration attribute that indicates whether a password storage scheme is enabled.
static java.lang.String ATTR_PWVALIDATOR_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the password validator class.
static java.lang.String ATTR_PWVALIDATOR_ENABLED
          The name of the configuration attribute that indicates whether a password validator is enabled.
static java.lang.String ATTR_REBUILD_BASE_DN
          The name of the attribute in an rebuild task definition that specifies the base DN of the indexes to do the rebuild in.
static java.lang.String ATTR_REBUILD_INDEX
          The name of the attribute in an rebuild task definition that specifies the indexes to rebuild.
static java.lang.String ATTR_REBUILD_MAX_THREADS
          The name of the attribute in an rebuild task definition that specifies the maximum number of threads.
static java.lang.String ATTR_RECURRING_TASK_CLASS_NAME
          The name of the configuration attribute that holds the name of the class used to provide the implementation logic for a recurring task.
static java.lang.String ATTR_RECURRING_TASK_ID
          The name of the configuration attribute that holds the recurring task ID for a recurring task that may be associated with a task.
static java.lang.String ATTR_REJECT_UNAUTHENTICATED_REQ
          The name of the configuration attribute that indicates whether an unauthenticated request should be rejected.
static java.lang.String ATTR_RESTART_SERVER
          The name of the configuration attribute that indicates whether the Directory Server should be restarted instead of shut down.
static java.lang.String ATTR_ROOT_DSE_SUBORDINATE_BASE_DN
          The name of the configuration attribute that specifies the set of subordinate base DNs that should be used for non-base-level searches against the root DSE.
static java.lang.String ATTR_ROOTDN_ALTERNATE_BIND_DN
          The name of the configuration attribute that specifies one or more alternate bind DNs for a root user.
static java.lang.String ATTR_ROOTDSE_SHOW_ALL_ATTRIBUTES
          The name of the configuration attribute that indicates whether the root DSE should treat all attributes as user attributes or if it should treat them as per their definition in the schema.
static java.lang.String ATTR_SASL_CLASS
          The name of the configuration attribute that holds the fully-qualified name for the SASL mechanism handler class.
static java.lang.String ATTR_SASL_ENABLED
          The name of the configuration attribute that indicates whether a SASL mechanism handler should be enabled.
static java.lang.String ATTR_SCHEMA_ENTRY_DN
          The name of the configuration attribute that specifies the location(s) of the entries used to publish the Directory Server schema information.
static java.lang.String ATTR_SCHEMA_SHOW_ALL_ATTRIBUTES
          The name of the configuration attribute that indicates whether the subschema entry should treat all attributes as user attributes or if it should treat them as per their definition in the schema.
static java.lang.String ATTR_SEND_REJECTION_NOTICE
          The name of the configuration attribute that indicates whether to send rejected client connections a notice of disconnection explaining why the connection was not accepted.
static java.lang.String ATTR_SERVER_ERROR_RESULT_CODE
          The name of the configuration attribute that will be used to indicate the result code that should be used for operations that fail because of an internal server error.
static java.lang.String ATTR_SERVER_FQDN
          The name of the configuration attribute that holds the fully-qualified domain name that should be used by the server when that information is needed.
static java.lang.String ATTR_SHUTDOWN_MESSAGE
          The name of the configuration attribute that holds a message that may be provided for the reason the Directory Server has been requested to shut down.
static java.lang.String ATTR_SHUTDOWN_PASSWORD
          The name of the configuration attribute that holds the password that must be provided in order to shut down the server through the tasks interface.
static java.lang.String ATTR_SINGLE_STRUCTURAL_CLASS_BEHAVIOR
          The name of the configuration attribute that defines the behavior that the server should use when an entry is encountered that does not contain exactly one structural objectclass.
static java.lang.String ATTR_SIZE_LIMIT
          The name of the configuration attribute that holds the server size limit.
static java.lang.String ATTR_SOFTREFCACHE_EXCLUDE_FILTER
          The name of the configuration attribute that contains a set of search filters to use to determine which entries should be excluded from the cache.
static java.lang.String ATTR_SOFTREFCACHE_INCLUDE_FILTER
          The name of the configuration attribute that contains a set of search filters to use to determine which entries should be included in the cache.
static java.lang.String ATTR_SOFTREFCACHE_LOCK_TIMEOUT
          The name of the configuration attribute that indicates the maximum length of time in milliseconds to spend trying to acquire a lock for an entry in the cache.
static java.lang.String ATTR_SSL_CERT_NICKNAME
          The name of the configuration attribute that holds the nickname of the certificate that should be used for accepting SSL/TLS connections.
static java.lang.String ATTR_SSL_CIPHERS
          The name of the configuration attribute that holds the nickname of the SSL cipher suites that should be allowed for use in SSL/TLS sessions.
static java.lang.String ATTR_SSL_CLIENT_AUTH_POLICY
          The name of the configuration attribute that holds information about the policy that should be used when requesting/requiring SSL client authentication.
static java.lang.String ATTR_SSL_PROTOCOLS
          The name of the configuration attribute that holds the nickname of the SSL protocols that should be allowed for use in SSL/TLS sessions.
static java.lang.String ATTR_SYNCHRONIZATION_PROVIDER_CLASS
          The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server synchronization provider.
static java.lang.String ATTR_SYNCHRONIZATION_PROVIDER_ENABLED
          The name of the configuration attribute that indicates whether a synchronization provider should be enabled.
static java.lang.String ATTR_SYNTAX_CLASS
          The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server attribute syntax.
static java.lang.String ATTR_SYNTAX_ENABLED
          The name of the configuration attribute that indicates whether an attribute syntax should be enabled.
static java.lang.String ATTR_TASK_ACTUAL_START_TIME
          The name of the configuration attribute that holds the actual start time for a task.
static java.lang.String ATTR_TASK_ADDSCHEMAFILE_FILENAME
          The name of the attribute in the add schema file task definition that specifies the name of the schema file to be added.
static java.lang.String ATTR_TASK_BACKING_FILE
          The name of the configuration attribute that holds the path to the backing file for task information.
static java.lang.String ATTR_TASK_BACKUP_ALL
          The name of the attribute in a backup task definition that specifies whether all backends defined in the server should be backed up.
static java.lang.String ATTR_TASK_BACKUP_BACKEND_ID
          The name of the attribute in a backup task definition that specifies the backend ID for a backend that should be archived.
static java.lang.String ATTR_TASK_BACKUP_COMPRESS
          The name of the attribute in a backup task definition that specifies whether the backup file(s) should be compressed.
static java.lang.String ATTR_TASK_BACKUP_ENCRYPT
          The name of the attribute in a backup task definition that specifies whether the backup file(s) should be compressed.
static java.lang.String ATTR_TASK_BACKUP_HASH
          The name of the attribute in a backup task definition that specifies whether to generate a hash of the backup file(s) for integrity verification during restore.
static java.lang.String ATTR_TASK_BACKUP_INCREMENTAL
          The name of the attribute in a backup task definition that specifies whether to generate and incremental backup or a full backup.
static java.lang.String ATTR_TASK_BACKUP_INCREMENTAL_BASE_ID
          The name of the attribute in a backup task definition that specifies the backup ID of the backup against which an incremental backup should be taken.
static java.lang.String ATTR_TASK_BACKUP_SIGN_HASH
          The name of the attribute in a backup task definition that specifies whether the hash of the archive file(s) should be digitally signed to provide tamper detection.
static java.lang.String ATTR_TASK_CLASS
          The name of the configuration attribute that holds the name of the class providing the task logic.
static java.lang.String ATTR_TASK_COMPLETION_TIME
          The name of the configuration attribute that holds the completion time for a task.
static java.lang.String ATTR_TASK_DEPENDENCY_IDS
          The name of the configuration attribute that holds task IDs of any tasks on which a given task is dependent.
static java.lang.String ATTR_TASK_EXPORT_APPEND_TO_LDIF
          The name of the attribute in an export task definition that specifies whether the export process should append to an existing LDIF file rather than overwrite it.
static java.lang.String ATTR_TASK_EXPORT_BACKEND_ID
          The name of the attribute in an export task definition that specifies the backend ID for the backend from which the data should be exported.
static java.lang.String ATTR_TASK_EXPORT_COMPRESS_LDIF
          The name of the attribute in an export task definition that specifies whether the LDIF data should be compressed as it is exported.
static java.lang.String ATTR_TASK_EXPORT_ENCRYPT_LDIF
          The name of the attribute in an export task definition that specifies whether the LDIF data should be encrypted as it is exported.
static java.lang.String ATTR_TASK_EXPORT_EXCLUDE_ATTRIBUTE
          The name of the attribute in an export task definition that specifies an attribute that should be excluded from the LDIF export.
static java.lang.String ATTR_TASK_EXPORT_EXCLUDE_BRANCH
          The name of the attribute in an export task definition that specifies the base DN of a branch that should be excluded from the LDIF export.
static java.lang.String ATTR_TASK_EXPORT_EXCLUDE_FILTER
          The name of the attribute in an export task definition that specifies a search filter that may be used to control which entries are excluded from the export.
static java.lang.String ATTR_TASK_EXPORT_INCLUDE_ATTRIBUTE
          The name of the attribute in an export task definition that specifies an attribute that should be included in the LDIF export.
static java.lang.String ATTR_TASK_EXPORT_INCLUDE_BRANCH
          The name of the attribute in an export task definition that specifies the base DN of a branch that should be included in the LDIF export.
static java.lang.String ATTR_TASK_EXPORT_INCLUDE_FILTER
          The name of the attribute in an export task definition that specifies a search filter that may be used to control which entries are included in the export.
static java.lang.String ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES
          The name of the attribute in an export task definition that specifies that operational attributes have to be included.
static java.lang.String ATTR_TASK_EXPORT_LDIF_FILE
          The name of the attribute in an export task definition that specifies the path to the file to which the LDIF data should be written.
static java.lang.String ATTR_TASK_EXPORT_SIGN_HASH
          The name of the attribute in an export task definition that specifies whether a signed hash of the export data should be appended to the LDIF file.
static java.lang.String ATTR_TASK_EXPORT_WRAP_COLUMN
          The name of the attribute in an export task definition that specifies the column at which long lines should be wrapped.
static java.lang.String ATTR_TASK_FAILED_DEPENDENCY_ACTION
          The name of the configuration attribute that holds the indication of what to do in the event that one of the dependencies for a task has failed.
static java.lang.String ATTR_TASK_ID
          The name of the configuration attribute that holds the task ID for a task.
static java.lang.String ATTR_TASK_INITIALIZE_DOMAIN_DN
          The name of the attribute in an initialize task definition that specifies the base dn related to the synchonization domain to initialize.
static java.lang.String ATTR_TASK_INITIALIZE_DONE
          The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.
static java.lang.String ATTR_TASK_INITIALIZE_LEFT
          The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.
static java.lang.String ATTR_TASK_INITIALIZE_SOURCE
          The name of the attribute in an initialize target task definition that specifies the source in terms of source server from which to initialize.
static java.lang.String ATTR_TASK_INITIALIZE_TARGET_DOMAIN_DN
          The name of the attribute in an initialize target task definition that specifies the base dn related to the synchonization domain to initialize.
static java.lang.String ATTR_TASK_INITIALIZE_TARGET_SCOPE
          The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.
static java.lang.String ATTR_TASK_LOG_MESSAGES
          The name of the configuration attribute that holds the set of log messages for a task.
static java.lang.String ATTR_TASK_NOTIFY_ON_COMPLETION
          The name of the configuration attribute that holds the set of e-mail addresses of the users to notify when a task has completed.
static java.lang.String ATTR_TASK_NOTIFY_ON_ERROR
          The name of the configuration attribute that holds the set of e-mail addresses of the users to notify if a task fails.
static java.lang.String ATTR_TASK_RESTORE_VERIFY_ONLY
          The name of the attribute in a restore task definition that specifies whether the contents of the backup should be verified but not restored.
static java.lang.String ATTR_TASK_RETENTION_TIME
          The name of the configuration attribute that holds the length of time in seconds that task information should be retained after processing on the task has completed.
static java.lang.String ATTR_TASK_SCHEDULED_START_TIME
          The name of the configuration attribute that holds the scheduled start time for a task.
static java.lang.String ATTR_TASK_SET_GENERATION_ID_DOMAIN_DN
          The name of the attribute containing the baseDn related to the replication domain to which applies the task.
static java.lang.String ATTR_TASK_SET_GENERATION_ID_NEW_VALUE
          The name of the attribute containing the new value of the generation ID related to the replication domain to which applies the task.
static java.lang.String ATTR_TASK_STATE
          The name of the configuration attribute that holds the current state for a task.
static java.lang.String ATTR_TELEPHONE_STRICT_MODE
          The name of the configuration attribute that indicates whether the telephone number attribute syntax should use a strict compliance mode when determining whether a value is acceptable.
static java.lang.String ATTR_TIME_LIMIT
          The name of the configuration attribute that holds the server time limit.
static java.lang.String ATTR_TRUSTMANAGER_CLASS
          The name of the configuration attribute that specifies the fully-qualified name of the class to use as the trust manager provider.
static java.lang.String ATTR_TRUSTMANAGER_DN
          The name of the configuration attribute that specifies the DN of the configuration entry for the trust manager provider.
static java.lang.String ATTR_TRUSTMANAGER_ENABLED
          The name of the configuration attribute that indicates whether the trust manager provider should be enabled.
static java.lang.String ATTR_TRUSTSTORE_FILE
          The name of the configuration attribute that specifies the path to the trust store file.
static java.lang.String ATTR_TRUSTSTORE_PIN
          The name of the configuration attribute that specifies the PIN needed to access the trust store.
static java.lang.String ATTR_TRUSTSTORE_PIN_ENVAR
          The name of the configuration attribute that specifies the name of the environment variable containing the PIN needed to access the trust store.
static java.lang.String ATTR_TRUSTSTORE_PIN_FILE
          The name of the configuration attribute that specifies the path to the file containing the PIN needed to access the trust store.
static java.lang.String ATTR_TRUSTSTORE_PIN_PROPERTY
          The name of the configuration attribute that specifies the name of the Java property containing the PIN needed to access the trust store.
static java.lang.String ATTR_TRUSTSTORE_TYPE
          The name of the configuration attribute that specifies the format of the data in the trust store file.
static java.lang.String ATTR_USE_SSL
          The name of the configuration attribute that indicates whether to use SSL when accepting client connections.
static java.lang.String ATTR_USE_TCP_KEEPALIVE
          The name of the configuration attribute that indicates whether connections to clients should use the TCP_KEEPALIVE socket option.
static java.lang.String ATTR_USE_TCP_NODELAY
          The name of the configuration attribute that indicates whether connections to clients should use the TCP_NODELAY socket option.
static java.lang.String ATTR_USER_BASE_DN
          The name of the configuration attribute that specifies the DN to use as the search base when trying to find entries that match a provided username.
static java.lang.String ATTR_USERNAME_ATTRIBUTE
          The name of the configuration attribute that specifies which attribute should be used to map usernames to their corresponding entries.
static java.lang.String ATTR_VALIDATION_CERT_ATTRIBUTE
          The name of the configuration attribute that is used to hold the name of the user attribute that holds user certificates that can be used for validation.
static java.lang.String ATTR_WORKQ_CLASS
          The name of the configuration attribute that specifies the class providing the logic for the work queue implementation.
static java.lang.String ATTR_WRITABILITY_MODE
          The name of the configuration attribute that specifies the writability mode for the Directory Server.
static java.lang.String COMPRESSED_SCHEMA_FILE_NAME
          The base name (with no path information) of the file that will be used to hold schema tokens used for compressed schema elements.
static java.lang.String CONFIG_ARCHIVE_DIR_NAME
          The base name (with no path information) of the directory that will hold the archived versions of previous configurations.
static java.lang.String CONFIG_CHANGES_NAME
          The base name (with no path information) of the file that may contain changes in LDIF form to apply to the configuration before the configuration is loaded and initialized.
static java.lang.String CONFIG_DIR_NAME
          The name of the directory that will hold the configuration file for the Directory Server.
static java.lang.String CONFIG_FILE_NAME
          The default name of the file that holds the configuration for the Directory Server.
static int DEFAULT_ACCEPT_BACKLOG
          The default accept backlog to use if no value is given.
static boolean DEFAULT_ALLOW_LDAPV2
          The default policy that should be used for accepting LDAPv2 connections if it is not defined in the configuration.
static boolean DEFAULT_ALLOW_REUSE_ADDRESS
          The default policy for using the SO_REUSEADDR socket option if it is not specified in the configuration.
static boolean DEFAULT_ALLOW_STARTTLS
          The default configuration that specifies whether to allow startTLS operations if it is not defined in the server configuration.
static boolean DEFAULT_ALLOW_ZEROLENGTH_DIRECTORYSTRINGS
          The default configuration that specifies whether to allow zero-length directory string values if it is not defined in the server configuration.
static boolean DEFAULT_BIND_WITH_DN_REQUIRES_PW
          The default value for the bind with DN requires password configuration attribute.
static long DEFAULT_FIFOCACHE_LOCK_TIMEOUT
          The default value for the entry cache lockout timeout that will be used if no other value is specified.
static long DEFAULT_FIFOCACHE_MAX_ENTRIES
          The default value for the entry cache max entries that will be used if no other value is specified.
static int DEFAULT_FIFOCACHE_MAX_MEMORY_PCT
          The default value for the entry cache max memory percent that will be used if no other value is specified.
static java.lang.String DEFAULT_FSCACHE_HOME
          The default value for the entry cache JE environment home that will be used if no other value is specified.
static boolean DEFAULT_FSCACHE_IS_PERSISTENT
          The default value to indicate whether the cache is persistent or not.
static int DEFAULT_FSCACHE_JE_CACHE_PCT
          The default value for the JE cache size percent that will be used if no other value is specified.
static long DEFAULT_FSCACHE_JE_CACHE_SIZE
          The default value for the JE cache size in bytes that will be used if no other value is specified.
static long DEFAULT_FSCACHE_LOCK_TIMEOUT
          The default value for the entry cache lockout timeout that will be used if no other value is specified.
static long DEFAULT_FSCACHE_MAX_ENTRIES
          The default value for the entry cache max entries that will be used if no other value is specified.
static java.lang.String DEFAULT_FSCACHE_TYPE
          The default value to indicate which cache type to use.
static boolean DEFAULT_KEEP_LDAP_STATS
          Indicates whether the LDAP connection handler should keep statistical information by default.
static int DEFAULT_LOOKTHROUGH_LIMIT
          The default value that will be used for the server lookthrough limit if no other value is given.
static int DEFAULT_MAX_REQUEST_SIZE
          The default maximum request size that should be used if none is specified in the configuration.
static int DEFAULT_MAX_WORK_QUEUE_CAPACITY
          The default maximum capacity that should be used for the work queue if none is specified in the configuration.
static int DEFAULT_NUM_REQUEST_HANDLERS
          The default number of request handler threads to use if it is not specified in the configuration.
static int DEFAULT_NUM_WORKER_THREADS
          The default number of worker threads that should be used if no value is specified in the configuration.
static long DEFAULT_PROFILE_INTERVAL
          The default sample interval in milliseconds to use when profiling if no other value is specified.
static boolean DEFAULT_PWPOLICY_ALLOW_EXPIRED_CHANGES
          The default value for the allowExpiredPasswordChanges configuration attribute.
static boolean DEFAULT_PWPOLICY_ALLOW_MULTIPLE_PW_VALUES
          The default value for the allowMultiplePasswordValues configuration attribute.
static boolean DEFAULT_PWPOLICY_ALLOW_PRE_ENCODED_PASSWORDS
          The default value for the allowPreEncodedPasswords configuration attribute.
static boolean DEFAULT_PWPOLICY_ALLOW_USER_CHANGE
          The default value for the allowUserPasswordChanges configuration attribute.
static boolean DEFAULT_PWPOLICY_EXPIRE_WITHOUT_WARNING
          The default value for the expirePasswordsWithoutWarning configuration attribute.
static boolean DEFAULT_PWPOLICY_FORCE_CHANGE_ON_ADD
          The default value for the forceChangeOnAdd configuration attribute.
static boolean DEFAULT_PWPOLICY_FORCE_CHANGE_ON_RESET
          The default value for the forceChangeOnReset configuration attribute.
static int DEFAULT_PWPOLICY_GRACE_LOGIN_COUNT
          The default value for the graceLoginCount configuration attribute.
static int DEFAULT_PWPOLICY_HISTORY_COUNT
          The default value for the password history count configuration attribute.
static int DEFAULT_PWPOLICY_HISTORY_DURATION
          The default value for the password history duration configuration attribute, in seconds.
static int DEFAULT_PWPOLICY_IDLE_LOCKOUT_INTERVAL
          The default value for the idleLockoutInterval configuration attribute.
static int DEFAULT_PWPOLICY_LOCKOUT_DURATION
          The default value for the lockoutDuration configuration attribute.
static int DEFAULT_PWPOLICY_LOCKOUT_FAILURE_COUNT
          The default value for the lockoutFailureCount configuration attribute.
static int DEFAULT_PWPOLICY_LOCKOUT_FAILURE_EXPIRATION_INTERVAL
          The default value for the lockoutFailureExpirationInterval configuration attribute.
static int DEFAULT_PWPOLICY_MAXIMUM_PASSWORD_AGE
          The default value for the maximumPasswordAge configuration attribute.
static int DEFAULT_PWPOLICY_MAXIMUM_PASSWORD_RESET_AGE
          The default value for the maximumPasswordResetAge configuration attribute.
static int DEFAULT_PWPOLICY_MINIMUM_PASSWORD_AGE
          The default value for the minimumPasswordAge configuration attribute.
static boolean DEFAULT_PWPOLICY_REQUIRE_CURRENT_PASSWORD
          The default value for the passwordChangeRequiresCurrentPassword configuration attribute.
static boolean DEFAULT_PWPOLICY_REQUIRE_SECURE_AUTHENTICATION
          The default value for the requireSecureAuthentication configuration attribute.
static boolean DEFAULT_PWPOLICY_REQUIRE_SECURE_PASSWORD_CHANGES
          The default value for the requireSecurePasswordChanges configuration attribute.
static boolean DEFAULT_PWPOLICY_SKIP_ADMIN_VALIDATION
          The default value for the skipValidationForAdministrators configuration attribute.
static int DEFAULT_PWPOLICY_WARNING_INTERVAL
          The default value for the passwordExpirationWarningInterval configuration attribute.
static boolean DEFAULT_REJECT_UNAUTHENTICATED_REQ
          The default value for the reject unauthenticated request attribute.
static boolean DEFAULT_ROOTDSE_SHOW_ALL_ATTRIBUTES
          The default value that will be used regarding treating all root DSE attributes as user attributes if it is not defined in the configuration.
static boolean DEFAULT_SCHEMA_SHOW_ALL_ATTRIBUTES
          The default value that will be used regarding treating all subschema entry attributes as user attributes if it is not defined in the configuration.
static boolean DEFAULT_SEND_REJECTION_NOTICE
          The default policy that will be used for deciding whether to send a rejection notice to clients if it is not specified in the configuration.
static int DEFAULT_SIZE_LIMIT
          The default value that will be used for the server size limit if no other value is given.
static java.lang.String DEFAULT_SSL_CERT_NICKNAME
          The default SSL server certificate nickname to use if it is not defined in the configuration.
static SSLClientAuthPolicy DEFAULT_SSL_CLIENT_AUTH_POLICY
          The default SSL client authentication policy that should be used if it is not defined in the configuration.
static long DEFAULT_TASK_RETENTION_TIME
          The default task retention time that will be used if no value is provided.
static int DEFAULT_TIME_LIMIT
          The default value that will be used for the server time limit if no other value is given.
static boolean DEFAULT_USE_SSL
          The default configuration that specifies whether to use SSL if it is not defined in the server configuration.
static boolean DEFAULT_USE_TCP_KEEPALIVE
          The default policy for using the TCP_KEEPALIVE socket option if it is not specified in the configuration.
static boolean DEFAULT_USE_TCP_NODELAY
          The default policy for using the TCP_NODELAY socket option if it is not specified in the configuration.
static java.lang.String DEFAULT_USERNAME_ATTRIBUTE
          The default attribute type that will be used for username lookups if none is provided.
static java.lang.String DEFAULT_VALIDATION_CERT_ATTRIBUTE
          The default attribute name for holding certificate information if no value is specified.
static java.lang.String DN_ACCT_NOTIFICATION_HANDLER_CONFIG_BASE
          The DN of the entry that will serve as the base for all Directory Server account status notification handlers.
static java.lang.String DN_AUTHZ_HANDLER_CONFIG
          The DN of the entry containing the access control handler configuration.
static java.lang.String DN_BACKEND_BASE
          The DN of the entry that will serve as the base for all Directory Server backends.
static java.lang.String DN_BACKUP_ROOT
          The DN of the entry that will serve as the base for all Directory Server backup information.
static java.lang.String DN_CERTMAPPER_CONFIG_BASE
          The DN of the entry that will be the base of the configuration information for the Directory Server certificate mappers.
static java.lang.String DN_CONFIG_ROOT
          The DN of the entry that will serve as the root for the Directory Server configuration.
static java.lang.String DN_CONNHANDLER_BASE
          The DN of the entry that will serve as the base for all Directory Server connection handlers.
static java.lang.String DN_DEFAULT_SCHEMA_ROOT
          The DN of the entry that will serve as the default root for the Directory Server schema information, unless an alternate location is defined in the configuration.
static java.lang.String DN_ENTRY_CACHE_BASE
          The DN of the entry that will hold the configuration for the Directory Server entry cache.
static java.lang.String DN_ENTRY_CACHE_MONITOR_CONFIG
          The DN of the entry that will serve as the entry cache monitor provider configuration for all Directory Server entry cache monitors.
static java.lang.String DN_EXTENDED_OP_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server extended operation handlers.
static java.lang.String DN_GROUP_IMPLEMENTATION_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server group implementations.
static java.lang.String DN_IDMAPPER_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server identity mappers.
static java.lang.String DN_KEYMANAGER_PROVIDER_CONFIG_BASE
          The DN of the entry that be the base of the configuration information for the Directory Server key manager providers.
static java.lang.String DN_LOGGER_BASE
          The DN of the entry that will serve as the base for all Directory Server loggers.
static java.lang.String DN_MATCHING_RULE_CONFIG_BASE
          The DN of the entry that will serve as the base for all Directory Server matching rules.
static java.lang.String DN_MONITOR_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server monitors.
static java.lang.String DN_MONITOR_ROOT
          The DN of the entry that will serve as the base for all Directory Server monitor information.
static java.lang.String DN_PLUGIN_BASE
          The DN of the entry that will serve as the base for all Directory Server plugin information.
static java.lang.String DN_PWGENERATOR_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server password generators.
static java.lang.String DN_PWPOLICY_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server password policies.
static java.lang.String DN_PWSCHEME_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server password storage schemes.
static java.lang.String DN_PWVALIDATOR_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server password validators.
static java.lang.String DN_ROOT_DN_CONFIG_BASE
          The DN of the entry that will serve as the parent for all root DN configuration entries.
static java.lang.String DN_ROOT_DSE_CONFIG
          The DN of the entry that will hold the configuration information for the Directory Server root DSE.
static java.lang.String DN_SASL_CONFIG_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server SASL mechanism handlers.
static java.lang.String DN_SYNCHRONIZATION_PROVIDER_BASE
          The DN of the entry that will serve as the base for the configuration for all Directory Server synchronization providers.
static java.lang.String DN_SYNTAX_CONFIG_BASE
          The DN of the entry that will serve as the base for all Directory Server attribute syntaxes.
static java.lang.String DN_TASK_ROOT
          The DN of the entry that will serve as the base for all Directory Server task information.
static java.lang.String DN_TRUST_STORE_BACKEND
          The DN of the trust store backend configuration entry.
static java.lang.String DN_TRUST_STORE_ROOT
          The DN of the entry that will serve as the base for local ADS trust store information.
static java.lang.String DN_TRUSTMANAGER_PROVIDER_CONFIG_BASE
          The DN of the entry that is the base of the configuration information for the Directory Server trust manager providers.
static java.lang.String DN_WORK_QUEUE_CONFIG
          The DN of the entry that will hold information about the Directory Server work queue configuration.
static java.lang.String ENV_VAR_INSTANCE_ROOT
          The name of the environment variable that the Directory Server may check to determine the installation root.
static java.lang.String FILE_USER_SCHEMA_ELEMENTS
          The name (with no path information) of the file in the schema directory that will contain user-defined schema definitions.
static java.lang.String ID_ADS_TRUST_STORE_BACKEND
          The ADS trust store backend id.
static java.lang.String JMX_TYPE_BOOLEAN_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a Boolean array.
static java.lang.String JMX_TYPE_BYTE_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a byte array.
static java.lang.String JMX_TYPE_CHARACTER_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a character array.
static java.lang.String JMX_TYPE_DOUBLE_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a double array.
static java.lang.String JMX_TYPE_FLOAT_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a float array.
static java.lang.String JMX_TYPE_INT_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is an integer array.
static java.lang.String JMX_TYPE_LONG_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a long array.
static java.lang.String JMX_TYPE_SHORT_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a short array.
static java.lang.String JMX_TYPE_STRING_ARRAY
          The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a string array.
static java.lang.String NAME_PREFIX_BACKUP
          The prefix that will be applied to all custom attribute and objectclass names used for holding information about a Directory Server backup.
static java.lang.String NAME_PREFIX_CFG
          The prefix that will be applied to all custom attribute and objectclass names in the Directory Server configuration.
static java.lang.String NAME_PREFIX_PWP
          The prefix that will be applied to all custom operational attributes used for holding password policy state information.
static java.lang.String NAME_PREFIX_RECURRING_TASK
          The prefix that will be applied to all custom attributes and objectclasses for holding recurring task information.
static java.lang.String NAME_PREFIX_RLIM
          The prefix that will be applied to all custom operational attributes used for holding resource limit information.
static java.lang.String NAME_PREFIX_TASK
          The prefix that will be applied to all custom attributes and objectclasses for holding task information.
static java.lang.String OC_ACCESS_LOGGER
          The name of the objectclass that will be used for a Directory Server access logger.
static java.lang.String OC_ACCT_NOTIFICATION_HANDLER
          The name of the objectclass that will be used for a Directory Server account status notification handler.
static java.lang.String OC_ALERT_HANDLER
          The name of the objectclass that will be used for a Directory Server alert handler.
static java.lang.String OC_ATTRIBUTE_SYNTAX
          The name of the objectclass that will be used for a Directory Server attribute syntaxes.
static java.lang.String OC_AUTHZ_HANDLER_CONFIG
          The name of the objectclass that will be used for the Directory Server access control configuration.
static java.lang.String OC_BACKEND
          The name of the objectclass that will be used for a Directory Server backend.
static java.lang.String OC_BACKUP_DIRECTORY
          The name of the objectclass that will be used for a directory server backup directory.
static java.lang.String OC_BACKUP_INFO
          The name of the objectclass that will be used for a directory server backup information entry.
static java.lang.String OC_BACKUP_TASK
          The name of the objectclass that will be used for a Directory Server backup task definition.
static java.lang.String OC_CERTIFICATE_MAPPER
          The name of the objectclass that will be used for a Directory Server certificate mapper.
static java.lang.String OC_CONNECTION_HANDLER
          The name of the objectclass that will be used for a Directory Server connection handler.
static java.lang.String OC_CRYPTO_CIPHER_KEY
          The name of the objectclass that will be used for a cipher key.
static java.lang.String OC_CRYPTO_INSTANCE_KEY
          The name of the objectclass that will be used for a server certificate entry.
static java.lang.String OC_CRYPTO_MAC_KEY
          The name of the objectclass that will be used for a mac key.
static java.lang.String OC_DEBUG_LOGGER
          The name of the objectclass that will be used for a Directory Server debug logger.
static java.lang.String OC_ERROR_LOGGER
          The name of the objectclass that will be used for a Directory Server error logger.
static java.lang.String OC_EXPORT_TASK
          The name of the objectclass that will be used for a Directory Server export task definition.
static java.lang.String OC_EXTENDED_OPERATION_HANDLER
          The name of the objectclass that will be used for a Directory Server extended operation handler.
static java.lang.String OC_GROUP_IMPLEMENTATION
          The name of the objectclass that will be used for a Directory Server group implementation.
static java.lang.String OC_IDENTITY_MAPPER
          The name of the objectclass that will be used for a Directory Server identity mapper.
static java.lang.String OC_IMPORT_TASK
          The name of the objectclass that will be used for a Directory Server import task definition.
static java.lang.String OC_INITIALIZE_TARGET_TASK
          The name of the objectclass that will be used for a Directory Server initialize target task definition.
static java.lang.String OC_INITIALIZE_TASK
          The name of the objectclass that will be used for a Directory Server initialize task definition.
static java.lang.String OC_KEY_MANAGER_PROVIDER
          The name of the objectclass that will be used for a Directory Server key manager provider.
static java.lang.String OC_MATCHING_RULE
          The name of the objectclass that will be used for a Directory Server matching rules.
static java.lang.String OC_MONITOR_PROVIDER
          The name of the objectclass that will be used for a Directory Server monitor provider.
static java.lang.String OC_PASSWORD_GENERATOR
          The name of the objectclass that will be used for a Directory Server password generator.
static java.lang.String OC_PASSWORD_POLICY
          The name of the objectclass that will be used for a Directory Server password policy.
static java.lang.String OC_PASSWORD_STORAGE_SCHEME
          The name of the objectclass that will be used for a Directory Server password storage scheme.
static java.lang.String OC_PASSWORD_VALIDATOR
          The name of the objectclass that will be used for a Directory Server password validator.
static java.lang.String OC_PLUGIN
          The name of the objectclass that will be used for a Directory Server plugin.
static java.lang.String OC_RECURRING_TASK
          The name of the objectclass that will be used for a Directory Server recurring task definition.
static java.lang.String OC_RESET_GENERATION_ID_TASK
          The name of the objectclass that will be used for a Directory Server reset generationId task definition.
static java.lang.String OC_RESTORE_TASK
          The name of the objectclass that will be used for a Directory Server restore task definition.
static java.lang.String OC_ROOT_DN
          The name of the objectclass that will be used for a Directory Server root DN configuration entry.
static java.lang.String OC_SASL_MECHANISM_HANDLER
          The name of the objectclass that will be used for a Directory Server SASL mechanism handler.
static java.lang.String OC_SELF_SIGNED_CERT_REQUEST
          The name of the objectclass that will be used for a self-signed certificate request.
static java.lang.String OC_SYNCHRONIZATION_PROVIDER
          The name of the objectclass that will be used for a Directory Server synchronization provider.
static java.lang.String OC_TASK
          The name of the objectclass that will be used for a Directory Server task definition.
static java.lang.String OC_TRUST_MANAGER_PROVIDER
          The name of the objectclass that will be used for a Directory Server trust manager provider.
static java.lang.String OP_ATTR_ACCOUNT_DISABLED
          The name of the operational attribute that will appear in a user's entry to indicate whether the account has been disabled.
static java.lang.String OP_ATTR_ACCOUNT_EXPIRATION_TIME
          The name of the operational attribute that may appear in a user's entry to indicate when that account will expire (and therefore may no longer be used to authenticate).
static java.lang.String OP_ATTR_CREATE_TIMESTAMP
          The name of the operational attribute that will appear in an entry to indicate when it was created.
static java.lang.String OP_ATTR_CREATE_TIMESTAMP_LC
          The name of the create timestamp attribute, in all lowercase characters.
static java.lang.String OP_ATTR_CREATORS_NAME
          The name of the operational attribute that will appear in an entry to indicate who created it.
static java.lang.String OP_ATTR_CREATORS_NAME_LC
          The name of the creatorsName attribute, in all lowercase characters.
static java.lang.String OP_ATTR_LAST_LOGIN_TIME
          The name of the operational attribute that will appear in a user's entry to hold the last login time.
static java.lang.String OP_ATTR_MODIFIERS_NAME
          The name of the operational attribute that will appear in an entry to indicate who last updated it.
static java.lang.String OP_ATTR_MODIFIERS_NAME_LC
          The name of the modifiersName attribute, in all lowercase characters.
static java.lang.String OP_ATTR_MODIFY_TIMESTAMP
          The name of the operational attribute that will appear in an entry to indicate when it was last updated.
static java.lang.String OP_ATTR_MODIFY_TIMESTAMP_LC
          The name of the modify timestamp attribute, in all lowercase characters.
static java.lang.String OP_ATTR_PRIVILEGE_NAME
          The name of the operational attribute that will appear in a user's entry to specify the set of privileges assigned to that user.
static java.lang.String OP_ATTR_PWPOLICY_CHANGED_BY_REQUIRED_TIME
          The name of the operational attribute that will appear in a user's entry to indicate the time that the user changed their password as a result of a policy-wide required change.
static java.lang.String OP_ATTR_PWPOLICY_CHANGED_TIME
          The name of the operational attribute that will appear in a user's entry to indicate the time that the password was last changed.
static java.lang.String OP_ATTR_PWPOLICY_CHANGED_TIME_LC
          The name of the password changed time attribute, in all lowercase characters.
static java.lang.String OP_ATTR_PWPOLICY_FAILURE_TIME
          The name of the operational attribute that specifies the time that an authentication attempt failed.
static java.lang.String OP_ATTR_PWPOLICY_FAILURE_TIME_LC
          The name of the failure time attribute, in all lowercase characters.
static java.lang.String OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME
          The name of the operational attribute that will appear in a user's entry to indicate the times of the grace logins by that user.
static java.lang.String OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME_LC
          The name of the grace login time attribute, in all lowercase characters.
static java.lang.String OP_ATTR_PWPOLICY_HISTORY
          The name of the operational attribute that is used to maintain the password history for the user.
static java.lang.String OP_ATTR_PWPOLICY_HISTORY_LC
          The name of the operational attribute that is used to maintain the password history for the user, in all lowercase characters.
static java.lang.String OP_ATTR_PWPOLICY_LOCKED_TIME
          The name of the operational attribute that specifies the time that the account was locked due to too many failed attempts.
static java.lang.String OP_ATTR_PWPOLICY_LOCKED_TIME_LC
          The name of the locked time attribute, in all lowercase characters.
static java.lang.String OP_ATTR_PWPOLICY_POLICY_DN
          The name of the operational attribute that will appear in a user's entry to indicate which password policy should be used.
static java.lang.String OP_ATTR_PWPOLICY_RESET_REQUIRED
          The name of the operational attribute that will appear in a user's entry to indicate whether the password must be changed at the next authentication.
static java.lang.String OP_ATTR_PWPOLICY_RESET_REQUIRED_LC
          The name of the password reset attribute, in all lowercase characters.
static java.lang.String OP_ATTR_PWPOLICY_WARNED_TIME
          The name of the operational attribute that indicates when the user was first warned about an upcoming password expiration.
static java.lang.String OP_ATTR_USER_IDLE_TIME_LIMIT
          The name of the operational attribute that may be included in user entries to specify an idle time limit to be applied for that user.
static java.lang.String OP_ATTR_USER_LOOKTHROUGH_LIMIT
          The name of the operational attribute that may be included in user entries to specify a lookthrough limit for that user.
static java.lang.String OP_ATTR_USER_SIZE_LIMIT
          The name of the operational attribute that may be included in user entries to specify a size limit to be applied for that user.
static java.lang.String OP_ATTR_USER_TIME_LIMIT
          The name of the operational attribute that may be included in user entries to specify a time limit to be applied for that user.
static java.lang.String OPTION_PENDING_VALUES
          The name of the attribute option used to indicate that a configuration attribute has one or more pending values.
static java.lang.String PATH_MAKELDIF_RESOURCE_DIR
          The path to the directory that should serve as the MakeLDIF resource directory.
static java.lang.String PATH_SCHEMA_DIR
          The path to the directory containing the server schema definitions.
static java.lang.String RECURRING_TASK_BASE_RDN
          The string representation of the RDN that should be used for the entry that is the immediate parent of all recurring task definitions in the server.
static java.lang.String SCHEDULED_TASK_BASE_RDN
          The string representation of the RDN that should be used for the entry that is the immediate parent of all scheduled task definitions in the server.
static java.lang.String TASK_FILE_NAME
          The name of the file (with no path information) that will be used as the backing file for holding the tasks defined in the Directory Server.
 
Constructor Summary
ConfigConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_PREFIX_BACKUP

public static final java.lang.String NAME_PREFIX_BACKUP
The prefix that will be applied to all custom attribute and objectclass names used for holding information about a Directory Server backup.

See Also:
Constant Field Values

NAME_PREFIX_CFG

public static final java.lang.String NAME_PREFIX_CFG
The prefix that will be applied to all custom attribute and objectclass names in the Directory Server configuration.

See Also:
Constant Field Values

NAME_PREFIX_PWP

public static final java.lang.String NAME_PREFIX_PWP
The prefix that will be applied to all custom operational attributes used for holding password policy state information.

See Also:
Constant Field Values

NAME_PREFIX_RECURRING_TASK

public static final java.lang.String NAME_PREFIX_RECURRING_TASK
The prefix that will be applied to all custom attributes and objectclasses for holding recurring task information.

See Also:
Constant Field Values

NAME_PREFIX_RLIM

public static final java.lang.String NAME_PREFIX_RLIM
The prefix that will be applied to all custom operational attributes used for holding resource limit information.

See Also:
Constant Field Values

NAME_PREFIX_TASK

public static final java.lang.String NAME_PREFIX_TASK
The prefix that will be applied to all custom attributes and objectclasses for holding task information.

See Also:
Constant Field Values

ATTR_ACCEPT_BACKLOG

public static final java.lang.String ATTR_ACCEPT_BACKLOG
The name of the configuration attribute that specifies the backlog to use when accepting new connections.

See Also:
Constant Field Values

DEFAULT_ACCEPT_BACKLOG

public static final int DEFAULT_ACCEPT_BACKLOG
The default accept backlog to use if no value is given.

See Also:
Constant Field Values

ATTR_ACCT_NOTIFICATION_HANDLER_CLASS

public static final java.lang.String ATTR_ACCT_NOTIFICATION_HANDLER_CLASS
The name of the configuration attribute that holds the fully-qualified name for the account status notification handler class.

See Also:
Constant Field Values

ATTR_ACCT_NOTIFICATION_HANDLER_ENABLED

public static final java.lang.String ATTR_ACCT_NOTIFICATION_HANDLER_ENABLED
The name of the configuration attribute that indicates whether an account status notification handler is enabled.

See Also:
Constant Field Values

ATTR_ACCT_NOTIFICATION_TYPE

public static final java.lang.String ATTR_ACCT_NOTIFICATION_TYPE
The name of the configuration attribute that specifies the set of account status notification types that should trigger notifications.

See Also:
Constant Field Values

ATTR_ADD_MISSING_RDN_ATTRS

public static final java.lang.String ATTR_ADD_MISSING_RDN_ATTRS
The name of the configuration attribute that indicates whether to automatically add missing RDN attributes or to return an error response to the client.

See Also:
Constant Field Values

ATTR_ALERT_HANDLER_CLASS

public static final java.lang.String ATTR_ALERT_HANDLER_CLASS
The name of the configuration attribute that specifies the class that will be used for an alert handler.

See Also:
Constant Field Values

ATTR_ALERT_HANDLER_ENABLED

public static final java.lang.String ATTR_ALERT_HANDLER_ENABLED
The name of the configuration attribute that indicates whether an alert handler is enabled.

See Also:
Constant Field Values

ATTR_ALLOW_ATTRIBUTE_NAME_EXCEPTIONS

public static final java.lang.String ATTR_ALLOW_ATTRIBUTE_NAME_EXCEPTIONS
The name of the configuration attribute that indicates whether it will be possible to allow exceptions to the strict attribute naming restrictions.

See Also:
Constant Field Values

ATTR_ALLOWED_CLIENT

public static final java.lang.String ATTR_ALLOWED_CLIENT
The name of the configuration attribute that indicates which clients should be allowed to establish connections.

See Also:
Constant Field Values

ATTR_ALLOW_LDAPV2

public static final java.lang.String ATTR_ALLOW_LDAPV2
The name of the configuration attribute that indicates whether LDAPv2 clients will be allowed to access the server.

See Also:
Constant Field Values

DEFAULT_ALLOW_LDAPV2

public static final boolean DEFAULT_ALLOW_LDAPV2
The default policy that should be used for accepting LDAPv2 connections if it is not defined in the configuration.

See Also:
Constant Field Values

ATTR_ALLOW_REUSE_ADDRESS

public static final java.lang.String ATTR_ALLOW_REUSE_ADDRESS
The name of the configuration attribute that indicates whether the server socket should have the SO_REUSEADDR socket option set.

See Also:
Constant Field Values

DEFAULT_ALLOW_REUSE_ADDRESS

public static final boolean DEFAULT_ALLOW_REUSE_ADDRESS
The default policy for using the SO_REUSEADDR socket option if it is not specified in the configuration.

See Also:
Constant Field Values

ATTR_ROOTDN_ALTERNATE_BIND_DN

public static final java.lang.String ATTR_ROOTDN_ALTERNATE_BIND_DN
The name of the configuration attribute that specifies one or more alternate bind DNs for a root user.

See Also:
Constant Field Values

ATTR_ROOTDSE_SHOW_ALL_ATTRIBUTES

public static final java.lang.String ATTR_ROOTDSE_SHOW_ALL_ATTRIBUTES
The name of the configuration attribute that indicates whether the root DSE should treat all attributes as user attributes or if it should treat them as per their definition in the schema.

See Also:
Constant Field Values

DEFAULT_ROOTDSE_SHOW_ALL_ATTRIBUTES

public static final boolean DEFAULT_ROOTDSE_SHOW_ALL_ATTRIBUTES
The default value that will be used regarding treating all root DSE attributes as user attributes if it is not defined in the configuration.

See Also:
Constant Field Values

ATTR_SCHEMA_SHOW_ALL_ATTRIBUTES

public static final java.lang.String ATTR_SCHEMA_SHOW_ALL_ATTRIBUTES
The name of the configuration attribute that indicates whether the subschema entry should treat all attributes as user attributes or if it should treat them as per their definition in the schema.

See Also:
Constant Field Values

DEFAULT_SCHEMA_SHOW_ALL_ATTRIBUTES

public static final boolean DEFAULT_SCHEMA_SHOW_ALL_ATTRIBUTES
The default value that will be used regarding treating all subschema entry attributes as user attributes if it is not defined in the configuration.

See Also:
Constant Field Values

ATTR_ALLOW_STARTTLS

public static final java.lang.String ATTR_ALLOW_STARTTLS
The name of the configuration attribute that indicates whether to allow clients to use the startTLS extended operation.

See Also:
Constant Field Values

DEFAULT_ALLOW_STARTTLS

public static final boolean DEFAULT_ALLOW_STARTTLS
The default configuration that specifies whether to allow startTLS operations if it is not defined in the server configuration.

See Also:
Constant Field Values

ATTR_ALLOW_ZEROLENGTH_DIRECTORYSTRINGS

public static final java.lang.String ATTR_ALLOW_ZEROLENGTH_DIRECTORYSTRINGS
The name of the configuration attribute that indicates whether to allow the use of zero-length values in attributes with the directory string syntax.

See Also:
Constant Field Values

DEFAULT_ALLOW_ZEROLENGTH_DIRECTORYSTRINGS

public static final boolean DEFAULT_ALLOW_ZEROLENGTH_DIRECTORYSTRINGS
The default configuration that specifies whether to allow zero-length directory string values if it is not defined in the server configuration.

See Also:
Constant Field Values

ATTR_ATTRIBUTE_TYPES

public static final java.lang.String ATTR_ATTRIBUTE_TYPES
The name of the configuration attribute that holds the set of attribute type definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_ATTRIBUTE_TYPES_LC

public static final java.lang.String ATTR_ATTRIBUTE_TYPES_LC
The name of the configuration attribute that holds the set of attribute type definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_BACKEND_BASE_DN

public static final java.lang.String ATTR_BACKEND_BASE_DN
The name of the configuration attribute that specifies the base DN(s) for a backend.

See Also:
Constant Field Values

ATTR_BACKEND_CLASS

public static final java.lang.String ATTR_BACKEND_CLASS
The name of the configuration attribute that holds the fully-qualified name of the Java class for a backend implementation.

See Also:
Constant Field Values

ATTR_BACKEND_ENABLED

public static final java.lang.String ATTR_BACKEND_ENABLED
The name of the configuration attribute that indicates whether a particular backend is enabled.

See Also:
Constant Field Values

ATTR_BACKEND_ID

public static final java.lang.String ATTR_BACKEND_ID
The name of the configuration attribute that specifies the unique ID for a backend.

See Also:
Constant Field Values

ATTR_BACKEND_WRITABILITY_MODE

public static final java.lang.String ATTR_BACKEND_WRITABILITY_MODE
The name of the configuration attribute that specifies the writability mode for a backend.

See Also:
Constant Field Values

ATTR_BACKUP_BACKEND_DN

public static final java.lang.String ATTR_BACKUP_BACKEND_DN
The name of the configuration attribute that holds the DN of the backend configuration entry with which a backup directory is associated.

See Also:
Constant Field Values

ATTR_BACKUP_COMPRESSED

public static final java.lang.String ATTR_BACKUP_COMPRESSED
The name of the configuration attribute that indicates whether a backup is compressed.

See Also:
Constant Field Values

ATTR_BACKUP_DATE

public static final java.lang.String ATTR_BACKUP_DATE
The name of the configuration attribute that holds the date that a backup was made.

See Also:
Constant Field Values

ATTR_BACKUP_DEPENDENCY

public static final java.lang.String ATTR_BACKUP_DEPENDENCY
The name of the configuration attribute that holds the set of dependencies for a backup.

See Also:
Constant Field Values

ATTR_BACKUP_DIR_LIST

public static final java.lang.String ATTR_BACKUP_DIR_LIST
The name of the configuration attribute that holds the list of default backup directories to search when using the backup backend.

See Also:
Constant Field Values

ATTR_BACKUP_DIRECTORY_PATH

public static final java.lang.String ATTR_BACKUP_DIRECTORY_PATH
The name of the configuration attribute that holds the path to a backup directory.

See Also:
Constant Field Values

ATTR_BACKUP_ENCRYPTED

public static final java.lang.String ATTR_BACKUP_ENCRYPTED
The name of the configuration attribute that indicates whether a backup is encrypted.

See Also:
Constant Field Values

ATTR_BACKUP_ID

public static final java.lang.String ATTR_BACKUP_ID
The name of the configuration attribute that holds the backup ID.

See Also:
Constant Field Values

ATTR_BACKUP_INCREMENTAL

public static final java.lang.String ATTR_BACKUP_INCREMENTAL
The name of the configuration attribute that indicates whether a backup is an incremental backup.

See Also:
Constant Field Values

ATTR_BACKUP_SIGNED_HASH

public static final java.lang.String ATTR_BACKUP_SIGNED_HASH
The name of the configuration attribute that holds the signed hash for a backup.

See Also:
Constant Field Values

ATTR_BACKUP_UNSIGNED_HASH

public static final java.lang.String ATTR_BACKUP_UNSIGNED_HASH
The name of the configuration attribute that holds the unsigned hash for a backup.

See Also:
Constant Field Values

ATTR_BIND_WITH_DN_REQUIRES_PW

public static final java.lang.String ATTR_BIND_WITH_DN_REQUIRES_PW
The name of the configuration attribute that indicates whether simple binds containing a DN must also contain a password.

See Also:
Constant Field Values

DEFAULT_BIND_WITH_DN_REQUIRES_PW

public static final boolean DEFAULT_BIND_WITH_DN_REQUIRES_PW
The default value for the bind with DN requires password configuration attribute.

See Also:
Constant Field Values

ATTR_REJECT_UNAUTHENTICATED_REQ

public static final java.lang.String ATTR_REJECT_UNAUTHENTICATED_REQ
The name of the configuration attribute that indicates whether an unauthenticated request should be rejected.

See Also:
Constant Field Values

DEFAULT_REJECT_UNAUTHENTICATED_REQ

public static final boolean DEFAULT_REJECT_UNAUTHENTICATED_REQ
The default value for the reject unauthenticated request attribute.

See Also:
Constant Field Values

ATTR_CERTIFICATE_FINGERPRINT_ATTR

public static final java.lang.String ATTR_CERTIFICATE_FINGERPRINT_ATTR
The name of the configuration attribute that holds the name of the attribute type that should be used when mapping a certificate fingerprint to a user entry.

See Also:
Constant Field Values

ATTR_CERTIFICATE_FINGERPRINT_ALGORITHM

public static final java.lang.String ATTR_CERTIFICATE_FINGERPRINT_ALGORITHM
The name of the configuration attribute that holds the name of the algorithm that should be used to generate the certificate fingerprint.

See Also:
Constant Field Values

ATTR_CERTIFICATE_SUBJECT_ATTR

public static final java.lang.String ATTR_CERTIFICATE_SUBJECT_ATTR
The name of the configuration attribute that holds the name of the attribute type that should be used when mapping a certificate subject to a user entry.

See Also:
Constant Field Values

ATTR_CERTIFICATE_SUBJECT_ATTR_MAP

public static final java.lang.String ATTR_CERTIFICATE_SUBJECT_ATTR_MAP
The name of the configuration attribute that holds the name of the attribute type that should be used when mapping attributes in a certificate subject to a user entry.

See Also:
Constant Field Values

ATTR_CERTIFICATE_SUBJECT_BASEDN

public static final java.lang.String ATTR_CERTIFICATE_SUBJECT_BASEDN
The name of the configuration attribute that holds the name of the attribute type that should be used when mapping a certificate subject to a user entry.

See Also:
Constant Field Values

ATTR_CERTMAPPER_CLASS

public static final java.lang.String ATTR_CERTMAPPER_CLASS
The name of the configuration attribute that holds the fully-qualified name of the Java class for the certificate mapper implementation.

See Also:
Constant Field Values

ATTR_CERTMAPPER_DN

public static final java.lang.String ATTR_CERTMAPPER_DN
The name of the configuration attribute that holds the DN of a certificate mapper configuration entry.

See Also:
Constant Field Values

ATTR_CERTMAPPER_ENABLED

public static final java.lang.String ATTR_CERTMAPPER_ENABLED
The name of the configuration attribute that indicates whether the certificate mapper is enabled.

See Also:
Constant Field Values

ATTR_CHECK_SCHEMA

public static final java.lang.String ATTR_CHECK_SCHEMA
The name of the configuration attribute that indicates whether schema checking should be enabled in the server.

See Also:
Constant Field Values

ATTR_CLIENT_CERT_VALIDATION_POLICY

public static final java.lang.String ATTR_CLIENT_CERT_VALIDATION_POLICY
The name of the configuration attribute that specifies the manner in which SSL client certificates may be validated against certificates in the corresponding user's entry during SASL EXTERNAL authentication.

See Also:
Constant Field Values

ATTR_CONNECTION_HANDLER_CLASS

public static final java.lang.String ATTR_CONNECTION_HANDLER_CLASS
The name of the configuration attribute that holds the fully-qualified name of the Java class for the connection handler implementation.

See Also:
Constant Field Values

ATTR_CONNECTION_HANDLER_ENABLED

public static final java.lang.String ATTR_CONNECTION_HANDLER_ENABLED
The name of the configuration attribute that indicates whether a particular connection handler is enabled.

See Also:
Constant Field Values

ATTR_DEFAULT_PWPOLICY_DN

public static final java.lang.String ATTR_DEFAULT_PWPOLICY_DN
The name of the configuration attribute that specifies the DN of the default password policy for the Directory Server.

See Also:
Constant Field Values

ATTR_DEFAULT_ROOT_PRIVILEGE_NAME

public static final java.lang.String ATTR_DEFAULT_ROOT_PRIVILEGE_NAME
The name of the configuration attribute that specifies the set of privileges that root users should automatically be granted in the server.

See Also:
Constant Field Values

ATTR_DENIED_CLIENT

public static final java.lang.String ATTR_DENIED_CLIENT
The name of the configuration attribute that indicates which clients should not be allowed to establish connections.

See Also:
Constant Field Values

ATTR_DIGESTMD5_REALM

public static final java.lang.String ATTR_DIGESTMD5_REALM
The name of the configuration attribute that specifies the realm that should be used for DIGEST-MD5 authentication.

See Also:
Constant Field Values

ATTR_DIT_CONTENT_RULES

public static final java.lang.String ATTR_DIT_CONTENT_RULES
The name of the attribute that is used to hold the DIT content rule definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_DIT_CONTENT_RULES_LC

public static final java.lang.String ATTR_DIT_CONTENT_RULES_LC
The name of the attribute that is used to hold the DIT content rule definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_DIT_STRUCTURE_RULES

public static final java.lang.String ATTR_DIT_STRUCTURE_RULES
The name of the attribute that is used to hold the DIT structure rule definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_DIT_STRUCTURE_RULES_LC

public static final java.lang.String ATTR_DIT_STRUCTURE_RULES_LC
The name of the attribute that is used to hold the DIT structure rule definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_ENTRYCACHE_CLASS

public static final java.lang.String ATTR_ENTRYCACHE_CLASS
The name of the configuration attribute that holds the fully-qualified name of the Java class for the entry cache implementation.

See Also:
Constant Field Values

ATTR_ENTRYCACHE_ENABLED

public static final java.lang.String ATTR_ENTRYCACHE_ENABLED
The name of the configuration attribute that indicates whether the entry cache is enabled.

See Also:
Constant Field Values

ATTR_EXTOP_CLASS

public static final java.lang.String ATTR_EXTOP_CLASS
The name of the configuration attribute that holds the fully-qualified name for the extended operation handler class.

See Also:
Constant Field Values

ATTR_EXTOP_ENABLED

public static final java.lang.String ATTR_EXTOP_ENABLED
The name of the configuration attribute that indicates whether an extended operation handler should be enabled.

See Also:
Constant Field Values

ATTR_FIFOCACHE_EXCLUDE_FILTER

public static final java.lang.String ATTR_FIFOCACHE_EXCLUDE_FILTER
The name of the configuration attribute that contains a set of search filters to use to determine which entries should be excluded from the cache.

See Also:
Constant Field Values

ATTR_FIFOCACHE_INCLUDE_FILTER

public static final java.lang.String ATTR_FIFOCACHE_INCLUDE_FILTER
The name of the configuration attribute that contains a set of search filters to use to determine which entries should be included in the cache.

See Also:
Constant Field Values

ATTR_FIFOCACHE_LOCK_TIMEOUT

public static final java.lang.String ATTR_FIFOCACHE_LOCK_TIMEOUT
The name of the configuration attribute that indicates the maximum length of time in milliseconds to spend trying to acquire a lock for an entry in the cache.

See Also:
Constant Field Values

DEFAULT_FIFOCACHE_LOCK_TIMEOUT

public static final long DEFAULT_FIFOCACHE_LOCK_TIMEOUT
The default value for the entry cache lockout timeout that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FIFOCACHE_MAX_ENTRIES

public static final java.lang.String ATTR_FIFOCACHE_MAX_ENTRIES
The name of the configuration attribute that indicates the maximum number of entries that the FIFO entry cache will be allowed to hold.

See Also:
Constant Field Values

DEFAULT_FIFOCACHE_MAX_ENTRIES

public static final long DEFAULT_FIFOCACHE_MAX_ENTRIES
The default value for the entry cache max entries that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FIFOCACHE_MAX_MEMORY_PCT

public static final java.lang.String ATTR_FIFOCACHE_MAX_MEMORY_PCT
The name of the configuration attribute that indicates the maximum percentage of available memory in the JVM that the FIFO entry cache will be allowed to consume.

See Also:
Constant Field Values

DEFAULT_FIFOCACHE_MAX_MEMORY_PCT

public static final int DEFAULT_FIFOCACHE_MAX_MEMORY_PCT
The default value for the entry cache max memory percent that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FSCACHE_EXCLUDE_FILTER

public static final java.lang.String ATTR_FSCACHE_EXCLUDE_FILTER
The name of the configuration attribute that contains a set of search filters to use to determine which entries should be excluded from the cache.

See Also:
Constant Field Values

ATTR_FSCACHE_INCLUDE_FILTER

public static final java.lang.String ATTR_FSCACHE_INCLUDE_FILTER
The name of the configuration attribute that contains a set of search filters to use to determine which entries should be included in the cache.

See Also:
Constant Field Values

ATTR_FSCACHE_LOCK_TIMEOUT

public static final java.lang.String ATTR_FSCACHE_LOCK_TIMEOUT
The name of the configuration attribute that indicates the maximum length of time in milliseconds to spend trying to acquire a lock for an entry in the cache.

See Also:
Constant Field Values

DEFAULT_FSCACHE_LOCK_TIMEOUT

public static final long DEFAULT_FSCACHE_LOCK_TIMEOUT
The default value for the entry cache lockout timeout that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FSCACHE_MAX_ENTRIES

public static final java.lang.String ATTR_FSCACHE_MAX_ENTRIES
The name of the configuration attribute that indicates the maximum number of entries that the FIFO entry cache will be allowed to hold.

See Also:
Constant Field Values

DEFAULT_FSCACHE_MAX_ENTRIES

public static final long DEFAULT_FSCACHE_MAX_ENTRIES
The default value for the entry cache max entries that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FSCACHE_MAX_MEMORY_SIZE

public static final java.lang.String ATTR_FSCACHE_MAX_MEMORY_SIZE
The name of the configuration attribute that indicates the maximum memory size of the FS entry cache.

See Also:
Constant Field Values

ATTR_FSCACHE_HOME

public static final java.lang.String ATTR_FSCACHE_HOME
The name of the configuration attribute that specifies the entry cache JE environment home.

See Also:
Constant Field Values

DEFAULT_FSCACHE_HOME

public static final java.lang.String DEFAULT_FSCACHE_HOME
The default value for the entry cache JE environment home that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FSCACHE_JE_CACHE_SIZE

public static final java.lang.String ATTR_FSCACHE_JE_CACHE_SIZE
The name of the configuration attribute that indicates the maximum available space in bytes in the file system that JE cache will be allowed to consume.

See Also:
Constant Field Values

DEFAULT_FSCACHE_JE_CACHE_SIZE

public static final long DEFAULT_FSCACHE_JE_CACHE_SIZE
The default value for the JE cache size in bytes that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FSCACHE_JE_CACHE_PCT

public static final java.lang.String ATTR_FSCACHE_JE_CACHE_PCT
The name of the configuration attribute that indicates the maximum available memory percent that JE cache can consume.

See Also:
Constant Field Values

DEFAULT_FSCACHE_JE_CACHE_PCT

public static final int DEFAULT_FSCACHE_JE_CACHE_PCT
The default value for the JE cache size percent that will be used if no other value is specified.

See Also:
Constant Field Values

ATTR_FSCACHE_IS_PERSISTENT

public static final java.lang.String ATTR_FSCACHE_IS_PERSISTENT
The name of the configuration attribute that indicates whether file system entry cache is configured as persistent or not.

See Also:
Constant Field Values

DEFAULT_FSCACHE_IS_PERSISTENT

public static final boolean DEFAULT_FSCACHE_IS_PERSISTENT
The default value to indicate whether the cache is persistent or not.

See Also:
Constant Field Values

DEFAULT_FSCACHE_TYPE

public static final java.lang.String DEFAULT_FSCACHE_TYPE
The default value to indicate which cache type to use.

See Also:
Constant Field Values

ATTR_FSCACHE_TYPE

public static final java.lang.String ATTR_FSCACHE_TYPE
The name of the configuration attribute that indicates which cache type will be used.

See Also:
Constant Field Values

ATTR_GROUP_IMPLEMENTATION_CLASS

public static final java.lang.String ATTR_GROUP_IMPLEMENTATION_CLASS
The name of the configuration attribute that specifies the fully-qualified class name for a group implementation.

See Also:
Constant Field Values

ATTR_GROUP_IMPLEMENTATION_ENABLED

public static final java.lang.String ATTR_GROUP_IMPLEMENTATION_ENABLED
The name of the configuration attribute that indicates whether a group implementation should be enabled for use in the server.

See Also:
Constant Field Values

ATTR_GSSAPI_KDC

public static final java.lang.String ATTR_GSSAPI_KDC
The name of the configuration attribute that holds the address of the KDC to use when processing SASL GSSAPI binds.

See Also:
Constant Field Values

ATTR_GSSAPI_KEYTAB_FILE

public static final java.lang.String ATTR_GSSAPI_KEYTAB_FILE
The name of the configuration attribute that holds the path to the Kerberos keytab file to use when processing SASL GSSAPI binds.

See Also:
Constant Field Values

ATTR_GSSAPI_REALM

public static final java.lang.String ATTR_GSSAPI_REALM
The name of the configuration attribute that holds the default Kerberos realm to use when processing SASL GSSAPI binds.

See Also:
Constant Field Values

ATTR_IDMAPPER_CLASS

public static final java.lang.String ATTR_IDMAPPER_CLASS
The name of the configuration attribute that holds the fully-qualified name of an identity mapper class.

See Also:
Constant Field Values

ATTR_IDMAPPER_DN

public static final java.lang.String ATTR_IDMAPPER_DN
The name of the configuration attribute that holds the DN of an identity mapper configuration entry.

See Also:
Constant Field Values

ATTR_IDMAPPER_ENABLED

public static final java.lang.String ATTR_IDMAPPER_ENABLED
The name of the configuration attribute that indicates whether an identity mapper is enabled.

See Also:
Constant Field Values

ATTR_INVALID_SYNTAX_BEHAVIOR

public static final java.lang.String ATTR_INVALID_SYNTAX_BEHAVIOR
The name of the configuration attribute that defines the behavior that the server should use when a value is encountered that does not conform to the associated attribute syntax.

See Also:
Constant Field Values

ATTR_SINGLE_STRUCTURAL_CLASS_BEHAVIOR

public static final java.lang.String ATTR_SINGLE_STRUCTURAL_CLASS_BEHAVIOR
The name of the configuration attribute that defines the behavior that the server should use when an entry is encountered that does not contain exactly one structural objectclass.

See Also:
Constant Field Values

ATTR_LDAP_SYNTAXES

public static final java.lang.String ATTR_LDAP_SYNTAXES
The name of the configuration attribute that holds the set of attribute syntax definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_LDAP_SYNTAXES_LC

public static final java.lang.String ATTR_LDAP_SYNTAXES_LC
The name of the configuration attribute that holds the set of attribute syntax definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_KEEP_LDAP_STATS

public static final java.lang.String ATTR_KEEP_LDAP_STATS
The name of the configuration attribute that indicates whether the LDAP connection handler should keep statistical information.

See Also:
Constant Field Values

DEFAULT_KEEP_LDAP_STATS

public static final boolean DEFAULT_KEEP_LDAP_STATS
Indicates whether the LDAP connection handler should keep statistical information by default.

See Also:
Constant Field Values

ATTR_KEYMANAGER_CLASS

public static final java.lang.String ATTR_KEYMANAGER_CLASS
The name of the configuration attribute that specifies the fully-qualified name of the class to use as the key manager provider.

See Also:
Constant Field Values

ATTR_KEYMANAGER_DN

public static final java.lang.String ATTR_KEYMANAGER_DN
The name of the configuration attribute that specifies the DN of the configuration entry for the key manager provider.

See Also:
Constant Field Values

ATTR_KEYMANAGER_ENABLED

public static final java.lang.String ATTR_KEYMANAGER_ENABLED
The name of the configuration attribute that indicates whether the key manager provider should be enabled.

See Also:
Constant Field Values

ATTR_KEYSTORE_FILE

public static final java.lang.String ATTR_KEYSTORE_FILE
The name of the configuration attribute that specifies the path to the keystore file.

See Also:
Constant Field Values

ATTR_KEYSTORE_PIN

public static final java.lang.String ATTR_KEYSTORE_PIN
The name of the configuration attribute that specifies the PIN needed to access the keystore.

See Also:
Constant Field Values

ATTR_KEYSTORE_PIN_ENVAR

public static final java.lang.String ATTR_KEYSTORE_PIN_ENVAR
The name of the configuration attribute that specifies the name of the environment variable containing the PIN needed to access the keystore.

See Also:
Constant Field Values

ATTR_KEYSTORE_PIN_FILE

public static final java.lang.String ATTR_KEYSTORE_PIN_FILE
The name of the configuration attribute that specifies the path to the file containing the PIN needed to access the keystore.

See Also:
Constant Field Values

ATTR_KEYSTORE_PIN_PROPERTY

public static final java.lang.String ATTR_KEYSTORE_PIN_PROPERTY
The name of the configuration attribute that specifies the name of the Java property containing the PIN needed to access the keystore.

See Also:
Constant Field Values

ATTR_KEYSTORE_TYPE

public static final java.lang.String ATTR_KEYSTORE_TYPE
The name of the configuration attribute that specifies the format of the data in the keystore file.

See Also:
Constant Field Values

ATTR_TRUSTMANAGER_CLASS

public static final java.lang.String ATTR_TRUSTMANAGER_CLASS
The name of the configuration attribute that specifies the fully-qualified name of the class to use as the trust manager provider.

See Also:
Constant Field Values

ATTR_TRUSTMANAGER_DN

public static final java.lang.String ATTR_TRUSTMANAGER_DN
The name of the configuration attribute that specifies the DN of the configuration entry for the trust manager provider.

See Also:
Constant Field Values

ATTR_TRUSTMANAGER_ENABLED

public static final java.lang.String ATTR_TRUSTMANAGER_ENABLED
The name of the configuration attribute that indicates whether the trust manager provider should be enabled.

See Also:
Constant Field Values

ATTR_TRUSTSTORE_FILE

public static final java.lang.String ATTR_TRUSTSTORE_FILE
The name of the configuration attribute that specifies the path to the trust store file.

See Also:
Constant Field Values

ATTR_TRUSTSTORE_PIN

public static final java.lang.String ATTR_TRUSTSTORE_PIN
The name of the configuration attribute that specifies the PIN needed to access the trust store.

See Also:
Constant Field Values

ATTR_TRUSTSTORE_PIN_ENVAR

public static final java.lang.String ATTR_TRUSTSTORE_PIN_ENVAR
The name of the configuration attribute that specifies the name of the environment variable containing the PIN needed to access the trust store.

See Also:
Constant Field Values

ATTR_TRUSTSTORE_PIN_FILE

public static final java.lang.String ATTR_TRUSTSTORE_PIN_FILE
The name of the configuration attribute that specifies the path to the file containing the PIN needed to access the trust store.

See Also:
Constant Field Values

ATTR_TRUSTSTORE_PIN_PROPERTY

public static final java.lang.String ATTR_TRUSTSTORE_PIN_PROPERTY
The name of the configuration attribute that specifies the name of the Java property containing the PIN needed to access the trust store.

See Also:
Constant Field Values

ATTR_TRUSTSTORE_TYPE

public static final java.lang.String ATTR_TRUSTSTORE_TYPE
The name of the configuration attribute that specifies the format of the data in the trust store file.

See Also:
Constant Field Values

ATTR_LISTEN_ADDRESS

public static final java.lang.String ATTR_LISTEN_ADDRESS
The name of the configuration attribute that specifies the address or set of addresses on which a connection handler should listen.

See Also:
Constant Field Values

ATTR_LISTEN_PORT

public static final java.lang.String ATTR_LISTEN_PORT
The name of the configuration attribute that specifies the port or set of ports on which a connection handler should listen.

See Also:
Constant Field Values

ATTR_LOGGER_SUPPRESS_INTERNAL_OPERATIONS

public static final java.lang.String ATTR_LOGGER_SUPPRESS_INTERNAL_OPERATIONS
The attribute that specifies if internal operations should be logged or not.

See Also:
Constant Field Values

ATTR_LOGGER_ROTATION_POLICY

public static final java.lang.String ATTR_LOGGER_ROTATION_POLICY
The policy type for rotating log files.

See Also:
Constant Field Values

ATTR_LOGGER_RETENTION_POLICY

public static final java.lang.String ATTR_LOGGER_RETENTION_POLICY
The policy type for retaining log files.

See Also:
Constant Field Values

ATTR_LOGGER_RETENTION_NUMBER_OF_FILES

public static final java.lang.String ATTR_LOGGER_RETENTION_NUMBER_OF_FILES
The number of files to retain attribute type.

See Also:
Constant Field Values

ATTR_LOGGER_RETENTION_DISK_SPACE_USED

public static final java.lang.String ATTR_LOGGER_RETENTION_DISK_SPACE_USED
The disk space used attribute.

See Also:
Constant Field Values

ATTR_LOGGER_RETENTION_FREE_DISK_SPACE

public static final java.lang.String ATTR_LOGGER_RETENTION_FREE_DISK_SPACE
The free disk space attribute.

See Also:
Constant Field Values

ATTR_LOGGER_ROTATION_SIZE_LIMIT

public static final java.lang.String ATTR_LOGGER_ROTATION_SIZE_LIMIT
The size limit for the size based rotation policy.

See Also:
Constant Field Values

ATTR_LOGGER_ROTATION_TIME_OF_DAY

public static final java.lang.String ATTR_LOGGER_ROTATION_TIME_OF_DAY
The time of day for the time of day based rotation policy.

See Also:
Constant Field Values

ATTR_LOGGER_ROTATION_ACTION

public static final java.lang.String ATTR_LOGGER_ROTATION_ACTION
The action to be taken at the time of rotation.

See Also:
Constant Field Values

ATTR_LOGGER_THREAD_INTERVAL

public static final java.lang.String ATTR_LOGGER_THREAD_INTERVAL
The time interval for the logger thread to sleep.

See Also:
Constant Field Values

ATTR_LOGGER_BUFFER_SIZE

public static final java.lang.String ATTR_LOGGER_BUFFER_SIZE
The time interval for the logger thread to sleep.

See Also:
Constant Field Values

ATTR_LOGGER_CLASS

public static final java.lang.String ATTR_LOGGER_CLASS
The name of the configuration attribute that holds the fully-qualified name for the logger class.

See Also:
Constant Field Values

ATTR_LOGGER_ENABLED

public static final java.lang.String ATTR_LOGGER_ENABLED
The name of the configuration attribute that indicates whether a Directory Server logger should be enabled.

See Also:
Constant Field Values

ATTR_MATCH_ATTRIBUTE

public static final java.lang.String ATTR_MATCH_ATTRIBUTE
The name of the configuration attribute that specifies the attribute or set of attributes that should be used when attempting to map an ID string to a user entry.

See Also:
Constant Field Values

ATTR_MATCH_BASE

public static final java.lang.String ATTR_MATCH_BASE
The name of the configuration attribute that specifies the base DN(s) that should be used when attempting to map an ID string to a user entry.

See Also:
Constant Field Values

ATTR_MATCHING_RULES

public static final java.lang.String ATTR_MATCHING_RULES
The name of the configuration attribute that holds the set of matching rule definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_MATCHING_RULES_LC

public static final java.lang.String ATTR_MATCHING_RULES_LC
The name of the configuration attribute that holds the set of matching rule definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_MATCHING_RULE_USE

public static final java.lang.String ATTR_MATCHING_RULE_USE
The name of the configuration attribute that holds the set of matching rule use definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_MATCHING_RULE_USE_LC

public static final java.lang.String ATTR_MATCHING_RULE_USE_LC
The name of the configuration attribute that holds the set of matching rule use definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

DEFAULT_MAX_REQUEST_SIZE

public static final int DEFAULT_MAX_REQUEST_SIZE
The default maximum request size that should be used if none is specified in the configuration.

See Also:
Constant Field Values

ATTR_MATCHING_RULE_CLASS

public static final java.lang.String ATTR_MATCHING_RULE_CLASS
The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server matching rule.

See Also:
Constant Field Values

ATTR_MATCHING_RULE_ENABLED

public static final java.lang.String ATTR_MATCHING_RULE_ENABLED
The name of the configuration attribute that indicates whether a matching rule should be enabled.

See Also:
Constant Field Values

ATTR_MAX_ALLOWED_CONNS

public static final java.lang.String ATTR_MAX_ALLOWED_CONNS
The name of the configuration attribute that indicates the maximum number of client connections that may be established at any given time.

See Also:
Constant Field Values

ATTR_MAX_REQUEST_SIZE

public static final java.lang.String ATTR_MAX_REQUEST_SIZE
The name of the configuration attribute that indicates the maximum allowed size of a request in bytes.

See Also:
Constant Field Values

ATTR_MAX_WORK_QUEUE_CAPACITY

public static final java.lang.String ATTR_MAX_WORK_QUEUE_CAPACITY
The name of the configuration attribute that indicates the maximum number of pending operations that may be in the work queue at any given time.

See Also:
Constant Field Values

DEFAULT_MAX_WORK_QUEUE_CAPACITY

public static final int DEFAULT_MAX_WORK_QUEUE_CAPACITY
The default maximum capacity that should be used for the work queue if none is specified in the configuration.

See Also:
Constant Field Values

ATTR_MONITOR_CLASS

public static final java.lang.String ATTR_MONITOR_CLASS
The name of the configuration attribute that holds the fully-qualified name for the monitor provider class.

See Also:
Constant Field Values

ATTR_MONITOR_ENABLED

public static final java.lang.String ATTR_MONITOR_ENABLED
The name of the configuration attribute that indicates whether a monitor provider should be enabled.

See Also:
Constant Field Values

ATTR_NAME_FORMS

public static final java.lang.String ATTR_NAME_FORMS
The name of the attribute that is used to hold the name form definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_NAME_FORMS_LC

public static final java.lang.String ATTR_NAME_FORMS_LC
The name of the attribute that is used to hold the name form definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_NOTIFY_ABANDONED_OPS

public static final java.lang.String ATTR_NOTIFY_ABANDONED_OPS
The name of the configuration attribute that indicates whether to send a response to operations that have been abandoned.

See Also:
Constant Field Values

ATTR_NUM_REQUEST_HANDLERS

public static final java.lang.String ATTR_NUM_REQUEST_HANDLERS
The name of the configuration attribute that indicates the number of request handlers that should be used to read requests from clients.

See Also:
Constant Field Values

DEFAULT_NUM_REQUEST_HANDLERS

public static final int DEFAULT_NUM_REQUEST_HANDLERS
The default number of request handler threads to use if it is not specified in the configuration.

See Also:
Constant Field Values

ATTR_NUM_WORKER_THREADS

public static final java.lang.String ATTR_NUM_WORKER_THREADS
The name of the configuration attribute that indicates the number of worker threads that should be used to process requests.

See Also:
Constant Field Values

DEFAULT_NUM_WORKER_THREADS

public static final int DEFAULT_NUM_WORKER_THREADS
The default number of worker threads that should be used if no value is specified in the configuration.

See Also:
Constant Field Values

ATTR_OBJECTCLASS

public static final java.lang.String ATTR_OBJECTCLASS
The name of the standard attribute that holds the objectclass values for the entry, formatted in camelCase.

See Also:
Constant Field Values

ATTR_OBJECTCLASSES

public static final java.lang.String ATTR_OBJECTCLASSES
The name of the configuration attribute that holds the set of objectclass definitions in the server schema, formatted in camelCase.

See Also:
Constant Field Values

ATTR_OBJECTCLASSES_LC

public static final java.lang.String ATTR_OBJECTCLASSES_LC
The name of the configuration attribute that holds the set of objectclass definitions in the server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_PASSWORD_CHARSET

public static final java.lang.String ATTR_PASSWORD_CHARSET
The name of the configuration attribute that specifies a character set that can be used with a password.

See Also:
Constant Field Values

ATTR_PASSWORD_FORMAT

public static final java.lang.String ATTR_PASSWORD_FORMAT
The name of the configuration attribute that specifies the format that should be used for generating a password.

See Also:
Constant Field Values

ATTR_PASSWORD_MAX_LENGTH

public static final java.lang.String ATTR_PASSWORD_MAX_LENGTH
The name of the configuration attribute that specifies the maximum allowed length for a password.

See Also:
Constant Field Values

ATTR_PASSWORD_MIN_LENGTH

public static final java.lang.String ATTR_PASSWORD_MIN_LENGTH
The name of the configuration attribute that specifies the minimum allowed length for a password.

See Also:
Constant Field Values

ATTR_PASSWORD_MIN_DIFFERENCE

public static final java.lang.String ATTR_PASSWORD_MIN_DIFFERENCE
The name of the configuration attribute that specifies the minimum allowed difference for a password.

See Also:
Constant Field Values

ATTR_PLUGIN_CLASS

public static final java.lang.String ATTR_PLUGIN_CLASS
The name of the configuration attribute that holds the fully-qualified name of the Java class for a plugin implementation.

See Also:
Constant Field Values

ATTR_PLUGIN_ENABLED

public static final java.lang.String ATTR_PLUGIN_ENABLED
The name of the configuration attribute that indicates whether a particular plugin is enabled.

See Also:
Constant Field Values

ATTR_PLUGIN_TYPE

public static final java.lang.String ATTR_PLUGIN_TYPE
The name of the configuration attribute that indicates the ways in which a plugin will be used.

See Also:
Constant Field Values

ATTR_PROFILE_ACTION

public static final java.lang.String ATTR_PROFILE_ACTION
The name of the configuration attribute that may be modified in order to cause the profiler to take some action (e.g., starting or stopping collection).

See Also:
Constant Field Values

ATTR_PROFILE_AUTOSTART

public static final java.lang.String ATTR_PROFILE_AUTOSTART
The name of the configuration attribute that indicates whether the Directory Server profiler plugin should be automatically enabled when the server is starting.

See Also:
Constant Field Values

ATTR_PROFILE_DIR

public static final java.lang.String ATTR_PROFILE_DIR
The name of the configuration attribute that holds the path to the directory into which profile information will be written.

See Also:
Constant Field Values

ATTR_PROFILE_INTERVAL

public static final java.lang.String ATTR_PROFILE_INTERVAL
The name of the configuration attribute that holds the profile sample interval in milliseconds.

See Also:
Constant Field Values

DEFAULT_PROFILE_INTERVAL

public static final long DEFAULT_PROFILE_INTERVAL
The default sample interval in milliseconds to use when profiling if no other value is specified.

See Also:
Constant Field Values

ATTR_PROFILE_STATE

public static final java.lang.String ATTR_PROFILE_STATE
The name of the read-only configuration attribute that holds the current state of the profiler.

See Also:
Constant Field Values

ATTR_PROXY_MAPPER_DN

public static final java.lang.String ATTR_PROXY_MAPPER_DN
The name of the configuration attribute that holds the DN of the identity mapper configuration entry for use with the proxied authorization V2 control.

See Also:
Constant Field Values

ATTR_PWGENERATOR_CLASS

public static final java.lang.String ATTR_PWGENERATOR_CLASS
The name of the configuration attribute that holds the fully-qualified name for the password generator class.

See Also:
Constant Field Values

ATTR_PWGENERATOR_ENABLED

public static final java.lang.String ATTR_PWGENERATOR_ENABLED
The name of the configuration attribute that indicates whether a password generator is enabled.

See Also:
Constant Field Values

ATTR_PWPOLICY_ALLOW_EXPIRED_CHANGES

public static final java.lang.String ATTR_PWPOLICY_ALLOW_EXPIRED_CHANGES
The name of the configuration attribute that indicates whether a user will be allowed to change their password even if it is expired.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_ALLOW_EXPIRED_CHANGES

public static final boolean DEFAULT_PWPOLICY_ALLOW_EXPIRED_CHANGES
The default value for the allowExpiredPasswordChanges configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_ALLOW_PRE_ENCODED_PASSWORDS

public static final java.lang.String ATTR_PWPOLICY_ALLOW_PRE_ENCODED_PASSWORDS
The name of the configuration attribute that indicates whether a user may provide a pre-encoded password.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_ALLOW_PRE_ENCODED_PASSWORDS

public static final boolean DEFAULT_PWPOLICY_ALLOW_PRE_ENCODED_PASSWORDS
The default value for the allowPreEncodedPasswords configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_ALLOW_MULTIPLE_PW_VALUES

public static final java.lang.String ATTR_PWPOLICY_ALLOW_MULTIPLE_PW_VALUES
The name of the configuration attribute that indicates whether user entries will be allowed to have multiple values for the password attribute.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_ALLOW_MULTIPLE_PW_VALUES

public static final boolean DEFAULT_PWPOLICY_ALLOW_MULTIPLE_PW_VALUES
The default value for the allowMultiplePasswordValues configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_ALLOW_USER_CHANGE

public static final java.lang.String ATTR_PWPOLICY_ALLOW_USER_CHANGE
The name of the configuration attribute that indicates whether users will be allowed to change their own passwords.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_ALLOW_USER_CHANGE

public static final boolean DEFAULT_PWPOLICY_ALLOW_USER_CHANGE
The default value for the allowUserPasswordChanges configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_DEFAULT_SCHEME

public static final java.lang.String ATTR_PWPOLICY_DEFAULT_SCHEME
The name of the configuration attribute that specifies the default password storage schemes for a password policy.

See Also:
Constant Field Values

ATTR_PWPOLICY_EXPIRE_WITHOUT_WARNING

public static final java.lang.String ATTR_PWPOLICY_EXPIRE_WITHOUT_WARNING
The name of the configuration attribute that indicates whether a user password will be allowed to expire even if they have not yet seen a warning notification.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_EXPIRE_WITHOUT_WARNING

public static final boolean DEFAULT_PWPOLICY_EXPIRE_WITHOUT_WARNING
The default value for the expirePasswordsWithoutWarning configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_FORCE_CHANGE_ON_ADD

public static final java.lang.String ATTR_PWPOLICY_FORCE_CHANGE_ON_ADD
The name of the configuration attribute that indicates whether a user must change their password upon first authenticating after their account is created.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_FORCE_CHANGE_ON_ADD

public static final boolean DEFAULT_PWPOLICY_FORCE_CHANGE_ON_ADD
The default value for the forceChangeOnAdd configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_FORCE_CHANGE_ON_RESET

public static final java.lang.String ATTR_PWPOLICY_FORCE_CHANGE_ON_RESET
The name of the configuration attribute that indicates whether a user must change their password after it is reset by an administrator.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_FORCE_CHANGE_ON_RESET

public static final boolean DEFAULT_PWPOLICY_FORCE_CHANGE_ON_RESET
The default value for the forceChangeOnReset configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_GRACE_LOGIN_COUNT

public static final java.lang.String ATTR_PWPOLICY_GRACE_LOGIN_COUNT
The name of the configuration attribute that specifies the number of fixed grace login attempts that a user will have.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_GRACE_LOGIN_COUNT

public static final int DEFAULT_PWPOLICY_GRACE_LOGIN_COUNT
The default value for the graceLoginCount configuration attribute.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_HISTORY_COUNT

public static final int DEFAULT_PWPOLICY_HISTORY_COUNT
The default value for the password history count configuration attribute.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_HISTORY_DURATION

public static final int DEFAULT_PWPOLICY_HISTORY_DURATION
The default value for the password history duration configuration attribute, in seconds.

See Also:
Constant Field Values

ATTR_PWPOLICY_IDLE_LOCKOUT_INTERVAL

public static final java.lang.String ATTR_PWPOLICY_IDLE_LOCKOUT_INTERVAL
The name of the configuration attribute that specifies the maximum length of time an account may remain idle.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_IDLE_LOCKOUT_INTERVAL

public static final int DEFAULT_PWPOLICY_IDLE_LOCKOUT_INTERVAL
The default value for the idleLockoutInterval configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_LAST_LOGIN_TIME_ATTRIBUTE

public static final java.lang.String ATTR_PWPOLICY_LAST_LOGIN_TIME_ATTRIBUTE
The name of the configuration attribute that specifies the attribute used to hold the last login time.

See Also:
Constant Field Values

ATTR_PWPOLICY_LAST_LOGIN_TIME_FORMAT

public static final java.lang.String ATTR_PWPOLICY_LAST_LOGIN_TIME_FORMAT
The name of the configuration attribute that specifies the format string used to generate the last login time.

See Also:
Constant Field Values

ATTR_PWPOLICY_LOCKOUT_DURATION

public static final java.lang.String ATTR_PWPOLICY_LOCKOUT_DURATION
The name of the configuration attribute that specifies the length of time that a user will remain locked out.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_LOCKOUT_DURATION

public static final int DEFAULT_PWPOLICY_LOCKOUT_DURATION
The default value for the lockoutDuration configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_LOCKOUT_FAILURE_COUNT

public static final java.lang.String ATTR_PWPOLICY_LOCKOUT_FAILURE_COUNT
The name of the configuration attribute that specifies the number of authentication failures required to lock out a user account.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_LOCKOUT_FAILURE_COUNT

public static final int DEFAULT_PWPOLICY_LOCKOUT_FAILURE_COUNT
The default value for the lockoutFailureCount configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_LOCKOUT_FAILURE_EXPIRATION_INTERVAL

public static final java.lang.String ATTR_PWPOLICY_LOCKOUT_FAILURE_EXPIRATION_INTERVAL
The name of the configuration attribute that specifies the length of time in seconds that an authentication failure will be counted against a user for lockout purposes.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_LOCKOUT_FAILURE_EXPIRATION_INTERVAL

public static final int DEFAULT_PWPOLICY_LOCKOUT_FAILURE_EXPIRATION_INTERVAL
The default value for the lockoutFailureExpirationInterval configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_MAXIMUM_PASSWORD_AGE

public static final java.lang.String ATTR_PWPOLICY_MAXIMUM_PASSWORD_AGE
The name of the configuration attribute that specifies the maximum length of time allowed between password changes.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_MAXIMUM_PASSWORD_AGE

public static final int DEFAULT_PWPOLICY_MAXIMUM_PASSWORD_AGE
The default value for the maximumPasswordAge configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_MAXIMUM_PASSWORD_RESET_AGE

public static final java.lang.String ATTR_PWPOLICY_MAXIMUM_PASSWORD_RESET_AGE
The name of the configuration attribute that specifies the maximum length of time that a user has to change their password after it has been administratively reset.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_MAXIMUM_PASSWORD_RESET_AGE

public static final int DEFAULT_PWPOLICY_MAXIMUM_PASSWORD_RESET_AGE
The default value for the maximumPasswordResetAge configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_MINIMUM_PASSWORD_AGE

public static final java.lang.String ATTR_PWPOLICY_MINIMUM_PASSWORD_AGE
The name of the configuration attribute that specifies the minimum length of time allowed between password changes.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_MINIMUM_PASSWORD_AGE

public static final int DEFAULT_PWPOLICY_MINIMUM_PASSWORD_AGE
The default value for the minimumPasswordAge configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_NOTIFICATION_HANDLER

public static final java.lang.String ATTR_PWPOLICY_NOTIFICATION_HANDLER
The name of the configuration attribute that specifies the DN(s) of the configuration entries for the account status notification handlers for use with the password policy.

See Also:
Constant Field Values

ATTR_PWPOLICY_PASSWORD_ATTRIBUTE

public static final java.lang.String ATTR_PWPOLICY_PASSWORD_ATTRIBUTE
The name of the configuration attribute that specifies the attribute used to hold user passwords.

See Also:
Constant Field Values

ATTR_PWPOLICY_PASSWORD_GENERATOR

public static final java.lang.String ATTR_PWPOLICY_PASSWORD_GENERATOR
The name of the configuration attribute that specifies the DN of configuration entry for the password generator to use with a password policy.

See Also:
Constant Field Values

ATTR_PWPOLICY_PASSWORD_VALIDATOR

public static final java.lang.String ATTR_PWPOLICY_PASSWORD_VALIDATOR
The name of the configuration attribute that specifies the DN(s) of the configuration entries that will hold the password validators for use with the password policy.

See Also:
Constant Field Values

ATTR_PWPOLICY_PREVIOUS_LAST_LOGIN_TIME_FORMAT

public static final java.lang.String ATTR_PWPOLICY_PREVIOUS_LAST_LOGIN_TIME_FORMAT
The name of the configuration attribute that specifies the format strings that may have been used in the past to generate last login time values.

See Also:
Constant Field Values

ATTR_PWPOLICY_REQUIRE_CHANGE_BY_TIME

public static final java.lang.String ATTR_PWPOLICY_REQUIRE_CHANGE_BY_TIME
The name of the configuration attribute that holds the time by which all users must have changed their passwords.

See Also:
Constant Field Values

ATTR_PWPOLICY_REQUIRE_CURRENT_PASSWORD

public static final java.lang.String ATTR_PWPOLICY_REQUIRE_CURRENT_PASSWORD
The name of the configuration attribute that indicates whether users will be required to provide their current password when they choose a new password.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_REQUIRE_CURRENT_PASSWORD

public static final boolean DEFAULT_PWPOLICY_REQUIRE_CURRENT_PASSWORD
The default value for the passwordChangeRequiresCurrentPassword configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_REQUIRE_SECURE_AUTHENTICATION

public static final java.lang.String ATTR_PWPOLICY_REQUIRE_SECURE_AUTHENTICATION
The name of the configuration attribute that indicates whether users will be required to authenticate using a secure mechanism.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_REQUIRE_SECURE_AUTHENTICATION

public static final boolean DEFAULT_PWPOLICY_REQUIRE_SECURE_AUTHENTICATION
The default value for the requireSecureAuthentication configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_REQUIRE_SECURE_PASSWORD_CHANGES

public static final java.lang.String ATTR_PWPOLICY_REQUIRE_SECURE_PASSWORD_CHANGES
The name of the configuration attribute that indicates whether users will be required to change their passwords using a secure mechanism.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_REQUIRE_SECURE_PASSWORD_CHANGES

public static final boolean DEFAULT_PWPOLICY_REQUIRE_SECURE_PASSWORD_CHANGES
The default value for the requireSecurePasswordChanges configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_SKIP_ADMIN_VALIDATION

public static final java.lang.String ATTR_PWPOLICY_SKIP_ADMIN_VALIDATION
The name of the configuration attribute that indicates whether the server should perform validation on passwords set by administrators.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_SKIP_ADMIN_VALIDATION

public static final boolean DEFAULT_PWPOLICY_SKIP_ADMIN_VALIDATION
The default value for the skipValidationForAdministrators configuration attribute.

See Also:
Constant Field Values

ATTR_PWPOLICY_WARNING_INTERVAL

public static final java.lang.String ATTR_PWPOLICY_WARNING_INTERVAL
The name of the configuration attribute that specifies the maximum length of time before expiration that a user should start to receive warning notifications.

See Also:
Constant Field Values

DEFAULT_PWPOLICY_WARNING_INTERVAL

public static final int DEFAULT_PWPOLICY_WARNING_INTERVAL
The default value for the passwordExpirationWarningInterval configuration attribute.

See Also:
Constant Field Values

ATTR_PWSCHEME_CLASS

public static final java.lang.String ATTR_PWSCHEME_CLASS
The name of the configuration attribute that holds the fully-qualified name for the password storage scheme class.

See Also:
Constant Field Values

ATTR_PWSCHEME_ENABLED

public static final java.lang.String ATTR_PWSCHEME_ENABLED
The name of the configuration attribute that indicates whether a password storage scheme is enabled.

See Also:
Constant Field Values

ATTR_PWVALIDATOR_CLASS

public static final java.lang.String ATTR_PWVALIDATOR_CLASS
The name of the configuration attribute that holds the fully-qualified name for the password validator class.

See Also:
Constant Field Values

ATTR_PWVALIDATOR_ENABLED

public static final java.lang.String ATTR_PWVALIDATOR_ENABLED
The name of the configuration attribute that indicates whether a password validator is enabled.

See Also:
Constant Field Values

ATTR_RECURRING_TASK_CLASS_NAME

public static final java.lang.String ATTR_RECURRING_TASK_CLASS_NAME
The name of the configuration attribute that holds the name of the class used to provide the implementation logic for a recurring task.

See Also:
Constant Field Values

ATTR_RECURRING_TASK_ID

public static final java.lang.String ATTR_RECURRING_TASK_ID
The name of the configuration attribute that holds the recurring task ID for a recurring task that may be associated with a task.

See Also:
Constant Field Values

ATTR_RESTART_SERVER

public static final java.lang.String ATTR_RESTART_SERVER
The name of the configuration attribute that indicates whether the Directory Server should be restarted instead of shut down.

See Also:
Constant Field Values

ATTR_ROOT_DSE_SUBORDINATE_BASE_DN

public static final java.lang.String ATTR_ROOT_DSE_SUBORDINATE_BASE_DN
The name of the configuration attribute that specifies the set of subordinate base DNs that should be used for non-base-level searches against the root DSE.

See Also:
Constant Field Values

ATTR_SASL_CLASS

public static final java.lang.String ATTR_SASL_CLASS
The name of the configuration attribute that holds the fully-qualified name for the SASL mechanism handler class.

See Also:
Constant Field Values

ATTR_SASL_ENABLED

public static final java.lang.String ATTR_SASL_ENABLED
The name of the configuration attribute that indicates whether a SASL mechanism handler should be enabled.

See Also:
Constant Field Values

ATTR_SCHEMA_ENTRY_DN

public static final java.lang.String ATTR_SCHEMA_ENTRY_DN
The name of the configuration attribute that specifies the location(s) of the entries used to publish the Directory Server schema information.

See Also:
Constant Field Values

ATTR_SEND_REJECTION_NOTICE

public static final java.lang.String ATTR_SEND_REJECTION_NOTICE
The name of the configuration attribute that indicates whether to send rejected client connections a notice of disconnection explaining why the connection was not accepted.

See Also:
Constant Field Values

DEFAULT_SEND_REJECTION_NOTICE

public static final boolean DEFAULT_SEND_REJECTION_NOTICE
The default policy that will be used for deciding whether to send a rejection notice to clients if it is not specified in the configuration.

See Also:
Constant Field Values

ATTR_SERVER_ERROR_RESULT_CODE

public static final java.lang.String ATTR_SERVER_ERROR_RESULT_CODE
The name of the configuration attribute that will be used to indicate the result code that should be used for operations that fail because of an internal server error.

See Also:
Constant Field Values

ATTR_SERVER_FQDN

public static final java.lang.String ATTR_SERVER_FQDN
The name of the configuration attribute that holds the fully-qualified domain name that should be used by the server when that information is needed.

See Also:
Constant Field Values

ATTR_SHUTDOWN_MESSAGE

public static final java.lang.String ATTR_SHUTDOWN_MESSAGE
The name of the configuration attribute that holds a message that may be provided for the reason the Directory Server has been requested to shut down.

See Also:
Constant Field Values

ATTR_SHUTDOWN_PASSWORD

public static final java.lang.String ATTR_SHUTDOWN_PASSWORD
The name of the configuration attribute that holds the password that must be provided in order to shut down the server through the tasks interface.

See Also:
Constant Field Values

ATTR_SIZE_LIMIT

public static final java.lang.String ATTR_SIZE_LIMIT
The name of the configuration attribute that holds the server size limit.

See Also:
Constant Field Values

DEFAULT_SIZE_LIMIT

public static final int DEFAULT_SIZE_LIMIT
The default value that will be used for the server size limit if no other value is given.

See Also:
Constant Field Values

ATTR_LOOKTHROUGH_LIMIT

public static final java.lang.String ATTR_LOOKTHROUGH_LIMIT
The name of the configuration attribute that holds the server lookthrough limit.

See Also:
Constant Field Values

DEFAULT_LOOKTHROUGH_LIMIT

public static final int DEFAULT_LOOKTHROUGH_LIMIT
The default value that will be used for the server lookthrough limit if no other value is given.

See Also:
Constant Field Values

ATTR_SOFTREFCACHE_EXCLUDE_FILTER

public static final java.lang.String ATTR_SOFTREFCACHE_EXCLUDE_FILTER
The name of the configuration attribute that contains a set of search filters to use to determine which entries should be excluded from the cache.

See Also:
Constant Field Values

ATTR_SOFTREFCACHE_INCLUDE_FILTER

public static final java.lang.String ATTR_SOFTREFCACHE_INCLUDE_FILTER
The name of the configuration attribute that contains a set of search filters to use to determine which entries should be included in the cache.

See Also:
Constant Field Values

ATTR_SOFTREFCACHE_LOCK_TIMEOUT

public static final java.lang.String ATTR_SOFTREFCACHE_LOCK_TIMEOUT
The name of the configuration attribute that indicates the maximum length of time in milliseconds to spend trying to acquire a lock for an entry in the cache.

See Also:
Constant Field Values

ATTR_SSL_CLIENT_AUTH_POLICY

public static final java.lang.String ATTR_SSL_CLIENT_AUTH_POLICY
The name of the configuration attribute that holds information about the policy that should be used when requesting/requiring SSL client authentication.

See Also:
Constant Field Values

DEFAULT_SSL_CLIENT_AUTH_POLICY

public static final SSLClientAuthPolicy DEFAULT_SSL_CLIENT_AUTH_POLICY
The default SSL client authentication policy that should be used if it is not defined in the configuration.


ATTR_SSL_CERT_NICKNAME

public static final java.lang.String ATTR_SSL_CERT_NICKNAME
The name of the configuration attribute that holds the nickname of the certificate that should be used for accepting SSL/TLS connections.

See Also:
Constant Field Values

DEFAULT_SSL_CERT_NICKNAME

public static final java.lang.String DEFAULT_SSL_CERT_NICKNAME
The default SSL server certificate nickname to use if it is not defined in the configuration.

See Also:
Constant Field Values

ATTR_SSL_CIPHERS

public static final java.lang.String ATTR_SSL_CIPHERS
The name of the configuration attribute that holds the nickname of the SSL cipher suites that should be allowed for use in SSL/TLS sessions.

See Also:
Constant Field Values

ATTR_SSL_PROTOCOLS

public static final java.lang.String ATTR_SSL_PROTOCOLS
The name of the configuration attribute that holds the nickname of the SSL protocols that should be allowed for use in SSL/TLS sessions.

See Also:
Constant Field Values

ATTR_SYNCHRONIZATION_PROVIDER_CLASS

public static final java.lang.String ATTR_SYNCHRONIZATION_PROVIDER_CLASS
The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server synchronization provider.

See Also:
Constant Field Values

ATTR_SYNCHRONIZATION_PROVIDER_ENABLED

public static final java.lang.String ATTR_SYNCHRONIZATION_PROVIDER_ENABLED
The name of the configuration attribute that indicates whether a synchronization provider should be enabled.

See Also:
Constant Field Values

ATTR_AUTHZ_HANDLER_CLASS

public static final java.lang.String ATTR_AUTHZ_HANDLER_CLASS
The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server access control handler.

See Also:
Constant Field Values

ATTR_AUTHZ_HANDLER_ENABLED

public static final java.lang.String ATTR_AUTHZ_HANDLER_ENABLED
The name of the configuration attribute that indicates whether access control should be enabled.

See Also:
Constant Field Values

ATTR_AUTHZ_GLOBAL_ACI

public static final java.lang.String ATTR_AUTHZ_GLOBAL_ACI
The name of the configuration attribute that specifies a global attribute access control instruction.

See Also:
Constant Field Values

ATTR_SYNTAX_CLASS

public static final java.lang.String ATTR_SYNTAX_CLASS
The name of the configuration attribute that specifies the fully-qualified name of the Java class that defines a Directory Server attribute syntax.

See Also:
Constant Field Values

ATTR_SYNTAX_ENABLED

public static final java.lang.String ATTR_SYNTAX_ENABLED
The name of the configuration attribute that indicates whether an attribute syntax should be enabled.

See Also:
Constant Field Values

ATTR_TASK_ACTUAL_START_TIME

public static final java.lang.String ATTR_TASK_ACTUAL_START_TIME
The name of the configuration attribute that holds the actual start time for a task.

See Also:
Constant Field Values

ATTR_TASK_BACKING_FILE

public static final java.lang.String ATTR_TASK_BACKING_FILE
The name of the configuration attribute that holds the path to the backing file for task information.

See Also:
Constant Field Values

ATTR_TASK_CLASS

public static final java.lang.String ATTR_TASK_CLASS
The name of the configuration attribute that holds the name of the class providing the task logic.

See Also:
Constant Field Values

ATTR_TASK_COMPLETION_TIME

public static final java.lang.String ATTR_TASK_COMPLETION_TIME
The name of the configuration attribute that holds the completion time for a task.

See Also:
Constant Field Values

ATTR_TASK_DEPENDENCY_IDS

public static final java.lang.String ATTR_TASK_DEPENDENCY_IDS
The name of the configuration attribute that holds task IDs of any tasks on which a given task is dependent.

See Also:
Constant Field Values

ATTR_TASK_FAILED_DEPENDENCY_ACTION

public static final java.lang.String ATTR_TASK_FAILED_DEPENDENCY_ACTION
The name of the configuration attribute that holds the indication of what to do in the event that one of the dependencies for a task has failed.

See Also:
Constant Field Values

ATTR_TASK_LOG_MESSAGES

public static final java.lang.String ATTR_TASK_LOG_MESSAGES
The name of the configuration attribute that holds the set of log messages for a task.

See Also:
Constant Field Values

ATTR_TASK_NOTIFY_ON_COMPLETION

public static final java.lang.String ATTR_TASK_NOTIFY_ON_COMPLETION
The name of the configuration attribute that holds the set of e-mail addresses of the users to notify when a task has completed.

See Also:
Constant Field Values

ATTR_TASK_NOTIFY_ON_ERROR

public static final java.lang.String ATTR_TASK_NOTIFY_ON_ERROR
The name of the configuration attribute that holds the set of e-mail addresses of the users to notify if a task fails.

See Also:
Constant Field Values

ATTR_TASK_RETENTION_TIME

public static final java.lang.String ATTR_TASK_RETENTION_TIME
The name of the configuration attribute that holds the length of time in seconds that task information should be retained after processing on the task has completed.

See Also:
Constant Field Values

DEFAULT_TASK_RETENTION_TIME

public static final long DEFAULT_TASK_RETENTION_TIME
The default task retention time that will be used if no value is provided.

See Also:
Constant Field Values

ATTR_TASK_SCHEDULED_START_TIME

public static final java.lang.String ATTR_TASK_SCHEDULED_START_TIME
The name of the configuration attribute that holds the scheduled start time for a task.

See Also:
Constant Field Values

ATTR_TASK_ID

public static final java.lang.String ATTR_TASK_ID
The name of the configuration attribute that holds the task ID for a task.

See Also:
Constant Field Values

ATTR_TASK_STATE

public static final java.lang.String ATTR_TASK_STATE
The name of the configuration attribute that holds the current state for a task.

See Also:
Constant Field Values

ATTR_TELEPHONE_STRICT_MODE

public static final java.lang.String ATTR_TELEPHONE_STRICT_MODE
The name of the configuration attribute that indicates whether the telephone number attribute syntax should use a strict compliance mode when determining whether a value is acceptable.

See Also:
Constant Field Values

ATTR_TIME_LIMIT

public static final java.lang.String ATTR_TIME_LIMIT
The name of the configuration attribute that holds the server time limit.

See Also:
Constant Field Values

DEFAULT_TIME_LIMIT

public static final int DEFAULT_TIME_LIMIT
The default value that will be used for the server time limit if no other value is given.

See Also:
Constant Field Values

ATTR_USER_BASE_DN

public static final java.lang.String ATTR_USER_BASE_DN
The name of the configuration attribute that specifies the DN to use as the search base when trying to find entries that match a provided username.

See Also:
Constant Field Values

ATTR_USERNAME_ATTRIBUTE

public static final java.lang.String ATTR_USERNAME_ATTRIBUTE
The name of the configuration attribute that specifies which attribute should be used to map usernames to their corresponding entries.

See Also:
Constant Field Values

DEFAULT_USERNAME_ATTRIBUTE

public static final java.lang.String DEFAULT_USERNAME_ATTRIBUTE
The default attribute type that will be used for username lookups if none is provided.

See Also:
Constant Field Values

ATTR_USE_SSL

public static final java.lang.String ATTR_USE_SSL
The name of the configuration attribute that indicates whether to use SSL when accepting client connections.

See Also:
Constant Field Values

DEFAULT_USE_SSL

public static final boolean DEFAULT_USE_SSL
The default configuration that specifies whether to use SSL if it is not defined in the server configuration.

See Also:
Constant Field Values

ATTR_USE_TCP_KEEPALIVE

public static final java.lang.String ATTR_USE_TCP_KEEPALIVE
The name of the configuration attribute that indicates whether connections to clients should use the TCP_KEEPALIVE socket option.

See Also:
Constant Field Values

DEFAULT_USE_TCP_KEEPALIVE

public static final boolean DEFAULT_USE_TCP_KEEPALIVE
The default policy for using the TCP_KEEPALIVE socket option if it is not specified in the configuration.

See Also:
Constant Field Values

ATTR_USE_TCP_NODELAY

public static final java.lang.String ATTR_USE_TCP_NODELAY
The name of the configuration attribute that indicates whether connections to clients should use the TCP_NODELAY socket option.

See Also:
Constant Field Values

DEFAULT_USE_TCP_NODELAY

public static final boolean DEFAULT_USE_TCP_NODELAY
The default policy for using the TCP_NODELAY socket option if it is not specified in the configuration.

See Also:
Constant Field Values

ATTR_VALIDATION_CERT_ATTRIBUTE

public static final java.lang.String ATTR_VALIDATION_CERT_ATTRIBUTE
The name of the configuration attribute that is used to hold the name of the user attribute that holds user certificates that can be used for validation.

See Also:
Constant Field Values

DEFAULT_VALIDATION_CERT_ATTRIBUTE

public static final java.lang.String DEFAULT_VALIDATION_CERT_ATTRIBUTE
The default attribute name for holding certificate information if no value is specified.

See Also:
Constant Field Values

ATTR_WORKQ_CLASS

public static final java.lang.String ATTR_WORKQ_CLASS
The name of the configuration attribute that specifies the class providing the logic for the work queue implementation.

See Also:
Constant Field Values

ATTR_WRITABILITY_MODE

public static final java.lang.String ATTR_WRITABILITY_MODE
The name of the configuration attribute that specifies the writability mode for the Directory Server.

See Also:
Constant Field Values

COMPRESSED_SCHEMA_FILE_NAME

public static final java.lang.String COMPRESSED_SCHEMA_FILE_NAME
The base name (with no path information) of the file that will be used to hold schema tokens used for compressed schema elements.

See Also:
Constant Field Values

CONFIG_ARCHIVE_DIR_NAME

public static final java.lang.String CONFIG_ARCHIVE_DIR_NAME
The base name (with no path information) of the directory that will hold the archived versions of previous configurations.

See Also:
Constant Field Values

CONFIG_CHANGES_NAME

public static final java.lang.String CONFIG_CHANGES_NAME
The base name (with no path information) of the file that may contain changes in LDIF form to apply to the configuration before the configuration is loaded and initialized.

See Also:
Constant Field Values

CONFIG_DIR_NAME

public static final java.lang.String CONFIG_DIR_NAME
The name of the directory that will hold the configuration file for the Directory Server.

See Also:
Constant Field Values

CONFIG_FILE_NAME

public static final java.lang.String CONFIG_FILE_NAME
The default name of the file that holds the configuration for the Directory Server. It should exist below the directory specified by the CONFIG_DIR_NAME.

See Also:
Constant Field Values

DN_CONFIG_ROOT

public static final java.lang.String DN_CONFIG_ROOT
The DN of the entry that will serve as the root for the Directory Server configuration.

See Also:
Constant Field Values

DN_ACCT_NOTIFICATION_HANDLER_CONFIG_BASE

public static final java.lang.String DN_ACCT_NOTIFICATION_HANDLER_CONFIG_BASE
The DN of the entry that will serve as the base for all Directory Server account status notification handlers.

See Also:
Constant Field Values

DN_BACKEND_BASE

public static final java.lang.String DN_BACKEND_BASE
The DN of the entry that will serve as the base for all Directory Server backends.

See Also:
Constant Field Values

DN_BACKUP_ROOT

public static final java.lang.String DN_BACKUP_ROOT
The DN of the entry that will serve as the base for all Directory Server backup information.

See Also:
Constant Field Values

DN_CONNHANDLER_BASE

public static final java.lang.String DN_CONNHANDLER_BASE
The DN of the entry that will serve as the base for all Directory Server connection handlers.

See Also:
Constant Field Values

DN_DEFAULT_SCHEMA_ROOT

public static final java.lang.String DN_DEFAULT_SCHEMA_ROOT
The DN of the entry that will serve as the default root for the Directory Server schema information, unless an alternate location is defined in the configuration.

See Also:
Constant Field Values

DN_ENTRY_CACHE_BASE

public static final java.lang.String DN_ENTRY_CACHE_BASE
The DN of the entry that will hold the configuration for the Directory Server entry cache.

See Also:
Constant Field Values

DN_EXTENDED_OP_CONFIG_BASE

public static final java.lang.String DN_EXTENDED_OP_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server extended operation handlers.

See Also:
Constant Field Values

DN_GROUP_IMPLEMENTATION_CONFIG_BASE

public static final java.lang.String DN_GROUP_IMPLEMENTATION_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server group implementations.

See Also:
Constant Field Values

DN_IDMAPPER_CONFIG_BASE

public static final java.lang.String DN_IDMAPPER_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server identity mappers.

See Also:
Constant Field Values

DN_CERTMAPPER_CONFIG_BASE

public static final java.lang.String DN_CERTMAPPER_CONFIG_BASE
The DN of the entry that will be the base of the configuration information for the Directory Server certificate mappers.

See Also:
Constant Field Values

DN_KEYMANAGER_PROVIDER_CONFIG_BASE

public static final java.lang.String DN_KEYMANAGER_PROVIDER_CONFIG_BASE
The DN of the entry that be the base of the configuration information for the Directory Server key manager providers.

See Also:
Constant Field Values

DN_TRUSTMANAGER_PROVIDER_CONFIG_BASE

public static final java.lang.String DN_TRUSTMANAGER_PROVIDER_CONFIG_BASE
The DN of the entry that is the base of the configuration information for the Directory Server trust manager providers.

See Also:
Constant Field Values

ID_ADS_TRUST_STORE_BACKEND

public static final java.lang.String ID_ADS_TRUST_STORE_BACKEND
The ADS trust store backend id.

See Also:
Constant Field Values

DN_TRUST_STORE_BACKEND

public static final java.lang.String DN_TRUST_STORE_BACKEND
The DN of the trust store backend configuration entry.

See Also:
Constant Field Values

ADS_CERTIFICATE_ALIAS

public static final java.lang.String ADS_CERTIFICATE_ALIAS
Alias of the local instance certificate in the ADS keystore.

See Also:
Constant Field Values

DN_TRUST_STORE_ROOT

public static final java.lang.String DN_TRUST_STORE_ROOT
The DN of the entry that will serve as the base for local ADS trust store information.

See Also:
Constant Field Values

ATTR_CRYPTO_KEY_ID

public static final java.lang.String ATTR_CRYPTO_KEY_ID
The name of the attribute that holds a cryptographic cipher-key identifier.

See Also:
Constant Field Values

OC_CRYPTO_INSTANCE_KEY

public static final java.lang.String OC_CRYPTO_INSTANCE_KEY
The name of the objectclass that will be used for a server certificate entry.

See Also:
Constant Field Values

OC_SELF_SIGNED_CERT_REQUEST

public static final java.lang.String OC_SELF_SIGNED_CERT_REQUEST
The name of the objectclass that will be used for a self-signed certificate request.

See Also:
Constant Field Values

OC_CRYPTO_CIPHER_KEY

public static final java.lang.String OC_CRYPTO_CIPHER_KEY
The name of the objectclass that will be used for a cipher key.

See Also:
Constant Field Values

OC_CRYPTO_MAC_KEY

public static final java.lang.String OC_CRYPTO_MAC_KEY
The name of the objectclass that will be used for a mac key.

See Also:
Constant Field Values

ATTR_CRYPTO_PUBLIC_KEY_CERTIFICATE

public static final java.lang.String ATTR_CRYPTO_PUBLIC_KEY_CERTIFICATE
The name of the attribute that is used to hold a cryptographic public key certificate.

See Also:
Constant Field Values

ATTR_CRYPTO_CIPHER_TRANSFORMATION_NAME

public static final java.lang.String ATTR_CRYPTO_CIPHER_TRANSFORMATION_NAME
The name of the attribute that is used to hold the name of a cryptographic cipher transformation.

See Also:
Constant Field Values

ATTR_CRYPTO_CIPHER_KEY_WRAPPING_TRANSFORMATION

public static final java.lang.String ATTR_CRYPTO_CIPHER_KEY_WRAPPING_TRANSFORMATION
The name of the attribute that is used to hold the key wrapping transformation used by the Crypto Manager.

See Also:
Constant Field Values

ATTR_CRYPTO_MAC_ALGORITHM_NAME

public static final java.lang.String ATTR_CRYPTO_MAC_ALGORITHM_NAME
The name of the attribute that is used to hold the name of a cryptographic message authentication code (MAC) algorithm.

See Also:
Constant Field Values

ATTR_CRYPTO_KEY_LENGTH_BITS

public static final java.lang.String ATTR_CRYPTO_KEY_LENGTH_BITS
The name of the attribute that is used to hold the length of a cryptographic secret key.

See Also:
Constant Field Values

ATTR_CRYPTO_INIT_VECTOR_LENGTH_BITS

public static final java.lang.String ATTR_CRYPTO_INIT_VECTOR_LENGTH_BITS
The name of the attribute that is used to hold the length of a cryptographic cipher initialization vector.

See Also:
Constant Field Values

ATTR_CRYPTO_SYMMETRIC_KEY

public static final java.lang.String ATTR_CRYPTO_SYMMETRIC_KEY
The name of the attribute that is used to hold a cryptographic cipher-key wrapped by a public-key.

See Also:
Constant Field Values

ATTR_CRYPTO_KEY_COMPROMISED_TIME

public static final java.lang.String ATTR_CRYPTO_KEY_COMPROMISED_TIME
The name of the attribute that is used to hold time a cryptographic key was suspected to be compromised.

See Also:
Constant Field Values

DN_LOGGER_BASE

public static final java.lang.String DN_LOGGER_BASE
The DN of the entry that will serve as the base for all Directory Server loggers.

See Also:
Constant Field Values

DN_MATCHING_RULE_CONFIG_BASE

public static final java.lang.String DN_MATCHING_RULE_CONFIG_BASE
The DN of the entry that will serve as the base for all Directory Server matching rules.

See Also:
Constant Field Values

DN_MONITOR_CONFIG_BASE

public static final java.lang.String DN_MONITOR_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server monitors.

See Also:
Constant Field Values

DN_ENTRY_CACHE_MONITOR_CONFIG

public static final java.lang.String DN_ENTRY_CACHE_MONITOR_CONFIG
The DN of the entry that will serve as the entry cache monitor provider configuration for all Directory Server entry cache monitors.

See Also:
Constant Field Values

DN_MONITOR_ROOT

public static final java.lang.String DN_MONITOR_ROOT
The DN of the entry that will serve as the base for all Directory Server monitor information.

See Also:
Constant Field Values

DN_PLUGIN_BASE

public static final java.lang.String DN_PLUGIN_BASE
The DN of the entry that will serve as the base for all Directory Server plugin information.

See Also:
Constant Field Values

DN_PWGENERATOR_CONFIG_BASE

public static final java.lang.String DN_PWGENERATOR_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server password generators.

See Also:
Constant Field Values

DN_PWPOLICY_CONFIG_BASE

public static final java.lang.String DN_PWPOLICY_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server password policies.

See Also:
Constant Field Values

DN_PWSCHEME_CONFIG_BASE

public static final java.lang.String DN_PWSCHEME_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server password storage schemes.

See Also:
Constant Field Values

DN_PWVALIDATOR_CONFIG_BASE

public static final java.lang.String DN_PWVALIDATOR_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server password validators.

See Also:
Constant Field Values

DN_ROOT_DN_CONFIG_BASE

public static final java.lang.String DN_ROOT_DN_CONFIG_BASE
The DN of the entry that will serve as the parent for all root DN configuration entries.

See Also:
Constant Field Values

DN_ROOT_DSE_CONFIG

public static final java.lang.String DN_ROOT_DSE_CONFIG
The DN of the entry that will hold the configuration information for the Directory Server root DSE.

See Also:
Constant Field Values

DN_SASL_CONFIG_BASE

public static final java.lang.String DN_SASL_CONFIG_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server SASL mechanism handlers.

See Also:
Constant Field Values

DN_SYNCHRONIZATION_PROVIDER_BASE

public static final java.lang.String DN_SYNCHRONIZATION_PROVIDER_BASE
The DN of the entry that will serve as the base for the configuration for all Directory Server synchronization providers.

See Also:
Constant Field Values

DN_AUTHZ_HANDLER_CONFIG

public static final java.lang.String DN_AUTHZ_HANDLER_CONFIG
The DN of the entry containing the access control handler configuration.

See Also:
Constant Field Values

DN_SYNTAX_CONFIG_BASE

public static final java.lang.String DN_SYNTAX_CONFIG_BASE
The DN of the entry that will serve as the base for all Directory Server attribute syntaxes.

See Also:
Constant Field Values

DN_TASK_ROOT

public static final java.lang.String DN_TASK_ROOT
The DN of the entry that will serve as the base for all Directory Server task information.

See Also:
Constant Field Values

DN_WORK_QUEUE_CONFIG

public static final java.lang.String DN_WORK_QUEUE_CONFIG
The DN of the entry that will hold information about the Directory Server work queue configuration.

See Also:
Constant Field Values

ENV_VAR_INSTANCE_ROOT

public static final java.lang.String ENV_VAR_INSTANCE_ROOT
The name of the environment variable that the Directory Server may check to determine the installation root.

See Also:
Constant Field Values

JMX_TYPE_BOOLEAN_ARRAY

public static final java.lang.String JMX_TYPE_BOOLEAN_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a Boolean array.

See Also:
Constant Field Values

JMX_TYPE_BYTE_ARRAY

public static final java.lang.String JMX_TYPE_BYTE_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a byte array.

See Also:
Constant Field Values

JMX_TYPE_CHARACTER_ARRAY

public static final java.lang.String JMX_TYPE_CHARACTER_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a character array.

See Also:
Constant Field Values

JMX_TYPE_DOUBLE_ARRAY

public static final java.lang.String JMX_TYPE_DOUBLE_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a double array.

See Also:
Constant Field Values

JMX_TYPE_FLOAT_ARRAY

public static final java.lang.String JMX_TYPE_FLOAT_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a float array.

See Also:
Constant Field Values

JMX_TYPE_INT_ARRAY

public static final java.lang.String JMX_TYPE_INT_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is an integer array.

See Also:
Constant Field Values

JMX_TYPE_LONG_ARRAY

public static final java.lang.String JMX_TYPE_LONG_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a long array.

See Also:
Constant Field Values

JMX_TYPE_SHORT_ARRAY

public static final java.lang.String JMX_TYPE_SHORT_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a short array.

See Also:
Constant Field Values

JMX_TYPE_STRING_ARRAY

public static final java.lang.String JMX_TYPE_STRING_ARRAY
The class name string that should be used in JMX MBeanAttributeInfo objects whose value is a string array. Note that this format is significantly different from the format used for arrays of primitive types.


OC_ACCESS_LOGGER

public static final java.lang.String OC_ACCESS_LOGGER
The name of the objectclass that will be used for a Directory Server access logger.

See Also:
Constant Field Values

OC_ACCT_NOTIFICATION_HANDLER

public static final java.lang.String OC_ACCT_NOTIFICATION_HANDLER
The name of the objectclass that will be used for a Directory Server account status notification handler.

See Also:
Constant Field Values

OC_ALERT_HANDLER

public static final java.lang.String OC_ALERT_HANDLER
The name of the objectclass that will be used for a Directory Server alert handler.

See Also:
Constant Field Values

OC_ATTRIBUTE_SYNTAX

public static final java.lang.String OC_ATTRIBUTE_SYNTAX
The name of the objectclass that will be used for a Directory Server attribute syntaxes.

See Also:
Constant Field Values

OC_BACKEND

public static final java.lang.String OC_BACKEND
The name of the objectclass that will be used for a Directory Server backend.

See Also:
Constant Field Values

OC_BACKUP_DIRECTORY

public static final java.lang.String OC_BACKUP_DIRECTORY
The name of the objectclass that will be used for a directory server backup directory.

See Also:
Constant Field Values

OC_BACKUP_INFO

public static final java.lang.String OC_BACKUP_INFO
The name of the objectclass that will be used for a directory server backup information entry.

See Also:
Constant Field Values

OC_CERTIFICATE_MAPPER

public static final java.lang.String OC_CERTIFICATE_MAPPER
The name of the objectclass that will be used for a Directory Server certificate mapper.

See Also:
Constant Field Values

OC_CONNECTION_HANDLER

public static final java.lang.String OC_CONNECTION_HANDLER
The name of the objectclass that will be used for a Directory Server connection handler.

See Also:
Constant Field Values

OC_DEBUG_LOGGER

public static final java.lang.String OC_DEBUG_LOGGER
The name of the objectclass that will be used for a Directory Server debug logger.

See Also:
Constant Field Values

OC_ERROR_LOGGER

public static final java.lang.String OC_ERROR_LOGGER
The name of the objectclass that will be used for a Directory Server error logger.

See Also:
Constant Field Values

OC_EXTENDED_OPERATION_HANDLER

public static final java.lang.String OC_EXTENDED_OPERATION_HANDLER
The name of the objectclass that will be used for a Directory Server extended operation handler.

See Also:
Constant Field Values

OC_GROUP_IMPLEMENTATION

public static final java.lang.String OC_GROUP_IMPLEMENTATION
The name of the objectclass that will be used for a Directory Server group implementation.

See Also:
Constant Field Values

OC_IDENTITY_MAPPER

public static final java.lang.String OC_IDENTITY_MAPPER
The name of the objectclass that will be used for a Directory Server identity mapper.

See Also:
Constant Field Values

OC_KEY_MANAGER_PROVIDER

public static final java.lang.String OC_KEY_MANAGER_PROVIDER
The name of the objectclass that will be used for a Directory Server key manager provider.

See Also:
Constant Field Values

OC_MATCHING_RULE

public static final java.lang.String OC_MATCHING_RULE
The name of the objectclass that will be used for a Directory Server matching rules.

See Also:
Constant Field Values

OC_MONITOR_PROVIDER

public static final java.lang.String OC_MONITOR_PROVIDER
The name of the objectclass that will be used for a Directory Server monitor provider.

See Also:
Constant Field Values

OC_PASSWORD_GENERATOR

public static final java.lang.String OC_PASSWORD_GENERATOR
The name of the objectclass that will be used for a Directory Server password generator.

See Also:
Constant Field Values

OC_PASSWORD_POLICY

public static final java.lang.String OC_PASSWORD_POLICY
The name of the objectclass that will be used for a Directory Server password policy.

See Also:
Constant Field Values

OC_PASSWORD_STORAGE_SCHEME

public static final java.lang.String OC_PASSWORD_STORAGE_SCHEME
The name of the objectclass that will be used for a Directory Server password storage scheme.

See Also:
Constant Field Values

OC_PASSWORD_VALIDATOR

public static final java.lang.String OC_PASSWORD_VALIDATOR
The name of the objectclass that will be used for a Directory Server password validator.

See Also:
Constant Field Values

OC_PLUGIN

public static final java.lang.String OC_PLUGIN
The name of the objectclass that will be used for a Directory Server plugin.

See Also:
Constant Field Values

OC_RECURRING_TASK

public static final java.lang.String OC_RECURRING_TASK
The name of the objectclass that will be used for a Directory Server recurring task definition.

See Also:
Constant Field Values

OC_ROOT_DN

public static final java.lang.String OC_ROOT_DN
The name of the objectclass that will be used for a Directory Server root DN configuration entry.

See Also:
Constant Field Values

OC_SASL_MECHANISM_HANDLER

public static final java.lang.String OC_SASL_MECHANISM_HANDLER
The name of the objectclass that will be used for a Directory Server SASL mechanism handler.

See Also:
Constant Field Values

OC_SYNCHRONIZATION_PROVIDER

public static final java.lang.String OC_SYNCHRONIZATION_PROVIDER
The name of the objectclass that will be used for a Directory Server synchronization provider.

See Also:
Constant Field Values

OC_AUTHZ_HANDLER_CONFIG

public static final java.lang.String OC_AUTHZ_HANDLER_CONFIG
The name of the objectclass that will be used for the Directory Server access control configuration.

See Also:
Constant Field Values

OC_TASK

public static final java.lang.String OC_TASK
The name of the objectclass that will be used for a Directory Server task definition.

See Also:
Constant Field Values

OC_TRUST_MANAGER_PROVIDER

public static final java.lang.String OC_TRUST_MANAGER_PROVIDER
The name of the objectclass that will be used for a Directory Server trust manager provider.

See Also:
Constant Field Values

OP_ATTR_ACCOUNT_DISABLED

public static final java.lang.String OP_ATTR_ACCOUNT_DISABLED
The name of the operational attribute that will appear in a user's entry to indicate whether the account has been disabled.

See Also:
Constant Field Values

OP_ATTR_ACCOUNT_EXPIRATION_TIME

public static final java.lang.String OP_ATTR_ACCOUNT_EXPIRATION_TIME
The name of the operational attribute that may appear in a user's entry to indicate when that account will expire (and therefore may no longer be used to authenticate).

See Also:
Constant Field Values

OP_ATTR_CREATE_TIMESTAMP

public static final java.lang.String OP_ATTR_CREATE_TIMESTAMP
The name of the operational attribute that will appear in an entry to indicate when it was created.

See Also:
Constant Field Values

OP_ATTR_CREATE_TIMESTAMP_LC

public static final java.lang.String OP_ATTR_CREATE_TIMESTAMP_LC
The name of the create timestamp attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_CREATORS_NAME

public static final java.lang.String OP_ATTR_CREATORS_NAME
The name of the operational attribute that will appear in an entry to indicate who created it.

See Also:
Constant Field Values

OP_ATTR_CREATORS_NAME_LC

public static final java.lang.String OP_ATTR_CREATORS_NAME_LC
The name of the creatorsName attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_LAST_LOGIN_TIME

public static final java.lang.String OP_ATTR_LAST_LOGIN_TIME
The name of the operational attribute that will appear in a user's entry to hold the last login time.

See Also:
Constant Field Values

OP_ATTR_MODIFIERS_NAME

public static final java.lang.String OP_ATTR_MODIFIERS_NAME
The name of the operational attribute that will appear in an entry to indicate who last updated it.

See Also:
Constant Field Values

OP_ATTR_MODIFIERS_NAME_LC

public static final java.lang.String OP_ATTR_MODIFIERS_NAME_LC
The name of the modifiersName attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_MODIFY_TIMESTAMP

public static final java.lang.String OP_ATTR_MODIFY_TIMESTAMP
The name of the operational attribute that will appear in an entry to indicate when it was last updated.

See Also:
Constant Field Values

OP_ATTR_MODIFY_TIMESTAMP_LC

public static final java.lang.String OP_ATTR_MODIFY_TIMESTAMP_LC
The name of the modify timestamp attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_PRIVILEGE_NAME

public static final java.lang.String OP_ATTR_PRIVILEGE_NAME
The name of the operational attribute that will appear in a user's entry to specify the set of privileges assigned to that user.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_CHANGED_TIME

public static final java.lang.String OP_ATTR_PWPOLICY_CHANGED_TIME
The name of the operational attribute that will appear in a user's entry to indicate the time that the password was last changed.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_CHANGED_TIME_LC

public static final java.lang.String OP_ATTR_PWPOLICY_CHANGED_TIME_LC
The name of the password changed time attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME

public static final java.lang.String OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME
The name of the operational attribute that will appear in a user's entry to indicate the times of the grace logins by that user.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME_LC

public static final java.lang.String OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME_LC
The name of the grace login time attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_FAILURE_TIME

public static final java.lang.String OP_ATTR_PWPOLICY_FAILURE_TIME
The name of the operational attribute that specifies the time that an authentication attempt failed.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_FAILURE_TIME_LC

public static final java.lang.String OP_ATTR_PWPOLICY_FAILURE_TIME_LC
The name of the failure time attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_HISTORY

public static final java.lang.String OP_ATTR_PWPOLICY_HISTORY
The name of the operational attribute that is used to maintain the password history for the user.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_HISTORY_LC

public static final java.lang.String OP_ATTR_PWPOLICY_HISTORY_LC
The name of the operational attribute that is used to maintain the password history for the user, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_LOCKED_TIME

public static final java.lang.String OP_ATTR_PWPOLICY_LOCKED_TIME
The name of the operational attribute that specifies the time that the account was locked due to too many failed attempts.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_LOCKED_TIME_LC

public static final java.lang.String OP_ATTR_PWPOLICY_LOCKED_TIME_LC
The name of the locked time attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_CHANGED_BY_REQUIRED_TIME

public static final java.lang.String OP_ATTR_PWPOLICY_CHANGED_BY_REQUIRED_TIME
The name of the operational attribute that will appear in a user's entry to indicate the time that the user changed their password as a result of a policy-wide required change.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_RESET_REQUIRED

public static final java.lang.String OP_ATTR_PWPOLICY_RESET_REQUIRED
The name of the operational attribute that will appear in a user's entry to indicate whether the password must be changed at the next authentication.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_RESET_REQUIRED_LC

public static final java.lang.String OP_ATTR_PWPOLICY_RESET_REQUIRED_LC
The name of the password reset attribute, in all lowercase characters.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_POLICY_DN

public static final java.lang.String OP_ATTR_PWPOLICY_POLICY_DN
The name of the operational attribute that will appear in a user's entry to indicate which password policy should be used.

See Also:
Constant Field Values

OP_ATTR_PWPOLICY_WARNED_TIME

public static final java.lang.String OP_ATTR_PWPOLICY_WARNED_TIME
The name of the operational attribute that indicates when the user was first warned about an upcoming password expiration.

See Also:
Constant Field Values

OP_ATTR_USER_IDLE_TIME_LIMIT

public static final java.lang.String OP_ATTR_USER_IDLE_TIME_LIMIT
The name of the operational attribute that may be included in user entries to specify an idle time limit to be applied for that user.

See Also:
Constant Field Values

OP_ATTR_USER_SIZE_LIMIT

public static final java.lang.String OP_ATTR_USER_SIZE_LIMIT
The name of the operational attribute that may be included in user entries to specify a size limit to be applied for that user.

See Also:
Constant Field Values

OP_ATTR_USER_TIME_LIMIT

public static final java.lang.String OP_ATTR_USER_TIME_LIMIT
The name of the operational attribute that may be included in user entries to specify a time limit to be applied for that user.

See Also:
Constant Field Values

OP_ATTR_USER_LOOKTHROUGH_LIMIT

public static final java.lang.String OP_ATTR_USER_LOOKTHROUGH_LIMIT
The name of the operational attribute that may be included in user entries to specify a lookthrough limit for that user.

See Also:
Constant Field Values

OPTION_PENDING_VALUES

public static final java.lang.String OPTION_PENDING_VALUES
The name of the attribute option used to indicate that a configuration attribute has one or more pending values.

See Also:
Constant Field Values

PATH_MAKELDIF_RESOURCE_DIR

public static final java.lang.String PATH_MAKELDIF_RESOURCE_DIR
The path to the directory that should serve as the MakeLDIF resource directory. It is relative to the server root.


PATH_SCHEMA_DIR

public static final java.lang.String PATH_SCHEMA_DIR
The path to the directory containing the server schema definitions. It is relative to the server root.


FILE_USER_SCHEMA_ELEMENTS

public static final java.lang.String FILE_USER_SCHEMA_ELEMENTS
The name (with no path information) of the file in the schema directory that will contain user-defined schema definitions.

See Also:
Constant Field Values

ATTR_LOGGER_FILE

public static final java.lang.String ATTR_LOGGER_FILE
The name of the configuration attribute that indicates the log file where the loggers will log the information.

See Also:
Constant Field Values

ATTR_LOGGER_DEFAULT_SEVERITY

public static final java.lang.String ATTR_LOGGER_DEFAULT_SEVERITY
The name of the configuration attribute that indicates the default severity levels for the logger.

See Also:
Constant Field Values

ATTR_LOGGER_OVERRIDE_SEVERITY

public static final java.lang.String ATTR_LOGGER_OVERRIDE_SEVERITY
The name of the configuration attribute that indicates the override severity levels for the logger.

See Also:
Constant Field Values

ATTR_BACKEND_DIRECTORY

public static final java.lang.String ATTR_BACKEND_DIRECTORY
The name of the configuration attribute that indicates the backend database location on disk.

See Also:
Constant Field Values

ATTR_BACKEND_MODE

public static final java.lang.String ATTR_BACKEND_MODE
The name of the attribute which configures the file permission mode for the database direction.

See Also:
Constant Field Values

TASK_FILE_NAME

public static final java.lang.String TASK_FILE_NAME
The name of the file (with no path information) that will be used as the backing file for holding the tasks defined in the Directory Server.

See Also:
Constant Field Values

RECURRING_TASK_BASE_RDN

public static final java.lang.String RECURRING_TASK_BASE_RDN
The string representation of the RDN that should be used for the entry that is the immediate parent of all recurring task definitions in the server.

See Also:
Constant Field Values

SCHEDULED_TASK_BASE_RDN

public static final java.lang.String SCHEDULED_TASK_BASE_RDN
The string representation of the RDN that should be used for the entry that is the immediate parent of all scheduled task definitions in the server.

See Also:
Constant Field Values

OC_IMPORT_TASK

public static final java.lang.String OC_IMPORT_TASK
The name of the objectclass that will be used for a Directory Server import task definition.

See Also:
Constant Field Values

ATTR_IMPORT_LDIF_FILE

public static final java.lang.String ATTR_IMPORT_LDIF_FILE
The name of the attribute in an import task definition that specifies the path to the file containing the LDIF data to import.

See Also:
Constant Field Values

ATTR_IMPORT_APPEND

public static final java.lang.String ATTR_IMPORT_APPEND
The name of the attribute in an import task definition that specifies whether the import process should append to the existing database rather than overwriting it.

See Also:
Constant Field Values

ATTR_IMPORT_REPLACE_EXISTING

public static final java.lang.String ATTR_IMPORT_REPLACE_EXISTING
The name of the attribute in an import task definition that specifies whether an existing entry should be replaced when appending to an existing database.

See Also:
Constant Field Values

ATTR_IMPORT_BACKEND_ID

public static final java.lang.String ATTR_IMPORT_BACKEND_ID
The name of the attribute in an import task definition that specifies the backend ID for the backend into which the date should be imported.

See Also:
Constant Field Values

ATTR_IMPORT_INCLUDE_BRANCH

public static final java.lang.String ATTR_IMPORT_INCLUDE_BRANCH
The name of the attribute in an import task definition that specifies the base DN of a branch that should be included in the LDIF import.

See Also:
Constant Field Values

ATTR_IMPORT_EXCLUDE_BRANCH

public static final java.lang.String ATTR_IMPORT_EXCLUDE_BRANCH
The name of the attribute in an import task definition that specifies the base DN of a branch that should be excluded from the LDIF import.

See Also:
Constant Field Values

ATTR_IMPORT_INCLUDE_ATTRIBUTE

public static final java.lang.String ATTR_IMPORT_INCLUDE_ATTRIBUTE
The name of the attribute in an import task definition that specifies an attribute that should be included in the LDIF import.

See Also:
Constant Field Values

ATTR_IMPORT_EXCLUDE_ATTRIBUTE

public static final java.lang.String ATTR_IMPORT_EXCLUDE_ATTRIBUTE
The name of the attribute in an import task definition that specifies an attribute that should be excluded from the LDIF import.

See Also:
Constant Field Values

ATTR_IMPORT_INCLUDE_FILTER

public static final java.lang.String ATTR_IMPORT_INCLUDE_FILTER
The name of the attribute in an import task definition that specifies a search filter that may be used to control which entries are included in the import.

See Also:
Constant Field Values

ATTR_IMPORT_EXCLUDE_FILTER

public static final java.lang.String ATTR_IMPORT_EXCLUDE_FILTER
The name of the attribute in an import task definition that specifies a search filter that may be used to control which entries are excluded from the import.

See Also:
Constant Field Values

ATTR_IMPORT_REJECT_FILE

public static final java.lang.String ATTR_IMPORT_REJECT_FILE
The name of the attribute in an import task definition that specifies the path to a file into which rejected entries may be written if they are not accepted during the import process.

See Also:
Constant Field Values

ATTR_IMPORT_SKIP_FILE

public static final java.lang.String ATTR_IMPORT_SKIP_FILE
The name of the attribute in an import task definition that specifies the path to a file into which skipped entries may be written if they do not match criteria during the import process.

See Also:
Constant Field Values

ATTR_IMPORT_OVERWRITE

public static final java.lang.String ATTR_IMPORT_OVERWRITE
The name of the attribute in an import task definition that specifies whether to overwrite an existing rejects and/or skip file when performing an LDIF import rather than appending to it.

See Also:
Constant Field Values

ATTR_IMPORT_SKIP_SCHEMA_VALIDATION

public static final java.lang.String ATTR_IMPORT_SKIP_SCHEMA_VALIDATION
The name of the attribute in an import task definition that specifies whether to skip schema validation during the import.

See Also:
Constant Field Values

ATTR_IMPORT_IS_COMPRESSED

public static final java.lang.String ATTR_IMPORT_IS_COMPRESSED
The name of the attribute in an import task definition that specifies whether the LDIF file containing the data to import is compressed.

See Also:
Constant Field Values

ATTR_IMPORT_IS_ENCRYPTED

public static final java.lang.String ATTR_IMPORT_IS_ENCRYPTED
The name of the attribute in an import task definition that specifies whether the LDIF file containing the data to import is encrypted.

See Also:
Constant Field Values

OC_INITIALIZE_TASK

public static final java.lang.String OC_INITIALIZE_TASK
The name of the objectclass that will be used for a Directory Server initialize task definition.

See Also:
Constant Field Values

ATTR_TASK_INITIALIZE_DOMAIN_DN

public static final java.lang.String ATTR_TASK_INITIALIZE_DOMAIN_DN
The name of the attribute in an initialize task definition that specifies the base dn related to the synchonization domain to initialize.

See Also:
Constant Field Values

ATTR_TASK_INITIALIZE_SOURCE

public static final java.lang.String ATTR_TASK_INITIALIZE_SOURCE
The name of the attribute in an initialize target task definition that specifies the source in terms of source server from which to initialize.

See Also:
Constant Field Values

OC_INITIALIZE_TARGET_TASK

public static final java.lang.String OC_INITIALIZE_TARGET_TASK
The name of the objectclass that will be used for a Directory Server initialize target task definition.

See Also:
Constant Field Values

ATTR_TASK_INITIALIZE_TARGET_DOMAIN_DN

public static final java.lang.String ATTR_TASK_INITIALIZE_TARGET_DOMAIN_DN
The name of the attribute in an initialize target task definition that specifies the base dn related to the synchonization domain to initialize.

See Also:
Constant Field Values

ATTR_TASK_INITIALIZE_TARGET_SCOPE

public static final java.lang.String ATTR_TASK_INITIALIZE_TARGET_SCOPE
The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.

See Also:
Constant Field Values

ATTR_TASK_INITIALIZE_LEFT

public static final java.lang.String ATTR_TASK_INITIALIZE_LEFT
The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.

See Also:
Constant Field Values

ATTR_TASK_INITIALIZE_DONE

public static final java.lang.String ATTR_TASK_INITIALIZE_DONE
The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.

See Also:
Constant Field Values

OC_EXPORT_TASK

public static final java.lang.String OC_EXPORT_TASK
The name of the objectclass that will be used for a Directory Server export task definition.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_LDIF_FILE

public static final java.lang.String ATTR_TASK_EXPORT_LDIF_FILE
The name of the attribute in an export task definition that specifies the path to the file to which the LDIF data should be written.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_APPEND_TO_LDIF

public static final java.lang.String ATTR_TASK_EXPORT_APPEND_TO_LDIF
The name of the attribute in an export task definition that specifies whether the export process should append to an existing LDIF file rather than overwrite it.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_BACKEND_ID

public static final java.lang.String ATTR_TASK_EXPORT_BACKEND_ID
The name of the attribute in an export task definition that specifies the backend ID for the backend from which the data should be exported.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_INCLUDE_BRANCH

public static final java.lang.String ATTR_TASK_EXPORT_INCLUDE_BRANCH
The name of the attribute in an export task definition that specifies the base DN of a branch that should be included in the LDIF export.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_EXCLUDE_BRANCH

public static final java.lang.String ATTR_TASK_EXPORT_EXCLUDE_BRANCH
The name of the attribute in an export task definition that specifies the base DN of a branch that should be excluded from the LDIF export.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_INCLUDE_ATTRIBUTE

public static final java.lang.String ATTR_TASK_EXPORT_INCLUDE_ATTRIBUTE
The name of the attribute in an export task definition that specifies an attribute that should be included in the LDIF export.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_EXCLUDE_ATTRIBUTE

public static final java.lang.String ATTR_TASK_EXPORT_EXCLUDE_ATTRIBUTE
The name of the attribute in an export task definition that specifies an attribute that should be excluded from the LDIF export.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_INCLUDE_FILTER

public static final java.lang.String ATTR_TASK_EXPORT_INCLUDE_FILTER
The name of the attribute in an export task definition that specifies a search filter that may be used to control which entries are included in the export.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_EXCLUDE_FILTER

public static final java.lang.String ATTR_TASK_EXPORT_EXCLUDE_FILTER
The name of the attribute in an export task definition that specifies a search filter that may be used to control which entries are excluded from the export.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_WRAP_COLUMN

public static final java.lang.String ATTR_TASK_EXPORT_WRAP_COLUMN
The name of the attribute in an export task definition that specifies the column at which long lines should be wrapped.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES

public static final java.lang.String ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES
The name of the attribute in an export task definition that specifies that operational attributes have to be included.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_COMPRESS_LDIF

public static final java.lang.String ATTR_TASK_EXPORT_COMPRESS_LDIF
The name of the attribute in an export task definition that specifies whether the LDIF data should be compressed as it is exported.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_ENCRYPT_LDIF

public static final java.lang.String ATTR_TASK_EXPORT_ENCRYPT_LDIF
The name of the attribute in an export task definition that specifies whether the LDIF data should be encrypted as it is exported.

See Also:
Constant Field Values

ATTR_TASK_EXPORT_SIGN_HASH

public static final java.lang.String ATTR_TASK_EXPORT_SIGN_HASH
The name of the attribute in an export task definition that specifies whether a signed hash of the export data should be appended to the LDIF file.

See Also:
Constant Field Values

OC_RESTORE_TASK

public static final java.lang.String OC_RESTORE_TASK
The name of the objectclass that will be used for a Directory Server restore task definition.

See Also:
Constant Field Values

ATTR_TASK_RESTORE_VERIFY_ONLY

public static final java.lang.String ATTR_TASK_RESTORE_VERIFY_ONLY
The name of the attribute in a restore task definition that specifies whether the contents of the backup should be verified but not restored.

See Also:
Constant Field Values

OC_BACKUP_TASK

public static final java.lang.String OC_BACKUP_TASK
The name of the objectclass that will be used for a Directory Server backup task definition.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_BACKEND_ID

public static final java.lang.String ATTR_TASK_BACKUP_BACKEND_ID
The name of the attribute in a backup task definition that specifies the backend ID for a backend that should be archived.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_ALL

public static final java.lang.String ATTR_TASK_BACKUP_ALL
The name of the attribute in a backup task definition that specifies whether all backends defined in the server should be backed up.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_INCREMENTAL

public static final java.lang.String ATTR_TASK_BACKUP_INCREMENTAL
The name of the attribute in a backup task definition that specifies whether to generate and incremental backup or a full backup.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_INCREMENTAL_BASE_ID

public static final java.lang.String ATTR_TASK_BACKUP_INCREMENTAL_BASE_ID
The name of the attribute in a backup task definition that specifies the backup ID of the backup against which an incremental backup should be taken.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_COMPRESS

public static final java.lang.String ATTR_TASK_BACKUP_COMPRESS
The name of the attribute in a backup task definition that specifies whether the backup file(s) should be compressed.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_ENCRYPT

public static final java.lang.String ATTR_TASK_BACKUP_ENCRYPT
The name of the attribute in a backup task definition that specifies whether the backup file(s) should be compressed.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_HASH

public static final java.lang.String ATTR_TASK_BACKUP_HASH
The name of the attribute in a backup task definition that specifies whether to generate a hash of the backup file(s) for integrity verification during restore.

See Also:
Constant Field Values

ATTR_TASK_BACKUP_SIGN_HASH

public static final java.lang.String ATTR_TASK_BACKUP_SIGN_HASH
The name of the attribute in a backup task definition that specifies whether the hash of the archive file(s) should be digitally signed to provide tamper detection.

See Also:
Constant Field Values

ATTR_TASK_ADDSCHEMAFILE_FILENAME

public static final java.lang.String ATTR_TASK_ADDSCHEMAFILE_FILENAME
The name of the attribute in the add schema file task definition that specifies the name of the schema file to be added.

See Also:
Constant Field Values

ATTR_LOGGER_DEBUG_SCOPE

public static final java.lang.String ATTR_LOGGER_DEBUG_SCOPE
The name of the attribute in a debug target configuration for a debug logger that specifies the scope of the debug target.

See Also:
Constant Field Values

ATTR_LOGGER_LEVEL

public static final java.lang.String ATTR_LOGGER_LEVEL
The name of the attribute in a logger configuration that spcifies the log level.

See Also:
Constant Field Values

ATTR_LOGGER_ASYNC_WRITE

public static final java.lang.String ATTR_LOGGER_ASYNC_WRITE
The name of the attribute in a logger configuration that specifies whether to asyncornously writes log records to disk.

See Also:
Constant Field Values

ATTR_REBUILD_BASE_DN

public static final java.lang.String ATTR_REBUILD_BASE_DN
The name of the attribute in an rebuild task definition that specifies the base DN of the indexes to do the rebuild in.

See Also:
Constant Field Values

ATTR_REBUILD_INDEX

public static final java.lang.String ATTR_REBUILD_INDEX
The name of the attribute in an rebuild task definition that specifies the indexes to rebuild.

See Also:
Constant Field Values

ATTR_REBUILD_MAX_THREADS

public static final java.lang.String ATTR_REBUILD_MAX_THREADS
The name of the attribute in an rebuild task definition that specifies the maximum number of threads.

See Also:
Constant Field Values

OC_RESET_GENERATION_ID_TASK

public static final java.lang.String OC_RESET_GENERATION_ID_TASK
The name of the objectclass that will be used for a Directory Server reset generationId task definition.

See Also:
Constant Field Values

ATTR_TASK_SET_GENERATION_ID_DOMAIN_DN

public static final java.lang.String ATTR_TASK_SET_GENERATION_ID_DOMAIN_DN
The name of the attribute containing the baseDn related to the replication domain to which applies the task.

See Also:
Constant Field Values

ATTR_TASK_SET_GENERATION_ID_NEW_VALUE

public static final java.lang.String ATTR_TASK_SET_GENERATION_ID_NEW_VALUE
The name of the attribute containing the new value of the generation ID related to the replication domain to which applies the task.

See Also:
Constant Field Values

ATTR_IMPORT_CLEAR_BACKEND

public static final java.lang.String ATTR_IMPORT_CLEAR_BACKEND
The name of the attribute in an import task definition that specifies whether the backend should be cleared before the import.

See Also:
Constant Field Values
Constructor Detail

ConfigConstants

public ConfigConstants()