public final class ConfigConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADS_CERTIFICATE_ALIAS
Alias of the local instance certificate in the ADS keystore.
|
static String |
ATTR_ACCEPT_BACKLOG
The name of the configuration attribute that specifies the backlog to use when accepting new connections.
|
static String |
ATTR_ALLOW_LDAPV2
The name of the configuration attribute that indicates whether LDAPv2 clients will be allowed to access the
server.
|
static 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 String |
ATTR_ALLOW_STARTTLS
The name of the configuration attribute that indicates whether to allow clients to use the startTLS extended
operation.
|
static String |
ATTR_ALLOWED_CLIENT
The name of the configuration attribute that indicates which clients should be allowed to establish connections.
|
static 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 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 String |
ATTR_AUTHZ_GLOBAL_ACI
The name of the configuration attribute that specifies a global attribute access control instruction.
|
static String |
ATTR_BACKEND_BASE_DN
The name of the configuration attribute that specifies the base DN(s) for a backend.
|
static 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 String |
ATTR_BACKEND_ENABLED
The name of the configuration attribute that indicates whether a particular backend is enabled.
|
static String |
ATTR_BACKEND_ID
The name of the configuration attribute that specifies the unique ID for a backend.
|
static String |
ATTR_BACKEND_WRITABILITY_MODE
The name of the configuration attribute that specifies the writability mode for a backend.
|
static 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 String |
ATTR_BACKUP_COMPRESSED
The name of the configuration attribute that indicates whether a backup is compressed.
|
static String |
ATTR_BACKUP_DATE
The name of the configuration attribute that holds the date that a backup was made.
|
static String |
ATTR_BACKUP_DEPENDENCY
The name of the configuration attribute that holds the set of dependencies for a backup.
|
static String |
ATTR_BACKUP_DIRECTORY_PATH
The name of the configuration attribute that holds the path to a backup directory.
|
static String |
ATTR_BACKUP_ENCRYPTED
The name of the configuration attribute that indicates whether a backup is encrypted.
|
static String |
ATTR_BACKUP_ID
The name of the configuration attribute that holds the backup ID.
|
static String |
ATTR_BACKUP_INCREMENTAL
The name of the configuration attribute that indicates whether a backup is an incremental backup.
|
static String |
ATTR_BACKUP_SIGNED_HASH
The name of the configuration attribute that holds the signed hash for a backup.
|
static String |
ATTR_BACKUP_UNSIGNED_HASH
The name of the configuration attribute that holds the unsigned hash for a backup.
|
static String |
ATTR_CRYPTO_CIPHER_TRANSFORMATION_NAME
The name of the attribute that is used to hold the name of a cryptographic cipher transformation.
|
static 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 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 String |
ATTR_CRYPTO_KEY_ID
The name of the attribute that holds a cryptographic cipher-key identifier.
|
static String |
ATTR_CRYPTO_KEY_LENGTH_BITS
The name of the attribute that is used to hold the length of a cryptographic secret key.
|
static 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 String |
ATTR_CRYPTO_PUBLIC_KEY_CERTIFICATE
The name of the attribute that is used to hold a cryptographic public key certificate.
|
static 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 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 String |
ATTR_DENIED_CLIENT
The name of the configuration attribute that indicates which clients should not be allowed to establish
connections.
|
static 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 String |
ATTR_IMPORT_RANDOM_SEED
The name of the attribute in an import task definition that specifies the random seed to be used when we pass a
template file to the import.
|
static 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 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 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 String |
ATTR_IMPORT_TEMPLATE_FILE
The name of the attribute in an import task definition that specifies the path to the file containing the
template data to import.
|
static String |
ATTR_IMPORT_THREAD_COUNT
The name of the attribute in an import task definition that specifies the thread count to be used during the
import.
|
static String |
ATTR_IMPORT_TMP_DIRECTORY
The name of the attribute in an import task definition that specifies the temp directory path.
|
static String |
ATTR_KEEP_LDAP_STATS
The name of the configuration attribute that indicates whether the LDAP connection handler should keep
statistical information.
|
static 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 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 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 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 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 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 String |
ATTR_MAX_REQUEST_SIZE
The name of the configuration attribute that indicates the maximum allowed size of a request in bytes.
|
static 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 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 String |
ATTR_OBJECTCLASS
The name of the standard attribute that holds the objectclass values for the entry, formatted in camelCase.
|
static String |
ATTR_OBJECTCLASSES
The name of the configuration attribute that holds the set of objectclass definitions in the server schema,
formatted in camelCase.
|
static 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 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 String |
ATTR_REBUILD_INDEX
The name of the attribute in an rebuild task definition that specifies the indexes to rebuild.
|
static String |
ATTR_REBUILD_INDEX_CLEARDEGRADEDSTATE
The name of the attribute in an rebuild task definition that specifies the degraded index which needs to be
clear.
|
static String |
ATTR_REBUILD_TMP_DIRECTORY
The name of the attribute in an rebuild task definition that specifies the temporary scratch file.
|
static 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 String |
ATTR_RECURRING_TASK_SCHEDULE
The name of the configuration attribute that holds the schedule for a recurring task.
|
static String |
ATTR_REPL_SERVERS
The name of the attribute which configures the replication servers (hostports).
|
static String |
ATTR_RESTART_SERVER
The name of the configuration attribute that indicates whether the Directory Server should be restarted instead
of shut down.
|
static 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 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 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 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 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 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 shutdown.
|
static 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 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 String |
ATTR_TASK_ACTUAL_START_TIME
The name of the configuration attribute that holds the actual start time for a task.
|
static 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 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 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 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 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 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 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 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 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 String |
ATTR_TASK_CLASS
The name of the configuration attribute that holds the name of the class providing the task logic.
|
static String |
ATTR_TASK_COMPLETION_TIME
The name of the configuration attribute that holds the completion time for a task.
|
static String |
ATTR_TASK_CONFLICTS_HIST_PURGE_COMPLETED_IN_TIME
The name of the attribute in a purge conflicts historical task definition that specifies the maximum duration of
the task.
|
static String |
ATTR_TASK_CONFLICTS_HIST_PURGE_COUNT
The name of the attribute in a purge conflicts historical task definition that specifies the maximum duration of
the task.
|
static String |
ATTR_TASK_CONFLICTS_HIST_PURGE_DOMAIN_DN
The name of the attribute in a purge conflicts historical task definition that specifies the base dn related to
the synchonization domain to purge.
|
static String |
ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CSN
The name of the attribute in a purge conflicts historical task definition that specifies the maximum duration of
the task.
|
static String |
ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CSN
The name of the attribute in a purge conflicts historical task definition that specifies the maximum duration of
the task.
|
static String |
ATTR_TASK_CONFLICTS_HIST_PURGE_MAX_DURATION
The name of the attribute in a purge conflicts historical task definition that specifies the maximum duration of
the task.
|
static 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 String |
ATTR_TASK_ID
The name of the configuration attribute that holds the task ID for a task.
|
static 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 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 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 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 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 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 String |
ATTR_TASK_LOG_MESSAGES
The name of the configuration attribute that holds the set of log messages for a task.
|
static 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 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 String |
ATTR_TASK_RESET_CHANGE_NUMBER_BASE_DN
The name of the attribute in a reset change number task that specifies the basedn where the csn applies.
|
static String |
ATTR_TASK_RESET_CHANGE_NUMBER_CSN
The name of the attribute in a reset change number task that specifies the csn of the new first change.
|
static String |
ATTR_TASK_RESET_CHANGE_NUMBER_TO
The name of the attribute in a reset change number task that specifies the change number for the first change.
|
static 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 String |
ATTR_TASK_SCHEDULED_START_TIME
The name of the configuration attribute that holds the scheduled start time for a task.
|
static 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 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 String |
ATTR_TASK_STATE
The name of the configuration attribute that holds the current state for a task.
|
static String |
ATTR_USE_SSL
The name of the configuration attribute that indicates whether to use SSL when accepting client connections.
|
static 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 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 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 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 String |
CONFIG_DIR_NAME
The name of the directory that will hold the configuration file for the Directory Server.
|
static String |
CONFIG_FILE_NAME
The default name of the file that holds the configuration for the Directory Server.
|
static int |
DEFAULT_SIZE_LIMIT
The default value that will be used for the server size limit if no other value is given.
|
static String |
DEFAULT_VALIDATION_CERT_ATTRIBUTE
The default attribute name for holding certificate information if no value is specified.
|
static Dn |
DN_BACKEND_BASE
The DN of the entry that will serve as the base for all Directory Server backends.
|
static Dn |
DN_BACKUP_ROOT
The DN of the entry that will serve as the base for all Directory Server backup information.
|
static Dn |
DN_CONFIG_ROOT
The DN of the entry that will serve as the root for the Directory Server configuration.
|
static Dn |
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 Dn |
DN_ENTRY_CACHE_BASE
The DN of the entry that will hold the configuration for the Directory Server entry cache.
|
static Dn |
DN_MONITOR_ROOT
The DN of the entry that will serve as the base for all Directory Server monitor information.
|
static Dn |
DN_TASK_ROOT
The DN of the entry that will serve as the base for all Directory Server task information.
|
static Dn |
DN_TRUST_STORE_ROOT
The DN of the entry that will serve as the base for local ADS trust store information.
|
static String |
ENV_VAR_INSTALL_ROOT
The name of the environment variable that the Directory Server may check to determine the installation root.
|
static 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 String |
ID_ADS_TRUST_STORE_BACKEND
The ADS trust store backend id.
|
static String |
NAME_PREFIX_CFG
The prefix that will be applied to all custom attribute and objectclass names in the Directory Server
configuration.
|
static String |
NAME_PREFIX_TASK
The prefix that will be applied to all custom attributes and objectclasses for holding task information.
|
static String |
OC_BACKUP_DIRECTORY
The name of the objectclass that will be used for a directory server backup directory.
|
static String |
OC_BACKUP_INFO
The name of the objectclass that will be used for a directory server backup information entry.
|
static String |
OC_CRYPTO_CIPHER_KEY
The name of the objectclass that will be used for a cipher key.
|
static String |
OC_CRYPTO_INSTANCE_KEY
The name of the objectclass that will be used for a server certificate entry.
|
static String |
OC_CRYPTO_MAC_KEY
The name of the objectclass that will be used for a mac key.
|
static String |
OC_RECURRING_TASK
The name of the objectclass that will be used for a Directory Server recurring task definition.
|
static String |
OC_SELF_SIGNED_CERT_REQUEST
The name of the objectclass that will be used for a self-signed certificate request.
|
static String |
OC_TASK
The name of the objectclass that will be used for a Directory Server task definition.
|
static 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 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 String |
OP_ATTR_CREATE_TIMESTAMP
The name of the operational attribute that will appear in an entry to indicate when it was created.
|
static String |
OP_ATTR_CREATE_TIMESTAMP_LC
The name of the create timestamp attribute, in all lowercase characters.
|
static String |
OP_ATTR_CREATORS_NAME_LC
The name of the creatorsName attribute, in all lowercase characters.
|
static String |
OP_ATTR_MODIFIERS_NAME_LC
The name of the modifiersName attribute, in all lowercase characters.
|
static 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 String |
OP_ATTR_MODIFY_TIMESTAMP_LC
The name of the modify timestamp attribute, in all lowercase characters.
|
static 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 String |
OP_ATTR_PTAPOLICY_CACHED_PASSWORD
The name of the operational attribute which will be put in user's entry in order to cache a copy of their
password for pass through authentication.
|
static String |
OP_ATTR_PTAPOLICY_CACHED_PASSWORD_TIME
The name of the operational attribute which will be put in user's entry in order to record the time at which
their password was cached for pass through authentication.
|
static 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 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 String |
OP_ATTR_PWPOLICY_CHANGED_TIME_LC
The name of the password changed time attribute, in all lowercase characters.
|
static String |
OP_ATTR_PWPOLICY_FAILURE_TIME
The name of the operational attribute that specifies the time that an authentication attempt failed.
|
static String |
OP_ATTR_PWPOLICY_FAILURE_TIME_LC
The name of the failure time attribute, in all lowercase characters.
|
static 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 String |
OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME_LC
The name of the grace login time attribute, in all lowercase characters.
|
static 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 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 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 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 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 String |
OP_ATTR_USER_CURSOR_ENTRY_LIMIT
The name of the operational attribute that may be included in user entries to specify a cursor entry limit for
that user.
|
static 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 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 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 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 String |
PATH_MAKELDIF_RESOURCE_DIR
The path to the directory that should serve as the MakeLDIF resource directory.
|
static String |
REBUILD_ALL
Used to specify that the rebuild all boolean should be set.
|
static String |
REBUILD_DEGRADED
Used to specify that the rebuild degraded boolean should be set.
|
static 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 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.
|
public static final String NAME_PREFIX_CFG
public static final String NAME_PREFIX_TASK
public static final String ATTR_ACCEPT_BACKLOG
public static final String ATTR_ALLOWED_CLIENT
public static final String ATTR_ALLOW_LDAPV2
public static final String ATTR_ALLOW_REUSE_ADDRESS
public static final String ATTR_ROOTDSE_SHOW_ALL_ATTRIBUTES
public static final String ATTR_SCHEMA_SHOW_ALL_ATTRIBUTES
public static final String ATTR_ALLOW_STARTTLS
public static final String ATTR_ATTRIBUTE_TYPES
public static final String ATTR_ATTRIBUTE_TYPES_LC
public static final String ATTR_BACKEND_BASE_DN
public static final String ATTR_BACKEND_CLASS
public static final String ATTR_BACKEND_ENABLED
public static final String ATTR_BACKEND_ID
public static final String ATTR_BACKEND_WRITABILITY_MODE
public static final String ATTR_BACKUP_BACKEND_DN
public static final String ATTR_BACKUP_COMPRESSED
public static final String ATTR_BACKUP_DATE
public static final String ATTR_BACKUP_DEPENDENCY
public static final String ATTR_BACKUP_DIRECTORY_PATH
public static final String ATTR_BACKUP_ENCRYPTED
public static final String ATTR_BACKUP_ID
public static final String ATTR_BACKUP_INCREMENTAL
public static final String ATTR_BACKUP_SIGNED_HASH
public static final String ATTR_BACKUP_UNSIGNED_HASH
public static final String ATTR_DEFAULT_ROOT_PRIVILEGE_NAME
public static final String ATTR_DENIED_CLIENT
public static final String ATTR_DIT_CONTENT_RULES
public static final String ATTR_DIT_CONTENT_RULES_LC
public static final String ATTR_DIT_STRUCTURE_RULES
public static final String ATTR_DIT_STRUCTURE_RULES_LC
public static final String ATTR_LDAP_SYNTAXES
public static final String ATTR_LDAP_SYNTAXES_LC
public static final String ATTR_KEEP_LDAP_STATS
public static final String ATTR_LISTEN_ADDRESS
public static final String ATTR_LISTEN_PORT
public static final String ATTR_MATCHING_RULE_USE
public static final String ATTR_MATCHING_RULE_USE_LC
public static final String ATTR_MAX_REQUEST_SIZE
public static final String ATTR_NAME_FORMS
public static final String ATTR_NAME_FORMS_LC
public static final String ATTR_OBJECTCLASS
public static final String ATTR_OBJECTCLASSES
public static final String ATTR_OBJECTCLASSES_LC
public static final String ATTR_RECURRING_TASK_SCHEDULE
public static final String ATTR_RECURRING_TASK_ID
public static final String ATTR_RESTART_SERVER
public static final String ATTR_ROOT_DSE_SUBORDINATE_BASE_DN
public static final String ATTR_SCHEMA_ENTRY_DN
public static final String ATTR_SEND_REJECTION_NOTICE
public static final String ATTR_SHUTDOWN_MESSAGE
public static final int DEFAULT_SIZE_LIMIT
public static final String ATTR_SSL_CIPHERS
public static final String ATTR_SSL_PROTOCOLS
public static final String ATTR_AUTHZ_GLOBAL_ACI
public static final String ATTR_TASK_ACTUAL_START_TIME
public static final String ATTR_TASK_CLASS
public static final String ATTR_TASK_COMPLETION_TIME
public static final String ATTR_TASK_DEPENDENCY_IDS
public static final String ATTR_TASK_FAILED_DEPENDENCY_ACTION
public static final String ATTR_TASK_LOG_MESSAGES
public static final String ATTR_TASK_NOTIFY_ON_COMPLETION
public static final String ATTR_TASK_NOTIFY_ON_ERROR
public static final String ATTR_TASK_SCHEDULED_START_TIME
public static final String ATTR_TASK_ID
public static final String ATTR_TASK_STATE
public static final String ATTR_USE_SSL
public static final String ATTR_USE_TCP_KEEPALIVE
public static final String ATTR_USE_TCP_NODELAY
public static final String DEFAULT_VALIDATION_CERT_ATTRIBUTE
public static final String COMPRESSED_SCHEMA_FILE_NAME
public static final String CONFIG_ARCHIVE_DIR_NAME
public static final String CONFIG_DIR_NAME
public static final String CONFIG_FILE_NAME
CONFIG_DIR_NAME
.public static final Dn DN_CONFIG_ROOT
public static final Dn DN_BACKEND_BASE
public static final Dn DN_BACKUP_ROOT
public static final Dn DN_DEFAULT_SCHEMA_ROOT
public static final Dn DN_ENTRY_CACHE_BASE
public static final String ID_ADS_TRUST_STORE_BACKEND
public static final String ADS_CERTIFICATE_ALIAS
public static final Dn DN_TRUST_STORE_ROOT
public static final String ATTR_CRYPTO_KEY_ID
public static final String OC_CRYPTO_INSTANCE_KEY
public static final String OC_SELF_SIGNED_CERT_REQUEST
public static final String OC_CRYPTO_CIPHER_KEY
public static final String OC_CRYPTO_MAC_KEY
public static final String ATTR_CRYPTO_PUBLIC_KEY_CERTIFICATE
public static final String ATTR_CRYPTO_CIPHER_TRANSFORMATION_NAME
public static final String ATTR_CRYPTO_MAC_ALGORITHM_NAME
public static final String ATTR_CRYPTO_KEY_LENGTH_BITS
public static final String ATTR_CRYPTO_INIT_VECTOR_LENGTH_BITS
public static final String ATTR_CRYPTO_SYMMETRIC_KEY
public static final String ATTR_CRYPTO_KEY_COMPROMISED_TIME
public static final Dn DN_MONITOR_ROOT
public static final Dn DN_TASK_ROOT
public static final String ENV_VAR_INSTALL_ROOT
public static final String OC_BACKUP_DIRECTORY
public static final String OC_BACKUP_INFO
public static final String OC_RECURRING_TASK
public static final String OC_TASK
public static final String OP_ATTR_ACCOUNT_DISABLED
public static final String OP_ATTR_ACCOUNT_EXPIRATION_TIME
public static final String OP_ATTR_CREATE_TIMESTAMP
public static final String OP_ATTR_CREATE_TIMESTAMP_LC
public static final String OP_ATTR_CREATORS_NAME_LC
public static final String OP_ATTR_MODIFIERS_NAME_LC
public static final String OP_ATTR_MODIFY_TIMESTAMP
public static final String OP_ATTR_MODIFY_TIMESTAMP_LC
public static final String OP_ATTR_PRIVILEGE_NAME
public static final String OP_ATTR_PWPOLICY_CHANGED_TIME
public static final String OP_ATTR_PWPOLICY_CHANGED_TIME_LC
public static final String OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME
public static final String OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME_LC
public static final String OP_ATTR_PWPOLICY_FAILURE_TIME
public static final String OP_ATTR_PWPOLICY_FAILURE_TIME_LC
public static final String OP_ATTR_PWPOLICY_HISTORY_LC
public static final String OP_ATTR_PWPOLICY_LOCKED_TIME
public static final String OP_ATTR_PWPOLICY_CHANGED_BY_REQUIRED_TIME
public static final String OP_ATTR_PWPOLICY_RESET_REQUIRED
public static final String OP_ATTR_PWPOLICY_POLICY_DN
public static final String OP_ATTR_PWPOLICY_WARNED_TIME
public static final String OP_ATTR_USER_IDLE_TIME_LIMIT
public static final String OP_ATTR_USER_SIZE_LIMIT
public static final String OP_ATTR_USER_TIME_LIMIT
public static final String OP_ATTR_USER_LOOKTHROUGH_LIMIT
public static final String OP_ATTR_USER_CURSOR_ENTRY_LIMIT
public static final String OP_ATTR_PTAPOLICY_CACHED_PASSWORD
public static final String OP_ATTR_PTAPOLICY_CACHED_PASSWORD_TIME
public static final String PATH_MAKELDIF_RESOURCE_DIR
public static final String FILE_USER_SCHEMA_ELEMENTS
public static final String ATTR_REPL_SERVERS
public static final String RECURRING_TASK_BASE_RDN
public static final String SCHEDULED_TASK_BASE_RDN
public static final String ATTR_IMPORT_LDIF_FILE
public static final String ATTR_IMPORT_TEMPLATE_FILE
public static final String ATTR_IMPORT_RANDOM_SEED
public static final String ATTR_IMPORT_THREAD_COUNT
public static final String ATTR_IMPORT_BACKEND_ID
public static final String ATTR_IMPORT_INCLUDE_BRANCH
public static final String ATTR_IMPORT_EXCLUDE_BRANCH
public static final String ATTR_IMPORT_INCLUDE_ATTRIBUTE
public static final String ATTR_IMPORT_EXCLUDE_ATTRIBUTE
public static final String ATTR_IMPORT_INCLUDE_FILTER
public static final String ATTR_IMPORT_EXCLUDE_FILTER
public static final String ATTR_IMPORT_REJECT_FILE
public static final String ATTR_IMPORT_SKIP_FILE
public static final String ATTR_IMPORT_OVERWRITE
public static final String ATTR_IMPORT_SKIP_SCHEMA_VALIDATION
public static final String ATTR_IMPORT_IS_COMPRESSED
public static final String ATTR_IMPORT_IS_ENCRYPTED
public static final String ATTR_IMPORT_TMP_DIRECTORY
public static final String ATTR_TASK_INITIALIZE_DOMAIN_DN
public static final String ATTR_TASK_INITIALIZE_SOURCE
public static final String ATTR_TASK_INITIALIZE_TARGET_DOMAIN_DN
public static final String ATTR_TASK_INITIALIZE_TARGET_SCOPE
public static final String ATTR_TASK_INITIALIZE_LEFT
public static final String ATTR_TASK_INITIALIZE_DONE
public static final String ATTR_TASK_EXPORT_LDIF_FILE
public static final String ATTR_TASK_EXPORT_APPEND_TO_LDIF
public static final String ATTR_TASK_EXPORT_BACKEND_ID
public static final String ATTR_TASK_EXPORT_INCLUDE_BRANCH
public static final String ATTR_TASK_EXPORT_EXCLUDE_BRANCH
public static final String ATTR_TASK_EXPORT_INCLUDE_ATTRIBUTE
public static final String ATTR_TASK_EXPORT_EXCLUDE_ATTRIBUTE
public static final String ATTR_TASK_EXPORT_INCLUDE_FILTER
public static final String ATTR_TASK_EXPORT_EXCLUDE_FILTER
public static final String ATTR_TASK_EXPORT_WRAP_COLUMN
public static final String ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES
public static final String ATTR_TASK_EXPORT_COMPRESS_LDIF
public static final String ATTR_TASK_EXPORT_ENCRYPT_LDIF
public static final String ATTR_TASK_EXPORT_SIGN_HASH
public static final String ATTR_TASK_RESTORE_VERIFY_ONLY
public static final String ATTR_TASK_BACKUP_BACKEND_ID
public static final String ATTR_TASK_BACKUP_ALL
public static final String ATTR_TASK_BACKUP_INCREMENTAL
public static final String ATTR_TASK_BACKUP_INCREMENTAL_BASE_ID
public static final String ATTR_TASK_BACKUP_COMPRESS
public static final String ATTR_TASK_BACKUP_ENCRYPT
public static final String ATTR_TASK_BACKUP_HASH
public static final String ATTR_TASK_BACKUP_SIGN_HASH
public static final String ATTR_TASK_ADDSCHEMAFILE_FILENAME
public static final String ATTR_REBUILD_BASE_DN
public static final String ATTR_REBUILD_INDEX
public static final String ATTR_REBUILD_INDEX_CLEARDEGRADEDSTATE
public static final String ATTR_REBUILD_TMP_DIRECTORY
public static final String REBUILD_ALL
public static final String REBUILD_DEGRADED
public static final String ATTR_TASK_SET_GENERATION_ID_DOMAIN_DN
public static final String ATTR_TASK_SET_GENERATION_ID_NEW_VALUE
public static final String ATTR_IMPORT_CLEAR_BACKEND
public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_DOMAIN_DN
public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_MAX_DURATION
public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CSN
public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CSN
public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_COMPLETED_IN_TIME
public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_COUNT
public static final String ATTR_TASK_RESET_CHANGE_NUMBER_TO
public static final String ATTR_TASK_RESET_CHANGE_NUMBER_CSN
public static final String ATTR_TASK_RESET_CHANGE_NUMBER_BASE_DN
Copyright 2010-2022 ForgeRock AS.