org.opends.server.util
Class ServerConstants

java.lang.Object
  extended by org.opends.server.util.ServerConstants

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

This class defines a set of constants that may be referenced throughout the Directory Server source.


Field Summary
static java.lang.String ALERT_DESCRIPTION_ACCESS_CONTROL_DISABLED
          The description for the alert type that will be used for the alert notification generated if the access control handler is disabled.
static java.lang.String ALERT_DESCRIPTION_ACCESS_CONTROL_ENABLED
          The description for the alert type that will be used for the alert notification generated if the access control handler is enabled.
static java.lang.String ALERT_DESCRIPTION_ACCESS_CONTROL_PARSE_FAILED
          The description for the alert type that will be used for the alert notification generated if the dseecompat access control subsystem failed to parse one or more ACI rules when the server is first started or a backend is being initialized.
static java.lang.String ALERT_DESCRIPTION_BACKEND_ENVIRONMENT_UNUSABLE
          The description for the alert type that will be used for the alert notification generated when the JE Environment needs to be reopened after a RunRecoveryException is thrown.
static java.lang.String ALERT_DESCRIPTION_CANNOT_COPY_SCHEMA_FILES
          The description for the alert type that will be used for the alert notification generated if a problem occurs while creating copies of the existing schema configuration files and a problem occurs that leaves the schema configuration in a potentially inconsistent state.
static java.lang.String ALERT_DESCRIPTION_CANNOT_FIND_RECURRING_TASK
          The description for the alert type that will be used for the alert notification generated if a recurring task cannot be found to schedule the next iteration after the previous iteration has completed.
static java.lang.String ALERT_DESCRIPTION_CANNOT_RENAME_CURRENT_TASK_FILE
          The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to rename the current tasks backing file.
static java.lang.String ALERT_DESCRIPTION_CANNOT_RENAME_NEW_TASK_FILE
          The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to rename the new tasks backing file.
static java.lang.String ALERT_DESCRIPTION_CANNOT_SCHEDULE_RECURRING_ITERATION
          The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to schedule an iteration of a recurring task.
static java.lang.String ALERT_DESCRIPTION_CANNOT_WRITE_CONFIGURATION
          The description for the alert type that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
static java.lang.String ALERT_DESCRIPTION_CANNOT_WRITE_NEW_SCHEMA_FILES
          The description for the alert type that will be used for the alert notification generated if a problem occurs while writing new versions of the server schema configuration files and a problem occurs that leaves the schema configuration in a potentially inconsistent state.
static java.lang.String ALERT_DESCRIPTION_CANNOT_WRITE_TASK_FILE
          The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to write the tasks backing file.
static java.lang.String ALERT_DESCRIPTION_ENTERING_LOCKDOWN_MODE
          The description for the alert type that will be used for the alert notification generated upon entering lockdown mode.
static java.lang.String ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES
          The description for the alert type that will be used for the alert notification generated if consecutive failures in the LDAP connection handler have caused it to become disabled.
static java.lang.String ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR
          The description for the alert type that will be used for the alert notification generated if the LDAP connection handler encountered an unexpected error that has caused it to become disabled.
static java.lang.String ALERT_DESCRIPTION_LDIF_BACKEND_CANNOT_WRITE_UPDATE
          The description for the alert type that will be used for the alert notification generated when the LDIF backend cannot write an updated LDIF file.
static java.lang.String ALERT_DESCRIPTION_LDIF_CONNHANDLER_IO_ERROR
          The description for the alert type that will be used for the alert notification generated if an I/O error occurs while attempting to read or write LDIF content.
static java.lang.String ALERT_DESCRIPTION_LDIF_CONNHANDLER_PARSE_ERROR
          The description for the alert type that will be used for the alert notification generated when the LDIF connection handler is unable to process the contents of a file as valid LDIF.
static java.lang.String ALERT_DESCRIPTION_LEAVING_LOCKDOWN_MODE
          The description for the alert type that will be used for the alert notification generated upon leaving lockdown mode.
static java.lang.String ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_HANDLED
          The description for the alert type that will be used for the alert notification generated if the server detects that the configuration has been manually edited with the server online and those edits would have been lost by an online config change.
static java.lang.String ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_LOST
          The description for the alert type that will be used for the alert notification generated if the server detects that the configuration has been manually edited with the server online, but a problem occurred while trying to preserve the manual changes that may have caused them to be lost.
static java.lang.String ALERT_DESCRIPTION_REPLICATION_UNRESOLVED_CONFLICT
          The description for the alert type that will be used for the alert notification generated if the multimaster replication detects a conflict that cannot be solved automatically.
static java.lang.String ALERT_DESCRIPTION_SERVER_SHUTDOWN
          The description for the alert type that will be used for the alert notification generated when the Directory Server has started the shutdown process.
static java.lang.String ALERT_DESCRIPTION_SERVER_STARTED
          The description for the alert type that will be used for the alert notification generated when the Directory Server has completed its startup process.
static java.lang.String ALERT_DESCRIPTION_UNCAUGHT_EXCEPTION
          The description for the alert type that will be used for the alert notification generated by a thread that has died because of an uncaught exception.
static java.lang.String ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_CONFLICT
          The description for the alert type that will be used for the alert notification generated if a unique attribute conflict is detected during synchronization processing.
static java.lang.String ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_ERROR
          The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to perform unique attribute conflict detection during synchronization processing.
static java.lang.String ALERT_TYPE_ACCESS_CONTROL_DISABLED
          The alert type string that will be used for the alert notification generated if the access control handler is disabled.
static java.lang.String ALERT_TYPE_ACCESS_CONTROL_ENABLED
          The alert type string that will be used for the alert notification generated if the access control handler is enabled.
static java.lang.String ALERT_TYPE_ACCESS_CONTROL_PARSE_FAILED
          The alert type string that will be used for the alert notification generated if the dseecompat access control subsystem failed to parse one or more ACI rules when the server is first started or a backend is being initialized.
static java.lang.String ALERT_TYPE_BACKEND_ENVIRONMENT_UNUSABLE
          The alert type string that will be used for the alert notification generated when the JE Environment needs to be reopened by restarting the Directory Server.
static java.lang.String ALERT_TYPE_CANNOT_COPY_SCHEMA_FILES
          The alert type string that will be used for the alert notification generated if a problem occurs while creating copies of the existing schema files in a manner that may leave the schema configuration inconsistent.
static java.lang.String ALERT_TYPE_CANNOT_FIND_RECURRING_TASK
          The alert type string that will be used for the alert notification generated if a recurring task cannot be found to schedule the next iteration after the previous iteration has completed.
static java.lang.String ALERT_TYPE_CANNOT_RENAME_CURRENT_TASK_FILE
          The alert type string that will be used for the alert notification generated if an error occurs while attempting to rename the current tasks backing file.
static java.lang.String ALERT_TYPE_CANNOT_RENAME_NEW_TASK_FILE
          The alert type string that will be used for the alert notification generated if an error occurs while attempting to rename the new tasks backing file.
static java.lang.String ALERT_TYPE_CANNOT_SCHEDULE_RECURRING_ITERATION
          The alert type string that will be used for the alert notification generated if an error occurs while attempting to schedule an iteration of a recurring task.
static java.lang.String ALERT_TYPE_CANNOT_WRITE_CONFIGURATION
          The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
static java.lang.String ALERT_TYPE_CANNOT_WRITE_NEW_SCHEMA_FILES
          The alert type string that will be used for the alert notification generated if a problem occurs while writing new versions of the server schema files in a manner that may leave the schema configuration inconsistent.
static java.lang.String ALERT_TYPE_CANNOT_WRITE_TASK_FILE
          The alert type string that will be used for the alert notification generated if an error occurs while attempting to write the tasks backing file.
static java.lang.String ALERT_TYPE_ENTERING_LOCKDOWN_MODE
          The alert type that will be used when the Directory Server enters lockdown mode.
static java.lang.String ALERT_TYPE_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES
          The alert type string that will be used for the alert notification generated if consecutive failures in the LDAP connection handler have caused it to become disabled.
static java.lang.String ALERT_TYPE_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR
          The alert type string that will be used for the alert notification generated if the LDAP connection handler encountered an unexpected error that has caused it to become disabled.
static java.lang.String ALERT_TYPE_LDIF_BACKEND_CANNOT_WRITE_UPDATE
          The alert type string that will be used for the alert notification generated when the LDIF backend cannot write an updated LDIF file.
static java.lang.String ALERT_TYPE_LDIF_CONNHANDLER_IO_ERROR
          The alert type string that will be used for the alert notification generated if an I/O error occurs while attempting to read or write LDIF content.
static java.lang.String ALERT_TYPE_LDIF_CONNHANDLER_PARSE_ERROR
          The alert type string that will be used for the alert notification generated when the LDIF connection handler is unable to process the contents of a file as valid LDIF.
static java.lang.String ALERT_TYPE_LEAVING_LOCKDOWN_MODE
          The alert type that will be used when the Directory Server leaves lockdown mode.
static java.lang.String ALERT_TYPE_MANUAL_CONFIG_EDIT_HANDLED
          The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
static java.lang.String ALERT_TYPE_MANUAL_CONFIG_EDIT_LOST
          The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
static java.lang.String ALERT_TYPE_REPLICATION_UNRESOLVED_CONFLICT
          The alert type string that will be used for the alert notification generated if the multimaster replication detects a conflict that cannot be solved automatically.
static java.lang.String ALERT_TYPE_SERVER_SHUTDOWN
          The alert type string that will be used for the alert notification generated when the Directory Server has started the shutdown process.
static java.lang.String ALERT_TYPE_SERVER_STARTED
          The alert type string that will be used for the alert notification generated when the Directory Server has completed its startup process.
static java.lang.String ALERT_TYPE_UNCAUGHT_EXCEPTION
          The alert type string that will be used for the alert notification generated by a thread that has died because of an uncaught exception.
static java.lang.String ALERT_TYPE_UNIQUE_ATTR_SYNC_CONFLICT
          The alert type string that will be used for the alert notification generated if a unique attribute conflict is detected during synchronization processing.
static java.lang.String ALERT_TYPE_UNIQUE_ATTR_SYNC_ERROR
          The alert type string that will be used for the alert notification generated if an error occurs while attempting to perform unique attribute conflict detection during synchronization processing.
static java.lang.String ATTR_ALIAS_DN
          The name of the standard attribute that is used to specify the target DN in an alias entry, formatted in all lowercase.
static java.lang.String ATTR_C
          The name of the standard attribute that is used to hold country names, formatted in all lowercase.
static java.lang.String ATTR_COMMON_NAME
          The name of the standard attribute that is used to hold common names, formatted in all lowercase.
static java.lang.String ATTR_CURRENT_CONNS
          The name of the attribute that is used to specify the number of connections currently established, formatted in camel case.
static java.lang.String ATTR_CURRENT_CONNS_LC
          The name of the attribute that is used to specify the number of connections currently established, formatted in all lowercase.
static java.lang.String ATTR_CURRENT_TIME
          The name of the attribute that is used to specify the current time, formatted in camel case.
static java.lang.String ATTR_CURRENT_TIME_LC
          The name of the attribute that is used to specify the current time, formatted in all lowercase.
static java.lang.String ATTR_DC
          The name of the standard attribute that is used to hold domain component names, formatted in all lowercase.
static java.lang.String ATTR_MAX_CONNS
          The name of the attribute that is used to specify the maximum number of connections established at any time since startup, formatted in camel case.
static java.lang.String ATTR_MAX_CONNS_LC
          The name of the attribute that is used to specify the maximum number of connections established at any time since startup, formatted in all lowercase.
static java.lang.String ATTR_MEMBER
          The name of the standard "member" attribute type, formatted in all lowercase characters.
static java.lang.String ATTR_MEMBER_URL
          The name of the standard "memberURL" attribute type, formatted in camel case.
static java.lang.String ATTR_MEMBER_URL_LC
          The name of the standard "memberURL" attribute type, formatted in all lowercase characters.
static java.lang.String ATTR_MONITOR_BACKEND_BASE_DN
          The name of the monitor attribute that is used to hold the set of base DNs.
static java.lang.String ATTR_MONITOR_BACKEND_ENTRY_COUNT
          The name of the monitor attribute that is used to hold the backend entry count.
static java.lang.String ATTR_MONITOR_BACKEND_ID
          The name of the monitor attribute that is used to hold a backend ID.
static java.lang.String ATTR_MONITOR_BACKEND_IS_PRIVATE
          The name of the monitor attribute that is used to indicate whether a backend is private.
static java.lang.String ATTR_MONITOR_BACKEND_WRITABILITY_MODE
          The name of the monitor attribute that is used to hold the backend writability mode.
static java.lang.String ATTR_MONITOR_BASE_DN_ENTRY_COUNT
          The name of the monitor attribute that is used to hold the base DN entry count.
static java.lang.String ATTR_MONITOR_CONNHANDLER_CONNECTION
          The name of the monitor attribute that is used to hold the connection handler connections.
static java.lang.String ATTR_MONITOR_CONNHANDLER_LISTENER
          The name of the monitor attribute that is used to hold the connection handler listeners.
static java.lang.String ATTR_MONITOR_CONNHANDLER_NUMCONNECTIONS
          The name of the monitor attribute that is used to hold the connection handler number of established connections.
static java.lang.String ATTR_MONITOR_CONNHANDLER_PROTOCOL
          The name of the monitor attribute that is used to hold the connection handler protocol.
static java.lang.String ATTR_NAMING_CONTEXTS
          The name of the standard attribute that is used to specify the set of public naming contexts (suffixes) for the Directory Server, formatted in camel case.
static java.lang.String ATTR_NAMING_CONTEXTS_LC
          The name of the standard attribute that is used to specify the set of public naming contexts (suffixes) for the Directory Server, formatted in all lowercase.
static java.lang.String ATTR_O
          The name of the standard attribute that is used to hold organization names, formatted in all lowercase.
static java.lang.String ATTR_OU
          The name of the standard attribute that is used to hold organizational unit names, formatted in all lowercase.
static java.lang.String ATTR_PRIVATE_NAMING_CONTEXTS
          The name of the attribute used to hold the DNs that constitute the set of "private" naming contexts registered with the server.
static java.lang.String ATTR_PRODUCT_NAME
          The name of the standard attribute that is used to specify the name of the Directory Server product, formatted in camel case.
static java.lang.String ATTR_PRODUCT_NAME_LC
          The name of the standard attribute that is used to specify the name of the Directory Server product, formatted in all lowercase.
static java.lang.String ATTR_REFERRAL_URL
          The name of the standard attribute that is used to specify the set of referral URLs in a smart referral entry, formatted in all lowercase.
static java.lang.String ATTR_SN
          The name of the standard attribute that is used to hold surnames, formatted in all lowercase.
static java.lang.String ATTR_START_TIME
          The name of the attribute that is used to specify the time that the Directory Server started, formatted in camel case.
static java.lang.String ATTR_START_TIME_LC
          The name of the attribute that is used to specify the time that the Directory Server started, formatted in all lowercase.
static java.lang.String ATTR_SUBSCHEMA_SUBENTRY
          The name of the standard attribute that is used to specify the location for the Directory Server schema, formatted in camel case.
static java.lang.String ATTR_SUBSCHEMA_SUBENTRY_LC
          The name of the standard attribute that is used to specify the location for the Directory Server schema, formatted in all lowercase.
static java.lang.String ATTR_SUPPORTED_AUTH_PW_SCHEMES
          The name of the standard attribute that is used to specify the names of the authentication password schemes supported by the server, formatted in camel case.
static java.lang.String ATTR_SUPPORTED_AUTH_PW_SCHEMES_LC
          The name of the standard attribute that is used to specify the names of the authentication password schemes supported by the server, formatted in all lowercase.
static java.lang.String ATTR_SUPPORTED_CONTROL
          The name of the standard attribute that is used to specify the OIDs of the controls supported by the server, formatted in camel case.
static java.lang.String ATTR_SUPPORTED_CONTROL_LC
          The name of the standard attribute that is used to specify the OIDs of the controls supported by the server, formatted in all lowercase.
static java.lang.String ATTR_SUPPORTED_EXTENSION
          The name of the standard attribute that is used to specify the OIDs of the extended operations supported by the server, formatted in camel case.
static java.lang.String ATTR_SUPPORTED_EXTENSION_LC
          The name of the standard attribute that is used to specify the OIDs of the extended operations supported by the server, formatted in all lowercase.
static java.lang.String ATTR_SUPPORTED_FEATURE
          The name of the standard attribute that is used to specify the OIDs of the features supported by the server, formatted in camel case.
static java.lang.String ATTR_SUPPORTED_FEATURE_LC
          The name of the standard attribute that is used to specify the OIDs of the features supported by the server, formatted in all lowercase.
static java.lang.String ATTR_SUPPORTED_LDAP_VERSION
          The name of the standard attribute that is used to specify the names of the LDAP protocol versions supported by the server, formatted in camel case.
static java.lang.String ATTR_SUPPORTED_LDAP_VERSION_LC
          The name of the standard attribute that is used to specify the names of the LDAP protocol versions supported by the server, formatted in all lowercase.
static java.lang.String ATTR_SUPPORTED_SASL_MECHANISMS
          The name of the standard attribute that is used to specify the names of the SASL mechanisms supported by the server, formatted in camel case.
static java.lang.String ATTR_SUPPORTED_SASL_MECHANISMS_LC
          The name of the standard attribute that is used to specify the names of the SASL mechanisms supported by the server, formatted in all lowercase.
static java.lang.String ATTR_TARGET_GROUP_DN
          The name of the attribute that is used to specify the DN of the target group for a virtual static group.
static java.lang.String ATTR_TASK_DISCONNECT_CONN_ID
          The name of the attribute that is used to specify the connection ID of the connection to disconnect.
static java.lang.String ATTR_TASK_DISCONNECT_MESSAGE
          The name of the attribute that is used to specify the disconnect message.
static java.lang.String ATTR_TASK_DISCONNECT_NOTIFY_CLIENT
          The name of the attribute that is used to indicate whether to notify the connection it is about to be terminated.
static java.lang.String ATTR_TOTAL_CONNS
          The name of the attribute that is used to specify the total number of connections established since startup, formatted in camel case.
static java.lang.String ATTR_TOTAL_CONNS_LC
          The name of the attribute that is used to specify the total number of connections established since startup, formatted in all lowercase.
static java.lang.String ATTR_UNIQUE_MEMBER
          The name of the standard "uniqueMember" attribute type, formatted in camelCase.
static java.lang.String ATTR_UNIQUE_MEMBER_LC
          The name of the standard "uniqueMember" attribute type, formatted in all lowercase characters.
static java.lang.String ATTR_UP_TIME
          The name of the attribute that is used to specify the length of time that the server has been online, formatted in camel case.
static java.lang.String ATTR_UP_TIME_LC
          The name of the attribute that is used to specify the length of time that the server has been online, formatted in all lowercase.
static java.lang.String ATTR_USER_PASSWORD
          The name of the standard attribute that is used to specify the password for a user, formatted in all lowercase.
static java.lang.String ATTR_VENDOR_NAME
          The name of the standard attribute that is used to specify vendor name for the Directory Server, formatted in camel case.
static java.lang.String ATTR_VENDOR_NAME_LC
          The name of the standard attribute that is used to specify vendor name for the Directory Server, formatted in all lowercase.
static java.lang.String ATTR_VENDOR_VERSION
          The name of the standard attribute that is used to specify vendor version for the Directory Server, formatted in camel case.
static java.lang.String ATTR_VENDOR_VERSION_LC
          The name of the standard attribute that is used to specify vendor version for the Directory Server, formatted in all lowercase.
static java.lang.String BACKEND_LOCK_FILE_PREFIX
          The prefix that will be used for lock filenames used for Directory Server backends.
static java.lang.String BACKUP_DIRECTORY_DESCRIPTOR_FILE
          The name of the file (without path information) that should be used to hold information about the backups contained in that directory.
static java.lang.String BACKUP_PROPERTY_ARCHIVE_FILENAME
          The name of the backup property that holds the base name of the archive file containing the contents of the backup.
static java.lang.String BACKUP_PROPERTY_DIGEST_ALGORITHM
          The name of the backup property that holds the name of the digest algorithm used to generate the hash of a backup.
static java.lang.String BACKUP_PROPERTY_MAC_KEY_ID
          The name of the backup property that holds the identifer of the key entry that contains the MAC algorithm and shared secret key used to generate the signed hash of a backup.
static java.lang.String[] CDDL_HEADER_LINES
          The lines that make up the CDDL header.
static java.lang.String CONFIG_BACKUP_BASE_FILENAME
          The base filename to use for the archive file containing a backup of the server configuration.
static java.lang.String CONFIG_VALUE_FALSE
          The value that will be used in the configuration for Boolean elements with a value of "false".
static java.lang.String CONFIG_VALUE_TRUE
          The value that will be used in the configuration for Boolean elements with a value of "true".
static byte CRAMMD5_IPAD_BYTE
          The inner pad byte, which will be XORed with the shared secret for the first CRAM-MD5 digest.
static byte CRAMMD5_OPAD_BYTE
          The outer pad byte, which will be XORed with the shared secret for the second CRAM-MD5 digest.
static java.lang.String DATE_FORMAT_COMPACT_LOCAL_TIME
          The date format string that will be used to construct and parse dates represented in a form like UTC time, but using the local time zone.
static java.lang.String DATE_FORMAT_GENERALIZED_TIME
          The date format string that will be used to construct and parse dates represented using generalized time.
static java.lang.String DATE_FORMAT_GMT_TIME
          The date format string that will be used to construct and parse dates represented using generalized time with a four-digit year.
static java.lang.String DATE_FORMAT_LOCAL_TIME
          The date format string that will be used to construct and parse dates represented using generalized time.
static java.lang.String DATE_FORMAT_UTC_TIME
          The date format string that will be used to construct and parse dates represented using generalized time with a two-digit year.
static java.lang.String DEBUG_CATEGORY_CAUGHT
          The English name for the debug log category used for exception debugging.
static java.lang.String DEBUG_CATEGORY_CONSTRUCTOR
          The English name for the debug log category used for constructor debugging.
static java.lang.String DEBUG_CATEGORY_DATA
          The English name for the debug log category used for debugging raw data read.
static java.lang.String DEBUG_CATEGORY_DATABASE_ACCESS
          The English name for the debug log category used for raw data access from the JE database.
static java.lang.String DEBUG_CATEGORY_ENTER
          The English name for the debug log category used for method entry debugging.
static java.lang.String DEBUG_CATEGORY_EXIT
          The English name for the debug log category used for method exit debugging.
static java.lang.String DEBUG_CATEGORY_MESSAGE
          The English name for the debug log category used for access control debugging.
static java.lang.String DEBUG_CATEGORY_PROTOCOL
          The English name for the debug log category used for debugging protocol elements.
static java.lang.String DEBUG_CATEGORY_THROWN
          The English name for the debug log category used for exception debugging.
static java.lang.String DEBUG_SEVERITY_ERROR
          The English name for the debug log severity used for error messages.
static java.lang.String DEBUG_SEVERITY_INFO
          The English name for the debug log severity used for informational messages.
static java.lang.String DEBUG_SEVERITY_VERBOSE
          The English name for the debug log severity used for verbose messages.
static java.lang.String DEBUG_SEVERITY_WARNING
          The English name for the debug log severity used for warning messages.
static java.lang.String DEFAULT_PASSWORD_STORAGE_SCHEME
          The name of the default password storage scheme that will be used for new passwords.
static java.lang.String EOL
          The end-of-line character for this platform.
static java.lang.String ERROR_CATEGORY_ACCESS_CONTROL
          The English name for the error log category used for access control processing.
static java.lang.String ERROR_CATEGORY_BACKEND
          The English name for the error log category used for backend processing.
static java.lang.String ERROR_CATEGORY_CONFIG
          The English name for the error log category used for configuration processing.
static java.lang.String ERROR_CATEGORY_CONNECTION_HANDLING
          The English name for the error log category used for client connection handling.
static java.lang.String ERROR_CATEGORY_CORE_SERVER
          The English name for the error log category used for core server processing.
static java.lang.String ERROR_CATEGORY_EXTENDED_OPERATION
          The English name for the error log category used for extended operation processing.
static java.lang.String ERROR_CATEGORY_EXTENSIONS
          The English name for the error log category used for server extension processing.
static java.lang.String ERROR_CATEGORY_PASSWORD_POLICY
          The English name for the error log category used for password policy processing.
static java.lang.String ERROR_CATEGORY_PLUGIN
          The English name for the error log category used for plugin processing.
static java.lang.String ERROR_CATEGORY_REQUEST
          The English name for the error log category used for request handling.
static java.lang.String ERROR_CATEGORY_SASL_MECHANISM
          The English name for the error log category used for SASL processing.
static java.lang.String ERROR_CATEGORY_SCHEMA
          The English name for the error log category used for schema processing.
static java.lang.String ERROR_CATEGORY_SHUTDOWN
          The English name for the error log category used for shutdown processing.
static java.lang.String ERROR_CATEGORY_STARTUP
          The English name for the error log category used for startup processing.
static java.lang.String ERROR_CATEGORY_SYNCHRONIZATION
          The English name for the error log category used for synchronization processing.
static java.lang.String ERROR_CATEGORY_TASK
          The English name for the error log category used for task processing.
static java.lang.String ERROR_SEVERITY_FATAL
          The English name for the error log severity used for fatal error messages.
static java.lang.String ERROR_SEVERITY_INFORMATIONAL
          The English name for the error log severity used for informational messages.
static java.lang.String ERROR_SEVERITY_MILD_ERROR
          The English name for the error log severity used for mild error messages.
static java.lang.String ERROR_SEVERITY_MILD_WARNING
          The English name for the error log severity used for mild warning messages.
static java.lang.String ERROR_SEVERITY_NOTICE
          The English name for the error log severity used for important informational messages.
static java.lang.String ERROR_SEVERITY_SEVERE_ERROR
          The English name for the error log severity used for severe error messages.
static java.lang.String ERROR_SEVERITY_SEVERE_WARNING
          The English name for the error log severity used for severe warning messages.
static int HMAC_MD5_BLOCK_LENGTH
          The block length in bytes used when generating an HMAC-MD5 digest.
static java.lang.String JAAS_MODULE_KRB5
          The name of the JAAS login module for Kerberos V.
static java.lang.String JAAS_PROPERTY_CONFIG_FILE
          The name of the JAAS property that specifies the path to the login configuration file.
static java.lang.String JAAS_PROPERTY_SUBJECT_CREDS_ONLY
          The name of the JAAS property that indicates whether to allow JAAS credentials to come from somewhere other than a GSS mechanism.
static java.lang.String KRBV_PROPERTY_KDC
          The name of the Kerberos V property that specifies the address of the KDC.
static java.lang.String KRBV_PROPERTY_REALM
          The name of the Kerberos V property that specifies the realm to use.
static java.lang.String LOCK_FILE_SUFFIX
          The suffix that will be used for all lock files created by the Directory Server.
static java.lang.String LOCKS_DIRECTORY
          The name of the directory in which lock files will be placed.
static java.lang.String LOG_SEVERITY_ALL
          The English name for the basic all log severity used for all log severities.
static java.lang.String LOG_SEVERITY_DISABLED
          The English name for the basic disabled log severity used for all log severities.
static java.lang.String LOG_SEVERITY_NONE
          The English name for the basic none log severity used to log no error message beside some specific category.
static int MAX_LINE_WIDTH
          The column at which to wrap long lines of output in the command-line tools.
static int MAX_NESTED_FILTER_DEPTH
          The maximum depth to which nested search filters will be processed.
static java.lang.String MBEAN_BASE_DOMAIN
          The domain that will be used for JMX MBeans defined within the Directory Server.
static int MD5_DIGEST_LENGTH
          The number of bytes in a raw MD5 digest.
static java.lang.String OBJECTCLASS_ATTRIBUTE_TYPE_NAME
          The name of the attribute type that represents the "objectclass" attribute, formatted in all lowercase characters.
static java.lang.String OBJECTCLASS_ATTRIBUTE_TYPE_OID
          The OID for the attribute type that represents the "objectclass" attribute.
static java.lang.String OC_ALIAS
          The name of the standard objectclass that is used to indicate that an entry is an alias, formatted in all lowercase.
static java.lang.String OC_COUNTRY
          The name of the standard objectclass, formatted in all lowercase, that is used to indicate that an entry describes a country.
static java.lang.String OC_DOMAIN
          The name of the standard objectclass, formatted in all lowercase, that is used to indicate that an entry describes a domain.
static java.lang.String OC_EXTENSIBLE_OBJECT
          The name of the standard objectclass that is used to allow any attribute type to be present in an entry, formatted in camel case.
static java.lang.String OC_EXTENSIBLE_OBJECT_LC
          The name of the standard objectclass that is used to allow any attribute type to be present in an entry, formatted in all lowercase characters.
static java.lang.String OC_GROUP_OF_ENTRIES
          The name of the standard "groupOfEntries" object class, formatted in camelCase.
static java.lang.String OC_GROUP_OF_ENTRIES_LC
          The name of the standard "groupOfEntries" object class, formatted in all lowercase characters.
static java.lang.String OC_GROUP_OF_NAMES
          The name of the standard "groupOfNames" object class, formatted in camelCase.
static java.lang.String OC_GROUP_OF_NAMES_LC
          The name of the standard "groupOfNames" object class, formatted in all lowercase characters.
static java.lang.String OC_GROUP_OF_UNIQUE_NAMES
          The name of the standard "groupOfUniqueNames" object class, formatted in camelCase.
static java.lang.String OC_GROUP_OF_UNIQUE_NAMES_LC
          The name of the standard "groupOfUniqueNames" object class, formatted in all lowercase characters.
static java.lang.String OC_GROUP_OF_URLS
          The name of the standard "groupOfURLs" object class, formatted in camel case.
static java.lang.String OC_GROUP_OF_URLS_LC
          The name of the standard "groupOfURLs" object class, formatted in all lowercase characters.
static java.lang.String OC_LDAP_SUBENTRY
          The name of the standard "ldapSubentry" objectclass (which is a special type of objectclass that makes a kind of "operational" entry), formatted in camel case.
static java.lang.String OC_LDAP_SUBENTRY_LC
          The name of the standard "ldapSubentry" objectclass (which is a special type of objectclass that makes a kind of "operational" entry), formatted in all lowercase.
static java.lang.String OC_MONITOR_BACKEND
          The name of the custom objectclass that will be included in backend monitor entries.
static java.lang.String OC_MONITOR_CONNHANDLER
          The name of the custom objectclass that will be included in connection handler monitor entries.
static java.lang.String OC_MONITOR_ENTRY
          The name of the objectclass that will be used as the structural class for monitor entries.
static java.lang.String OC_ORGANIZATION
          The name of the standard objectclass, formatted in all lowercase, that is used to indicate that an entry describes an organization.
static java.lang.String OC_ORGANIZATIONAL_UNIT
          The name of the standard objectclass that is used to indicate that an entry describes an organizational unit.
static java.lang.String OC_ORGANIZATIONAL_UNIT_LC
          The name of the organizationalUnit objectclass formatted in all lowercase characters.
static java.lang.String OC_PERSON
          The name of the person objectclass, formatted in all lowercase characters.
static java.lang.String OC_REFERRAL
          The name of the standard objectclass that is used to indicate that an entry is a smart referral, formatted in all lowercase.
static java.lang.String OC_ROOT_DSE
          The name of the structural objectclass that will be used for the Directory Server root DSE entry.
static java.lang.String OC_SUBSCHEMA
          The name of the standard "subschema" objectclass (which is used in entries that publish schema information), formatted in all lowercase.
static java.lang.String OC_TOP
          The name of the standard "top" objectclass, which is the superclass for virtually all other objectclasses, formatted in all lowercase.
static java.lang.String OC_UNTYPED_OBJECT
          The name of the objectclass that can be used for generic entries for which we don't have any other type of objectclass that is more appropriate.
static java.lang.String OC_UNTYPED_OBJECT_LC
          The name of the untypedObject objectclass in all lowercase characters.
static java.lang.String OC_VIRTUAL_STATIC_GROUP
          The name of the ds-virtual-static-group objectclass in all lowercase characters.
static java.lang.String OID_ACCOUNT_USABLE_CONTROL
          The OID for the account usable request and response controls.
static java.lang.String OID_ALL_OPERATIONAL_ATTRS_FEATURE
          The IANA-assigned OID for the feature allowing a user to request that all operational attributes be returned.
static java.lang.String OID_AUTHZID_REQUEST
          The OID for the authorization identity request control.
static java.lang.String OID_AUTHZID_RESPONSE
          The OID for the authorization identity response control.
static java.lang.String OID_CANCEL_REQUEST
          The request OID for the cancel extended operation.
static java.lang.String OID_ENTRY_CHANGE_NOTIFICATION
          The OID for the entry change notification control.
static java.lang.String OID_EXTENSIBLE_OBJECT
          The OID for the extensibleObject objectclass.
static java.lang.String OID_GET_CONNECTION_ID_EXTOP
          The OID for the extended operation that can be used to get the client connection ID.
static java.lang.String OID_GET_EFFECTIVE_RIGHTS
          The OID for the get effective rights control.
static java.lang.String OID_GET_SYMMETRIC_KEY_EXTENDED_OP
          The request OID for the get symmetric key extended operation.
static java.lang.String OID_INTERNAL_GROUP_MEMBERSHIP_UPDATE
          The OID for the control that will be included in modifications used to alter group membership.
static java.lang.String OID_LDAP_ADLIST_FEATURE
          The OID to include in the supportedFeatures list of the Directory Server to indicate that it supports requesting attributes by objectclass.
static java.lang.String OID_LDAP_ASSERTION
          The IANA-assigned OID for the LDAP assertion control.
static java.lang.String OID_LDAP_NOOP_OPENLDAP_ASSIGNED
          The OID for the LDAP no-op control that was originally assigned in the initial draft (draft-zeilenga-ldap-noop-00) from the OpenLDAP private range.
static java.lang.String OID_LDAP_READENTRY_POSTREAD
          The IANA-assigned OID for the LDAP readentry control used for retrieving an entry in the state it had immediately after an update was applied.
static java.lang.String OID_LDAP_READENTRY_PREREAD
          The IANA-assigned OID for the LDAP readentry control used for retrieving an entry in the state it had immediately before an update was applied.
static java.lang.String OID_LDAP_SUBENTRIES
          The OID for the LDAP subentries control used to indicate that matching subentries should be returned.
static java.lang.String OID_MANAGE_DSAIT_CONTROL
          The OID for the ManageDsaIT control defined in RFC 3296.
static java.lang.String OID_MATCHED_VALUES
          The OID for the matched values control used to specify which particular attribute values should be returned in a search result entry.
static java.lang.String OID_MODIFY_INCREMENT_FEATURE
          The IANA-assigned OID for the feature allowing the use of the increment modification type.
static java.lang.String OID_NS_PASSWORD_EXPIRED
          The OID for the Netscape password expired control.
static java.lang.String OID_NS_PASSWORD_EXPIRING
          The OID for the Netscape password expiring control.
static java.lang.String OID_PAGED_RESULTS_CONTROL
          The OID for the paged results control defined in RFC 2696.
static java.lang.String OID_PASSWORD_MODIFY_REQUEST
          The request OID for the password modify extended operation.
static java.lang.String OID_PASSWORD_POLICY_CONTROL
          The OID for the password policy control from draft-behera-ldap-password-policy.
static java.lang.String OID_PASSWORD_POLICY_STATE_EXTOP
          The OID for the password policy state extended operation (both the request and response types).
static java.lang.String OID_PERSISTENT_SEARCH
          The OID for the persistent search control.
static java.lang.String OID_PROXIED_AUTH_V1
          The OID for the proxied authorization v1 control.
static java.lang.String OID_PROXIED_AUTH_V2
          The OID for the proxied authorization v2 control.
static java.lang.String OID_REAL_ATTRS_ONLY
          The OID for the real attributes only control.
static java.lang.String OID_SERVER_SIDE_SORT_REQUEST_CONTROL
          The OID for the server-side sort request control.
static java.lang.String OID_SERVER_SIDE_SORT_RESPONSE_CONTROL
          The OID for the server-side sort response control.
static java.lang.String OID_START_TLS_REQUEST
          The request OID for the StartTLS extended operation.
static java.lang.String OID_SUBTREE_DELETE_CONTROL
          The OID for the subtree delete control.
static java.lang.String OID_TRUE_FALSE_FILTERS_FEATURE
          The IANA-assigned OID for the feature allowing the use of LDAP true and false filters.
static java.lang.String OID_VIRTUAL_ATTRS_ONLY
          The OID for the virtual attributes only control.
static java.lang.String OID_VLV_REQUEST_CONTROL
          The OID for the virtual list view request control.
static java.lang.String OID_VLV_RESPONSE_CONTROL
          The OID for the virtual list view request control.
static java.lang.String OID_WHO_AM_I_REQUEST
          The request OID for the "Who Am I?" extended operation.
static java.lang.String PROPERTY_CONFIG_CLASS
          The name of the system property that can be used to specify the fully-qualified name of theclass that provides the Director Server config handler implementation.
static java.lang.String PROPERTY_CONFIG_FILE
          The name of the system property that can be used to specify the path to the configuration file that should be used to initialize the config handler.
static java.lang.String PROPERTY_DEBUG_TARGET
          The name of the system property that can be used to specify a target for the debug logger on startup.
static java.lang.String PROPERTY_DISABLE_CONNECTION_HANDLERS
          The name of the system property that can be used to disable any connection handler that may be enabled in the server configuration.
static java.lang.String PROPERTY_DISABLE_EXEC
          The name of the system property that can be used to indicate whether components should be allowed to use the Runtime.exec method.
static java.lang.String PROPERTY_ERROR_LEVEL
          The name of the system property that can be used to specify a level for the error logger on startup.
static java.lang.String PROPERTY_FORCE_DAEMON_THREADS
          The name of the system property that can be used to determine whether all DirectoryThread instances should be created as daemon threads regardless of whether they would otherwise be configured that way.
static java.lang.String PROPERTY_LOCK_DIRECTORY
          The name of the system property that can be used to specify the path to the directory in which the server lock files should be written.
static java.lang.String PROPERTY_LOCK_MANAGER_CONCURRENCY_LEVEL
          The name of the system property that can be used to specify the concurrency level for the lock table.
static java.lang.String PROPERTY_LOCK_MANAGER_FAIR_ORDERING
          The name of the system property that can be used to specify if the entry lock manager should use a fair ordering policy.
static java.lang.String PROPERTY_LOCK_MANAGER_TABLE_SIZE
          The name of the system property that can be used to specify the initial table size for the server lock table.
static java.lang.String PROPERTY_MAINTAIN_CONFIG_ARCHIVE
          The name of the system property that can be used to determine whether the server should maintain an archive of previous configurations.
static java.lang.String PROPERTY_MAX_CONFIG_ARCHIVE_SIZE
          The name of the system property that can be used to specify the maximum number of archived configurations to maintain.
static java.lang.String PROPERTY_RUNNING_UNIT_TESTS
          The name of the system property that can be used to determine whether the Directory Server is starting up for the purpose of running the unit tests.
static java.lang.String PROPERTY_SCHEMA_DIRECTORY
          The name of the system property that can be used to specify the path to the directory in which the schema configuration files may be found.
static java.lang.String PROPERTY_SCRIPT_NAME
          The name of a command-line script used to launch an administrative tool.
static java.lang.String PROPERTY_SERVER_ROOT
          The name of the system property that can be used to specify the path to the server root.
static java.lang.String PROPERTY_USE_LAST_KNOWN_GOOD_CONFIG
          The name of the system property that can be used to indicate that the Directory Server should attempt to start using the last known good configuration, rather than the current active configuration.
static java.lang.String SASL_MECHANISM_ANONYMOUS
          The name of the SASL mechanism that does not provide any authentication but rather uses anonymous access.
static java.lang.String SASL_MECHANISM_CRAM_MD5
          The name of the SASL mechanism based on CRAM-MD5 authentication.
static java.lang.String SASL_MECHANISM_DIGEST_MD5
          The name of the SASL mechanism based on DIGEST-MD5 authentication.
static java.lang.String SASL_MECHANISM_EXTERNAL
          The name of the SASL mechanism based on external authentication.
static java.lang.String SASL_MECHANISM_GSSAPI
          The name of the SASL mechanism based on GSS-API authentication.
static java.lang.String SASL_MECHANISM_PLAIN
          The name of the SASL mechanism based on PLAIN authentication.
static java.lang.String SCHEMA_BACKUP_BASE_FILENAME
          The base filename to use for the archive file containing a backup of the server schema.
static java.lang.String SCHEMA_BASE_FILE_NAME_WITHOUT_REVISION
          The name that should be used for the concatenated schema file generated at build time with the base schema for the Subversion revision on which the current build is based.
static java.lang.String SCHEMA_CONCAT_FILE_NAME
          The name that should be used for the file to which the latest complete schema data should be concatenated.
static java.lang.String SCHEMA_PROPERTY_APPROX_RULE
          The name of the schema extension that will be used to specify the approximate matching rule that should be used for a given attribute type.
static java.lang.String SCHEMA_PROPERTY_FILENAME
          The name of the schema property that will be used to specify the path to the schema file from which the schema element was loaded.
static java.lang.String SECURITY_MECHANISM_DIGEST_MD5_CONFIDENTIALITY
          The name of the security mechanism that will be used for connections whose communication is protected using the confidentiality features of DIGEST-MD5.
static java.lang.String SECURITY_MECHANISM_KERBEROS_CONFIDENTIALITY
          The name of the security mechanism that will be used for connections whose communication is protected using the confidentiality features of Kerberos.
static java.lang.String SECURITY_MECHANISM_SSL
          The name of the security mechanism that will be used for connections established using SSL.
static java.lang.String SECURITY_MECHANISM_START_TLS
          The name of the security mechanism that will be used for connections that have established a secure session through StartTLS.
static java.lang.String SERVER_LOCK_FILE_NAME
          The name that will be used for the server-wide lock to prevent multiple instances of the server from running concurrently.
static java.lang.String SERVER_VENDOR_NAME
          The value that will be used for the vendorName attribute in the root DSE.
static java.lang.String SIZE_UNIT_BYTES_ABBR
          The abbreviated unit that should be used for a size specified in bytes.
static java.lang.String SIZE_UNIT_BYTES_FULL
          The full unit that should be used for a size specified in bytes.
static java.lang.String SIZE_UNIT_GIBIBYTES_ABBR
          The abbreviated unit that should be used for a size specified in gibibytes.
static java.lang.String SIZE_UNIT_GIBIBYTES_FULL
          The full unit that should be used for a size specified in gibibytes.
static java.lang.String SIZE_UNIT_GIGABYTES_ABBR
          The abbreviated unit that should be used for a size specified in gigabytes.
static java.lang.String SIZE_UNIT_GIGABYTES_FULL
          The full unit that should be used for a size specified in gigabytes.
static java.lang.String SIZE_UNIT_KIBIBYTES_ABBR
          The abbreviated unit that should be used for a size specified in kibibytes.
static java.lang.String SIZE_UNIT_KIBIBYTES_FULL
          The full unit that should be used for a size specified in kibibytes.
static java.lang.String SIZE_UNIT_KILOBYTES_ABBR
          The abbreviated unit that should be used for a size specified in kilobytes.
static java.lang.String SIZE_UNIT_KILOBYTES_FULL
          The full unit that should be used for a size specified in kilobytes.
static java.lang.String SIZE_UNIT_MEBIBYTES_ABBR
          The abbreviated unit that should be used for a size specified in mebibytes.
static java.lang.String SIZE_UNIT_MEBIBYTES_FULL
          The full unit that should be used for a size specified in mebibytes.
static java.lang.String SIZE_UNIT_MEGABYTES_ABBR
          The abbreviated unit that should be used for a size specified in megabytes.
static java.lang.String SIZE_UNIT_MEGABYTES_FULL
          The full unit that should be used for a size specified in megabytes.
static java.lang.String SIZE_UNIT_TEBIBYTES_ABBR
          The abbreviated unit that should be used for a size specified in tebibytes.
static java.lang.String SIZE_UNIT_TEBIBYTES_FULL
          The full unit that should be used for a size specified in tebibytes.
static java.lang.String SIZE_UNIT_TERABYTES_ABBR
          The abbreviated unit that should be used for a size specified in terabytes.
static java.lang.String SIZE_UNIT_TERABYTES_FULL
          The full unit that should be used for a size specified in terabytes.
static java.lang.String SMTP_PROPERTY_HOST
          The name of the JavaMail property that can be used to specify the address of the SMTP server.
static java.lang.String SMTP_PROPERTY_PORT
          The name of the JavaMail property that can be used to specify the port for the SMTP server.
static java.lang.String TIME_UNIT_DAYS_ABBR
          The abbreviated unit that should be used for a time specified in days.
static java.lang.String TIME_UNIT_DAYS_FULL
          The full unit that should be used for a time specified in days.
static java.lang.String TIME_UNIT_HOURS_ABBR
          The abbreviated unit that should be used for a time specified in hours.
static java.lang.String TIME_UNIT_HOURS_FULL
          The full unit that should be used for a time specified in hours.
static java.lang.String TIME_UNIT_MICROSECONDS_ABBR
          The abbreviated unit that should be used for a time specified in microseconds.
static java.lang.String TIME_UNIT_MICROSECONDS_FULL
          The full unit that should be used for a time specified in microseconds.
static java.lang.String TIME_UNIT_MILLISECONDS_ABBR
          The abbreviated unit that should be used for a time specified in milliseconds.
static java.lang.String TIME_UNIT_MILLISECONDS_FULL
          The full unit that should be used for a time specified in milliseconds.
static java.lang.String TIME_UNIT_MINUTES_ABBR
          The abbreviated unit that should be used for a time specified in minutes.
static java.lang.String TIME_UNIT_MINUTES_FULL
          The full unit that should be used for a time specified in minutes.
static java.lang.String TIME_UNIT_NANOSECONDS_ABBR
          The abbreviated unit that should be used for a time specified in nanoseconds.
static java.lang.String TIME_UNIT_NANOSECONDS_FULL
          The full unit that should be used for a time specified in nanoseconds.
static java.lang.String TIME_UNIT_SECONDS_ABBR
          The abbreviated unit that should be used for a time specified in seconds.
static java.lang.String TIME_UNIT_SECONDS_FULL
          The full unit that should be used for a time specified in seconds.
static java.lang.String TIME_UNIT_WEEKS_ABBR
          The abbreviated unit that should be used for a time specified in weeks.
static java.lang.String TIME_UNIT_WEEKS_FULL
          The full unit that should be used for a time specified in weeks.
static java.lang.String TIME_ZONE_UTC
          The name of the time zone for universal coordinated time (UTC).
 
Constructor Summary
ServerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOL

public static final java.lang.String EOL
The end-of-line character for this platform.


CONFIG_VALUE_TRUE

public static final java.lang.String CONFIG_VALUE_TRUE
The value that will be used in the configuration for Boolean elements with a value of "true".

See Also:
Constant Field Values

CONFIG_VALUE_FALSE

public static final java.lang.String CONFIG_VALUE_FALSE
The value that will be used in the configuration for Boolean elements with a value of "false".

See Also:
Constant Field Values

DATE_FORMAT_COMPACT_LOCAL_TIME

public static final java.lang.String DATE_FORMAT_COMPACT_LOCAL_TIME
The date format string that will be used to construct and parse dates represented in a form like UTC time, but using the local time zone.

See Also:
Constant Field Values

DATE_FORMAT_GENERALIZED_TIME

public static final java.lang.String DATE_FORMAT_GENERALIZED_TIME
The date format string that will be used to construct and parse dates represented using generalized time. It is assumed that the provided date formatter will be set to UTC.

See Also:
Constant Field Values

DATE_FORMAT_LOCAL_TIME

public static final java.lang.String DATE_FORMAT_LOCAL_TIME
The date format string that will be used to construct and parse dates represented using generalized time. It is assumed that the provided date formatter will be set to UTC.

See Also:
Constant Field Values

DATE_FORMAT_GMT_TIME

public static final java.lang.String DATE_FORMAT_GMT_TIME
The date format string that will be used to construct and parse dates represented using generalized time with a four-digit year. It is assumed that the provided date formatter will be set to UTC.

See Also:
Constant Field Values

DATE_FORMAT_UTC_TIME

public static final java.lang.String DATE_FORMAT_UTC_TIME
The date format string that will be used to construct and parse dates represented using generalized time with a two-digit year. It is assumed that the provided date formatter will be set to UTC.

See Also:
Constant Field Values

TIME_ZONE_UTC

public static final java.lang.String TIME_ZONE_UTC
The name of the time zone for universal coordinated time (UTC).

See Also:
Constant Field Values

ATTR_ALIAS_DN

public static final java.lang.String ATTR_ALIAS_DN
The name of the standard attribute that is used to specify the target DN in an alias entry, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_C

public static final java.lang.String ATTR_C
The name of the standard attribute that is used to hold country names, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_COMMON_NAME

public static final java.lang.String ATTR_COMMON_NAME
The name of the standard attribute that is used to hold common names, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_CURRENT_CONNS

public static final java.lang.String ATTR_CURRENT_CONNS
The name of the attribute that is used to specify the number of connections currently established, formatted in camel case.

See Also:
Constant Field Values

ATTR_CURRENT_CONNS_LC

public static final java.lang.String ATTR_CURRENT_CONNS_LC
The name of the attribute that is used to specify the number of connections currently established, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_CURRENT_TIME

public static final java.lang.String ATTR_CURRENT_TIME
The name of the attribute that is used to specify the current time, formatted in camel case.

See Also:
Constant Field Values

ATTR_CURRENT_TIME_LC

public static final java.lang.String ATTR_CURRENT_TIME_LC
The name of the attribute that is used to specify the current time, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_DC

public static final java.lang.String ATTR_DC
The name of the standard attribute that is used to hold domain component names, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_MAX_CONNS

public static final java.lang.String ATTR_MAX_CONNS
The name of the attribute that is used to specify the maximum number of connections established at any time since startup, formatted in camel case.

See Also:
Constant Field Values

ATTR_MAX_CONNS_LC

public static final java.lang.String ATTR_MAX_CONNS_LC
The name of the attribute that is used to specify the maximum number of connections established at any time since startup, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_MEMBER

public static final java.lang.String ATTR_MEMBER
The name of the standard "member" attribute type, formatted in all lowercase characters.

See Also:
Constant Field Values

ATTR_MEMBER_URL

public static final java.lang.String ATTR_MEMBER_URL
The name of the standard "memberURL" attribute type, formatted in camel case.

See Also:
Constant Field Values

ATTR_MEMBER_URL_LC

public static final java.lang.String ATTR_MEMBER_URL_LC
The name of the standard "memberURL" attribute type, formatted in all lowercase characters.

See Also:
Constant Field Values

ATTR_MONITOR_BACKEND_ID

public static final java.lang.String ATTR_MONITOR_BACKEND_ID
The name of the monitor attribute that is used to hold a backend ID.

See Also:
Constant Field Values

ATTR_MONITOR_BACKEND_BASE_DN

public static final java.lang.String ATTR_MONITOR_BACKEND_BASE_DN
The name of the monitor attribute that is used to hold the set of base DNs.

See Also:
Constant Field Values

ATTR_MONITOR_BACKEND_IS_PRIVATE

public static final java.lang.String ATTR_MONITOR_BACKEND_IS_PRIVATE
The name of the monitor attribute that is used to indicate whether a backend is private.

See Also:
Constant Field Values

ATTR_MONITOR_BACKEND_ENTRY_COUNT

public static final java.lang.String ATTR_MONITOR_BACKEND_ENTRY_COUNT
The name of the monitor attribute that is used to hold the backend entry count.

See Also:
Constant Field Values

ATTR_MONITOR_BASE_DN_ENTRY_COUNT

public static final java.lang.String ATTR_MONITOR_BASE_DN_ENTRY_COUNT
The name of the monitor attribute that is used to hold the base DN entry count.

See Also:
Constant Field Values

ATTR_MONITOR_BACKEND_WRITABILITY_MODE

public static final java.lang.String ATTR_MONITOR_BACKEND_WRITABILITY_MODE
The name of the monitor attribute that is used to hold the backend writability mode.

See Also:
Constant Field Values

ATTR_MONITOR_CONNHANDLER_CONNECTION

public static final java.lang.String ATTR_MONITOR_CONNHANDLER_CONNECTION
The name of the monitor attribute that is used to hold the connection handler connections.

See Also:
Constant Field Values

ATTR_MONITOR_CONNHANDLER_LISTENER

public static final java.lang.String ATTR_MONITOR_CONNHANDLER_LISTENER
The name of the monitor attribute that is used to hold the connection handler listeners.

See Also:
Constant Field Values

ATTR_MONITOR_CONNHANDLER_NUMCONNECTIONS

public static final java.lang.String ATTR_MONITOR_CONNHANDLER_NUMCONNECTIONS
The name of the monitor attribute that is used to hold the connection handler number of established connections.

See Also:
Constant Field Values

ATTR_MONITOR_CONNHANDLER_PROTOCOL

public static final java.lang.String ATTR_MONITOR_CONNHANDLER_PROTOCOL
The name of the monitor attribute that is used to hold the connection handler protocol.

See Also:
Constant Field Values

ATTR_NAMING_CONTEXTS

public static final java.lang.String ATTR_NAMING_CONTEXTS
The name of the standard attribute that is used to specify the set of public naming contexts (suffixes) for the Directory Server, formatted in camel case.

See Also:
Constant Field Values

ATTR_NAMING_CONTEXTS_LC

public static final java.lang.String ATTR_NAMING_CONTEXTS_LC
The name of the standard attribute that is used to specify the set of public naming contexts (suffixes) for the Directory Server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_PRIVATE_NAMING_CONTEXTS

public static final java.lang.String ATTR_PRIVATE_NAMING_CONTEXTS
The name of the attribute used to hold the DNs that constitute the set of "private" naming contexts registered with the server.

See Also:
Constant Field Values

ATTR_O

public static final java.lang.String ATTR_O
The name of the standard attribute that is used to hold organization names, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_OU

public static final java.lang.String ATTR_OU
The name of the standard attribute that is used to hold organizational unit names, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_PRODUCT_NAME

public static final java.lang.String ATTR_PRODUCT_NAME
The name of the standard attribute that is used to specify the name of the Directory Server product, formatted in camel case.

See Also:
Constant Field Values

ATTR_PRODUCT_NAME_LC

public static final java.lang.String ATTR_PRODUCT_NAME_LC
The name of the standard attribute that is used to specify the name of the Directory Server product, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_REFERRAL_URL

public static final java.lang.String ATTR_REFERRAL_URL
The name of the standard attribute that is used to specify the set of referral URLs in a smart referral entry, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SN

public static final java.lang.String ATTR_SN
The name of the standard attribute that is used to hold surnames, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SUBSCHEMA_SUBENTRY

public static final java.lang.String ATTR_SUBSCHEMA_SUBENTRY
The name of the standard attribute that is used to specify the location for the Directory Server schema, formatted in camel case.

See Also:
Constant Field Values

ATTR_SUBSCHEMA_SUBENTRY_LC

public static final java.lang.String ATTR_SUBSCHEMA_SUBENTRY_LC
The name of the standard attribute that is used to specify the location for the Directory Server schema, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SUPPORTED_AUTH_PW_SCHEMES

public static final java.lang.String ATTR_SUPPORTED_AUTH_PW_SCHEMES
The name of the standard attribute that is used to specify the names of the authentication password schemes supported by the server, formatted in camel case.

See Also:
Constant Field Values

ATTR_SUPPORTED_AUTH_PW_SCHEMES_LC

public static final java.lang.String ATTR_SUPPORTED_AUTH_PW_SCHEMES_LC
The name of the standard attribute that is used to specify the names of the authentication password schemes supported by the server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SUPPORTED_CONTROL

public static final java.lang.String ATTR_SUPPORTED_CONTROL
The name of the standard attribute that is used to specify the OIDs of the controls supported by the server, formatted in camel case.

See Also:
Constant Field Values

ATTR_SUPPORTED_CONTROL_LC

public static final java.lang.String ATTR_SUPPORTED_CONTROL_LC
The name of the standard attribute that is used to specify the OIDs of the controls supported by the server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SUPPORTED_EXTENSION

public static final java.lang.String ATTR_SUPPORTED_EXTENSION
The name of the standard attribute that is used to specify the OIDs of the extended operations supported by the server, formatted in camel case.

See Also:
Constant Field Values

ATTR_SUPPORTED_EXTENSION_LC

public static final java.lang.String ATTR_SUPPORTED_EXTENSION_LC
The name of the standard attribute that is used to specify the OIDs of the extended operations supported by the server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SUPPORTED_FEATURE

public static final java.lang.String ATTR_SUPPORTED_FEATURE
The name of the standard attribute that is used to specify the OIDs of the features supported by the server, formatted in camel case.

See Also:
Constant Field Values

ATTR_SUPPORTED_FEATURE_LC

public static final java.lang.String ATTR_SUPPORTED_FEATURE_LC
The name of the standard attribute that is used to specify the OIDs of the features supported by the server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SUPPORTED_LDAP_VERSION

public static final java.lang.String ATTR_SUPPORTED_LDAP_VERSION
The name of the standard attribute that is used to specify the names of the LDAP protocol versions supported by the server, formatted in camel case.

See Also:
Constant Field Values

ATTR_SUPPORTED_LDAP_VERSION_LC

public static final java.lang.String ATTR_SUPPORTED_LDAP_VERSION_LC
The name of the standard attribute that is used to specify the names of the LDAP protocol versions supported by the server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_SUPPORTED_SASL_MECHANISMS

public static final java.lang.String ATTR_SUPPORTED_SASL_MECHANISMS
The name of the standard attribute that is used to specify the names of the SASL mechanisms supported by the server, formatted in camel case.

See Also:
Constant Field Values

ATTR_SUPPORTED_SASL_MECHANISMS_LC

public static final java.lang.String ATTR_SUPPORTED_SASL_MECHANISMS_LC
The name of the standard attribute that is used to specify the names of the SASL mechanisms supported by the server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_START_TIME

public static final java.lang.String ATTR_START_TIME
The name of the attribute that is used to specify the time that the Directory Server started, formatted in camel case.

See Also:
Constant Field Values

ATTR_START_TIME_LC

public static final java.lang.String ATTR_START_TIME_LC
The name of the attribute that is used to specify the time that the Directory Server started, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_TARGET_GROUP_DN

public static final java.lang.String ATTR_TARGET_GROUP_DN
The name of the attribute that is used to specify the DN of the target group for a virtual static group.

See Also:
Constant Field Values

ATTR_TASK_DISCONNECT_CONN_ID

public static final java.lang.String ATTR_TASK_DISCONNECT_CONN_ID
The name of the attribute that is used to specify the connection ID of the connection to disconnect.

See Also:
Constant Field Values

ATTR_TASK_DISCONNECT_MESSAGE

public static final java.lang.String ATTR_TASK_DISCONNECT_MESSAGE
The name of the attribute that is used to specify the disconnect message.

See Also:
Constant Field Values

ATTR_TASK_DISCONNECT_NOTIFY_CLIENT

public static final java.lang.String ATTR_TASK_DISCONNECT_NOTIFY_CLIENT
The name of the attribute that is used to indicate whether to notify the connection it is about to be terminated.

See Also:
Constant Field Values

ATTR_TOTAL_CONNS

public static final java.lang.String ATTR_TOTAL_CONNS
The name of the attribute that is used to specify the total number of connections established since startup, formatted in camel case.

See Also:
Constant Field Values

ATTR_TOTAL_CONNS_LC

public static final java.lang.String ATTR_TOTAL_CONNS_LC
The name of the attribute that is used to specify the total number of connections established since startup, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_UNIQUE_MEMBER

public static final java.lang.String ATTR_UNIQUE_MEMBER
The name of the standard "uniqueMember" attribute type, formatted in camelCase.

See Also:
Constant Field Values

ATTR_UNIQUE_MEMBER_LC

public static final java.lang.String ATTR_UNIQUE_MEMBER_LC
The name of the standard "uniqueMember" attribute type, formatted in all lowercase characters.

See Also:
Constant Field Values

ATTR_UP_TIME

public static final java.lang.String ATTR_UP_TIME
The name of the attribute that is used to specify the length of time that the server has been online, formatted in camel case.

See Also:
Constant Field Values

ATTR_UP_TIME_LC

public static final java.lang.String ATTR_UP_TIME_LC
The name of the attribute that is used to specify the length of time that the server has been online, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_USER_PASSWORD

public static final java.lang.String ATTR_USER_PASSWORD
The name of the standard attribute that is used to specify the password for a user, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_VENDOR_NAME

public static final java.lang.String ATTR_VENDOR_NAME
The name of the standard attribute that is used to specify vendor name for the Directory Server, formatted in camel case.

See Also:
Constant Field Values

ATTR_VENDOR_NAME_LC

public static final java.lang.String ATTR_VENDOR_NAME_LC
The name of the standard attribute that is used to specify vendor name for the Directory Server, formatted in all lowercase.

See Also:
Constant Field Values

ATTR_VENDOR_VERSION

public static final java.lang.String ATTR_VENDOR_VERSION
The name of the standard attribute that is used to specify vendor version for the Directory Server, formatted in camel case.

See Also:
Constant Field Values

ATTR_VENDOR_VERSION_LC

public static final java.lang.String ATTR_VENDOR_VERSION_LC
The name of the standard attribute that is used to specify vendor version for the Directory Server, formatted in all lowercase.

See Also:
Constant Field Values

OC_ALIAS

public static final java.lang.String OC_ALIAS
The name of the standard objectclass that is used to indicate that an entry is an alias, formatted in all lowercase.

See Also:
Constant Field Values

OC_COUNTRY

public static final java.lang.String OC_COUNTRY
The name of the standard objectclass, formatted in all lowercase, that is used to indicate that an entry describes a country.

See Also:
Constant Field Values

OC_DOMAIN

public static final java.lang.String OC_DOMAIN
The name of the standard objectclass, formatted in all lowercase, that is used to indicate that an entry describes a domain.

See Also:
Constant Field Values

OC_EXTENSIBLE_OBJECT

public static final java.lang.String OC_EXTENSIBLE_OBJECT
The name of the standard objectclass that is used to allow any attribute type to be present in an entry, formatted in camel case.

See Also:
Constant Field Values

OC_EXTENSIBLE_OBJECT_LC

public static final java.lang.String OC_EXTENSIBLE_OBJECT_LC
The name of the standard objectclass that is used to allow any attribute type to be present in an entry, formatted in all lowercase characters.

See Also:
Constant Field Values

OC_GROUP_OF_ENTRIES

public static final java.lang.String OC_GROUP_OF_ENTRIES
The name of the standard "groupOfEntries" object class, formatted in camelCase.

See Also:
Constant Field Values

OC_GROUP_OF_ENTRIES_LC

public static final java.lang.String OC_GROUP_OF_ENTRIES_LC
The name of the standard "groupOfEntries" object class, formatted in all lowercase characters.

See Also:
Constant Field Values

OC_GROUP_OF_NAMES

public static final java.lang.String OC_GROUP_OF_NAMES
The name of the standard "groupOfNames" object class, formatted in camelCase.

See Also:
Constant Field Values

OC_GROUP_OF_NAMES_LC

public static final java.lang.String OC_GROUP_OF_NAMES_LC
The name of the standard "groupOfNames" object class, formatted in all lowercase characters.

See Also:
Constant Field Values

OC_GROUP_OF_UNIQUE_NAMES

public static final java.lang.String OC_GROUP_OF_UNIQUE_NAMES
The name of the standard "groupOfUniqueNames" object class, formatted in camelCase.

See Also:
Constant Field Values

OC_GROUP_OF_UNIQUE_NAMES_LC

public static final java.lang.String OC_GROUP_OF_UNIQUE_NAMES_LC
The name of the standard "groupOfUniqueNames" object class, formatted in all lowercase characters.

See Also:
Constant Field Values

OC_GROUP_OF_URLS

public static final java.lang.String OC_GROUP_OF_URLS
The name of the standard "groupOfURLs" object class, formatted in camel case.

See Also:
Constant Field Values

OC_GROUP_OF_URLS_LC

public static final java.lang.String OC_GROUP_OF_URLS_LC
The name of the standard "groupOfURLs" object class, formatted in all lowercase characters.

See Also:
Constant Field Values

OID_CANCEL_REQUEST

public static final java.lang.String OID_CANCEL_REQUEST
The request OID for the cancel extended operation.

See Also:
Constant Field Values

OID_EXTENSIBLE_OBJECT

public static final java.lang.String OID_EXTENSIBLE_OBJECT
The OID for the extensibleObject objectclass.

See Also:
Constant Field Values

OID_GET_CONNECTION_ID_EXTOP

public static final java.lang.String OID_GET_CONNECTION_ID_EXTOP
The OID for the extended operation that can be used to get the client connection ID. It will be both the request and response OID.

See Also:
Constant Field Values

OID_PASSWORD_MODIFY_REQUEST

public static final java.lang.String OID_PASSWORD_MODIFY_REQUEST
The request OID for the password modify extended operation.

See Also:
Constant Field Values

OID_PASSWORD_POLICY_STATE_EXTOP

public static final java.lang.String OID_PASSWORD_POLICY_STATE_EXTOP
The OID for the password policy state extended operation (both the request and response types).

See Also:
Constant Field Values

OID_START_TLS_REQUEST

public static final java.lang.String OID_START_TLS_REQUEST
The request OID for the StartTLS extended operation.

See Also:
Constant Field Values

OID_WHO_AM_I_REQUEST

public static final java.lang.String OID_WHO_AM_I_REQUEST
The request OID for the "Who Am I?" extended operation.

See Also:
Constant Field Values

OID_GET_SYMMETRIC_KEY_EXTENDED_OP

public static final java.lang.String OID_GET_SYMMETRIC_KEY_EXTENDED_OP
The request OID for the get symmetric key extended operation.

See Also:
Constant Field Values

OC_LDAP_SUBENTRY

public static final java.lang.String OC_LDAP_SUBENTRY
The name of the standard "ldapSubentry" objectclass (which is a special type of objectclass that makes a kind of "operational" entry), formatted in camel case.

See Also:
Constant Field Values

OC_LDAP_SUBENTRY_LC

public static final java.lang.String OC_LDAP_SUBENTRY_LC
The name of the standard "ldapSubentry" objectclass (which is a special type of objectclass that makes a kind of "operational" entry), formatted in all lowercase.

See Also:
Constant Field Values

OC_MONITOR_BACKEND

public static final java.lang.String OC_MONITOR_BACKEND
The name of the custom objectclass that will be included in backend monitor entries.

See Also:
Constant Field Values

OC_MONITOR_CONNHANDLER

public static final java.lang.String OC_MONITOR_CONNHANDLER
The name of the custom objectclass that will be included in connection handler monitor entries.

See Also:
Constant Field Values

OC_MONITOR_ENTRY

public static final java.lang.String OC_MONITOR_ENTRY
The name of the objectclass that will be used as the structural class for monitor entries.

See Also:
Constant Field Values

OC_ORGANIZATION

public static final java.lang.String OC_ORGANIZATION
The name of the standard objectclass, formatted in all lowercase, that is used to indicate that an entry describes an organization.

See Also:
Constant Field Values

OC_ORGANIZATIONAL_UNIT

public static final java.lang.String OC_ORGANIZATIONAL_UNIT
The name of the standard objectclass that is used to indicate that an entry describes an organizational unit.

See Also:
Constant Field Values

OC_ORGANIZATIONAL_UNIT_LC

public static final java.lang.String OC_ORGANIZATIONAL_UNIT_LC
The name of the organizationalUnit objectclass formatted in all lowercase characters.

See Also:
Constant Field Values

OC_PERSON

public static final java.lang.String OC_PERSON
The name of the person objectclass, formatted in all lowercase characters.

See Also:
Constant Field Values

OC_REFERRAL

public static final java.lang.String OC_REFERRAL
The name of the standard objectclass that is used to indicate that an entry is a smart referral, formatted in all lowercase.

See Also:
Constant Field Values

OC_ROOT_DSE

public static final java.lang.String OC_ROOT_DSE
The name of the structural objectclass that will be used for the Directory Server root DSE entry.

See Also:
Constant Field Values

OC_SUBSCHEMA

public static final java.lang.String OC_SUBSCHEMA
The name of the standard "subschema" objectclass (which is used in entries that publish schema information), formatted in all lowercase.

See Also:
Constant Field Values

OC_TOP

public static final java.lang.String OC_TOP
The name of the standard "top" objectclass, which is the superclass for virtually all other objectclasses, formatted in all lowercase.

See Also:
Constant Field Values

OC_UNTYPED_OBJECT

public static final java.lang.String OC_UNTYPED_OBJECT
The name of the objectclass that can be used for generic entries for which we don't have any other type of objectclass that is more appropriate.

See Also:
Constant Field Values

OC_UNTYPED_OBJECT_LC

public static final java.lang.String OC_UNTYPED_OBJECT_LC
The name of the untypedObject objectclass in all lowercase characters.

See Also:
Constant Field Values

OC_VIRTUAL_STATIC_GROUP

public static final java.lang.String OC_VIRTUAL_STATIC_GROUP
The name of the ds-virtual-static-group objectclass in all lowercase characters.

See Also:
Constant Field Values

LOG_SEVERITY_DISABLED

public static final java.lang.String LOG_SEVERITY_DISABLED
The English name for the basic disabled log severity used for all log severities.

See Also:
Constant Field Values

LOG_SEVERITY_ALL

public static final java.lang.String LOG_SEVERITY_ALL
The English name for the basic all log severity used for all log severities.

See Also:
Constant Field Values

LOG_SEVERITY_NONE

public static final java.lang.String LOG_SEVERITY_NONE
The English name for the basic none log severity used to log no error message beside some specific category.

See Also:
Constant Field Values

DEBUG_CATEGORY_MESSAGE

public static final java.lang.String DEBUG_CATEGORY_MESSAGE
The English name for the debug log category used for access control debugging.

See Also:
Constant Field Values

DEBUG_CATEGORY_CONSTRUCTOR

public static final java.lang.String DEBUG_CATEGORY_CONSTRUCTOR
The English name for the debug log category used for constructor debugging.

See Also:
Constant Field Values

DEBUG_CATEGORY_DATA

public static final java.lang.String DEBUG_CATEGORY_DATA
The English name for the debug log category used for debugging raw data read.

See Also:
Constant Field Values

DEBUG_CATEGORY_THROWN

public static final java.lang.String DEBUG_CATEGORY_THROWN
The English name for the debug log category used for exception debugging.

See Also:
Constant Field Values

DEBUG_CATEGORY_CAUGHT

public static final java.lang.String DEBUG_CATEGORY_CAUGHT
The English name for the debug log category used for exception debugging.

See Also:
Constant Field Values

DEBUG_CATEGORY_ENTER

public static final java.lang.String DEBUG_CATEGORY_ENTER
The English name for the debug log category used for method entry debugging.

See Also:
Constant Field Values

DEBUG_CATEGORY_EXIT

public static final java.lang.String DEBUG_CATEGORY_EXIT
The English name for the debug log category used for method exit debugging.

See Also:
Constant Field Values

DEBUG_CATEGORY_PROTOCOL

public static final java.lang.String DEBUG_CATEGORY_PROTOCOL
The English name for the debug log category used for debugging protocol elements.

See Also:
Constant Field Values

DEBUG_CATEGORY_DATABASE_ACCESS

public static final java.lang.String DEBUG_CATEGORY_DATABASE_ACCESS
The English name for the debug log category used for raw data access from the JE database.

See Also:
Constant Field Values

DEBUG_SEVERITY_VERBOSE

public static final java.lang.String DEBUG_SEVERITY_VERBOSE
The English name for the debug log severity used for verbose messages.

See Also:
Constant Field Values

DEBUG_SEVERITY_INFO

public static final java.lang.String DEBUG_SEVERITY_INFO
The English name for the debug log severity used for informational messages.

See Also:
Constant Field Values

DEBUG_SEVERITY_WARNING

public static final java.lang.String DEBUG_SEVERITY_WARNING
The English name for the debug log severity used for warning messages.

See Also:
Constant Field Values

DEBUG_SEVERITY_ERROR

public static final java.lang.String DEBUG_SEVERITY_ERROR
The English name for the debug log severity used for error messages.

See Also:
Constant Field Values

ERROR_CATEGORY_ACCESS_CONTROL

public static final java.lang.String ERROR_CATEGORY_ACCESS_CONTROL
The English name for the error log category used for access control processing.

See Also:
Constant Field Values

ERROR_CATEGORY_BACKEND

public static final java.lang.String ERROR_CATEGORY_BACKEND
The English name for the error log category used for backend processing.

See Also:
Constant Field Values

ERROR_CATEGORY_CONFIG

public static final java.lang.String ERROR_CATEGORY_CONFIG
The English name for the error log category used for configuration processing.

See Also:
Constant Field Values

ERROR_CATEGORY_CONNECTION_HANDLING

public static final java.lang.String ERROR_CATEGORY_CONNECTION_HANDLING
The English name for the error log category used for client connection handling.

See Also:
Constant Field Values

ERROR_CATEGORY_CORE_SERVER

public static final java.lang.String ERROR_CATEGORY_CORE_SERVER
The English name for the error log category used for core server processing.

See Also:
Constant Field Values

ERROR_CATEGORY_EXTENDED_OPERATION

public static final java.lang.String ERROR_CATEGORY_EXTENDED_OPERATION
The English name for the error log category used for extended operation processing.

See Also:
Constant Field Values

ERROR_CATEGORY_EXTENSIONS

public static final java.lang.String ERROR_CATEGORY_EXTENSIONS
The English name for the error log category used for server extension processing.

See Also:
Constant Field Values

ERROR_CATEGORY_PASSWORD_POLICY

public static final java.lang.String ERROR_CATEGORY_PASSWORD_POLICY
The English name for the error log category used for password policy processing.

See Also:
Constant Field Values

ERROR_CATEGORY_PLUGIN

public static final java.lang.String ERROR_CATEGORY_PLUGIN
The English name for the error log category used for plugin processing.

See Also:
Constant Field Values

ERROR_CATEGORY_REQUEST

public static final java.lang.String ERROR_CATEGORY_REQUEST
The English name for the error log category used for request handling.

See Also:
Constant Field Values

ERROR_CATEGORY_SASL_MECHANISM

public static final java.lang.String ERROR_CATEGORY_SASL_MECHANISM
The English name for the error log category used for SASL processing.

See Also:
Constant Field Values

ERROR_CATEGORY_SCHEMA

public static final java.lang.String ERROR_CATEGORY_SCHEMA
The English name for the error log category used for schema processing.

See Also:
Constant Field Values

ERROR_CATEGORY_SHUTDOWN

public static final java.lang.String ERROR_CATEGORY_SHUTDOWN
The English name for the error log category used for shutdown processing.

See Also:
Constant Field Values

ERROR_CATEGORY_STARTUP

public static final java.lang.String ERROR_CATEGORY_STARTUP
The English name for the error log category used for startup processing.

See Also:
Constant Field Values

ERROR_CATEGORY_SYNCHRONIZATION

public static final java.lang.String ERROR_CATEGORY_SYNCHRONIZATION
The English name for the error log category used for synchronization processing.

See Also:
Constant Field Values

ERROR_CATEGORY_TASK

public static final java.lang.String ERROR_CATEGORY_TASK
The English name for the error log category used for task processing.

See Also:
Constant Field Values

ERROR_SEVERITY_FATAL

public static final java.lang.String ERROR_SEVERITY_FATAL
The English name for the error log severity used for fatal error messages.

See Also:
Constant Field Values

ERROR_SEVERITY_INFORMATIONAL

public static final java.lang.String ERROR_SEVERITY_INFORMATIONAL
The English name for the error log severity used for informational messages.

See Also:
Constant Field Values

ERROR_SEVERITY_MILD_ERROR

public static final java.lang.String ERROR_SEVERITY_MILD_ERROR
The English name for the error log severity used for mild error messages.

See Also:
Constant Field Values

ERROR_SEVERITY_MILD_WARNING

public static final java.lang.String ERROR_SEVERITY_MILD_WARNING
The English name for the error log severity used for mild warning messages.

See Also:
Constant Field Values

ERROR_SEVERITY_NOTICE

public static final java.lang.String ERROR_SEVERITY_NOTICE
The English name for the error log severity used for important informational messages.

See Also:
Constant Field Values

ERROR_SEVERITY_SEVERE_ERROR

public static final java.lang.String ERROR_SEVERITY_SEVERE_ERROR
The English name for the error log severity used for severe error messages.

See Also:
Constant Field Values

ERROR_SEVERITY_SEVERE_WARNING

public static final java.lang.String ERROR_SEVERITY_SEVERE_WARNING
The English name for the error log severity used for severe warning messages.

See Also:
Constant Field Values

MBEAN_BASE_DOMAIN

public static final java.lang.String MBEAN_BASE_DOMAIN
The domain that will be used for JMX MBeans defined within the Directory Server.

See Also:
Constant Field Values

ALERT_DESCRIPTION_ACCESS_CONTROL_DISABLED

public static final java.lang.String ALERT_DESCRIPTION_ACCESS_CONTROL_DISABLED
The description for the alert type that will be used for the alert notification generated if the access control handler is disabled.

See Also:
Constant Field Values

ALERT_TYPE_ACCESS_CONTROL_DISABLED

public static final java.lang.String ALERT_TYPE_ACCESS_CONTROL_DISABLED
The alert type string that will be used for the alert notification generated if the access control handler is disabled.

See Also:
Constant Field Values

ALERT_DESCRIPTION_ACCESS_CONTROL_ENABLED

public static final java.lang.String ALERT_DESCRIPTION_ACCESS_CONTROL_ENABLED
The description for the alert type that will be used for the alert notification generated if the access control handler is enabled.

See Also:
Constant Field Values

ALERT_TYPE_ACCESS_CONTROL_ENABLED

public static final java.lang.String ALERT_TYPE_ACCESS_CONTROL_ENABLED
The alert type string that will be used for the alert notification generated if the access control handler is enabled.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_FIND_RECURRING_TASK

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_FIND_RECURRING_TASK
The description for the alert type that will be used for the alert notification generated if a recurring task cannot be found to schedule the next iteration after the previous iteration has completed.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_FIND_RECURRING_TASK

public static final java.lang.String ALERT_TYPE_CANNOT_FIND_RECURRING_TASK
The alert type string that will be used for the alert notification generated if a recurring task cannot be found to schedule the next iteration after the previous iteration has completed.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_RENAME_CURRENT_TASK_FILE

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_RENAME_CURRENT_TASK_FILE
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to rename the current tasks backing file.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_RENAME_CURRENT_TASK_FILE

public static final java.lang.String ALERT_TYPE_CANNOT_RENAME_CURRENT_TASK_FILE
The alert type string that will be used for the alert notification generated if an error occurs while attempting to rename the current tasks backing file.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_RENAME_NEW_TASK_FILE

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_RENAME_NEW_TASK_FILE
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to rename the new tasks backing file.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_RENAME_NEW_TASK_FILE

public static final java.lang.String ALERT_TYPE_CANNOT_RENAME_NEW_TASK_FILE
The alert type string that will be used for the alert notification generated if an error occurs while attempting to rename the new tasks backing file.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_SCHEDULE_RECURRING_ITERATION

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_SCHEDULE_RECURRING_ITERATION
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to schedule an iteration of a recurring task.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_SCHEDULE_RECURRING_ITERATION

public static final java.lang.String ALERT_TYPE_CANNOT_SCHEDULE_RECURRING_ITERATION
The alert type string that will be used for the alert notification generated if an error occurs while attempting to schedule an iteration of a recurring task.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_WRITE_CONFIGURATION

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_WRITE_CONFIGURATION
The description for the alert type that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_WRITE_CONFIGURATION

public static final java.lang.String ALERT_TYPE_CANNOT_WRITE_CONFIGURATION
The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.

See Also:
Constant Field Values

ALERT_DESCRIPTION_ENTERING_LOCKDOWN_MODE

public static final java.lang.String ALERT_DESCRIPTION_ENTERING_LOCKDOWN_MODE
The description for the alert type that will be used for the alert notification generated upon entering lockdown mode.

See Also:
Constant Field Values

ALERT_TYPE_ENTERING_LOCKDOWN_MODE

public static final java.lang.String ALERT_TYPE_ENTERING_LOCKDOWN_MODE
The alert type that will be used when the Directory Server enters lockdown mode.

See Also:
Constant Field Values

ALERT_DESCRIPTION_LEAVING_LOCKDOWN_MODE

public static final java.lang.String ALERT_DESCRIPTION_LEAVING_LOCKDOWN_MODE
The description for the alert type that will be used for the alert notification generated upon leaving lockdown mode.

See Also:
Constant Field Values

ALERT_TYPE_LEAVING_LOCKDOWN_MODE

public static final java.lang.String ALERT_TYPE_LEAVING_LOCKDOWN_MODE
The alert type that will be used when the Directory Server leaves lockdown mode.

See Also:
Constant Field Values

ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_HANDLED

public static final java.lang.String ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_HANDLED
The description for the alert type that will be used for the alert notification generated if the server detects that the configuration has been manually edited with the server online and those edits would have been lost by an online config change.

See Also:
Constant Field Values

ALERT_TYPE_MANUAL_CONFIG_EDIT_HANDLED

public static final java.lang.String ALERT_TYPE_MANUAL_CONFIG_EDIT_HANDLED
The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.

See Also:
Constant Field Values

ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_LOST

public static final java.lang.String ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_LOST
The description for the alert type that will be used for the alert notification generated if the server detects that the configuration has been manually edited with the server online, but a problem occurred while trying to preserve the manual changes that may have caused them to be lost.

See Also:
Constant Field Values

ALERT_TYPE_MANUAL_CONFIG_EDIT_LOST

public static final java.lang.String ALERT_TYPE_MANUAL_CONFIG_EDIT_LOST
The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_WRITE_TASK_FILE

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_WRITE_TASK_FILE
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to write the tasks backing file.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_WRITE_TASK_FILE

public static final java.lang.String ALERT_TYPE_CANNOT_WRITE_TASK_FILE
The alert type string that will be used for the alert notification generated if an error occurs while attempting to write the tasks backing file.

See Also:
Constant Field Values

ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES

public static final java.lang.String ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES
The description for the alert type that will be used for the alert notification generated if consecutive failures in the LDAP connection handler have caused it to become disabled.

See Also:
Constant Field Values

ALERT_TYPE_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES

public static final java.lang.String ALERT_TYPE_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES
The alert type string that will be used for the alert notification generated if consecutive failures in the LDAP connection handler have caused it to become disabled.

See Also:
Constant Field Values

ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR

public static final java.lang.String ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR
The description for the alert type that will be used for the alert notification generated if the LDAP connection handler encountered an unexpected error that has caused it to become disabled.

See Also:
Constant Field Values

ALERT_TYPE_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR

public static final java.lang.String ALERT_TYPE_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR
The alert type string that will be used for the alert notification generated if the LDAP connection handler encountered an unexpected error that has caused it to become disabled.

See Also:
Constant Field Values

ALERT_DESCRIPTION_SERVER_STARTED

public static final java.lang.String ALERT_DESCRIPTION_SERVER_STARTED
The description for the alert type that will be used for the alert notification generated when the Directory Server has completed its startup process.

See Also:
Constant Field Values

ALERT_TYPE_SERVER_STARTED

public static final java.lang.String ALERT_TYPE_SERVER_STARTED
The alert type string that will be used for the alert notification generated when the Directory Server has completed its startup process.

See Also:
Constant Field Values

ALERT_DESCRIPTION_SERVER_SHUTDOWN

public static final java.lang.String ALERT_DESCRIPTION_SERVER_SHUTDOWN
The description for the alert type that will be used for the alert notification generated when the Directory Server has started the shutdown process.

See Also:
Constant Field Values

ALERT_TYPE_SERVER_SHUTDOWN

public static final java.lang.String ALERT_TYPE_SERVER_SHUTDOWN
The alert type string that will be used for the alert notification generated when the Directory Server has started the shutdown process.

See Also:
Constant Field Values

ALERT_DESCRIPTION_UNCAUGHT_EXCEPTION

public static final java.lang.String ALERT_DESCRIPTION_UNCAUGHT_EXCEPTION
The description for the alert type that will be used for the alert notification generated by a thread that has died because of an uncaught exception.

See Also:
Constant Field Values

ALERT_TYPE_UNCAUGHT_EXCEPTION

public static final java.lang.String ALERT_TYPE_UNCAUGHT_EXCEPTION
The alert type string that will be used for the alert notification generated by a thread that has died because of an uncaught exception.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_COPY_SCHEMA_FILES

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_COPY_SCHEMA_FILES
The description for the alert type that will be used for the alert notification generated if a problem occurs while creating copies of the existing schema configuration files and a problem occurs that leaves the schema configuration in a potentially inconsistent state.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_COPY_SCHEMA_FILES

public static final java.lang.String ALERT_TYPE_CANNOT_COPY_SCHEMA_FILES
The alert type string that will be used for the alert notification generated if a problem occurs while creating copies of the existing schema files in a manner that may leave the schema configuration inconsistent.

See Also:
Constant Field Values

ALERT_DESCRIPTION_CANNOT_WRITE_NEW_SCHEMA_FILES

public static final java.lang.String ALERT_DESCRIPTION_CANNOT_WRITE_NEW_SCHEMA_FILES
The description for the alert type that will be used for the alert notification generated if a problem occurs while writing new versions of the server schema configuration files and a problem occurs that leaves the schema configuration in a potentially inconsistent state.

See Also:
Constant Field Values

ALERT_TYPE_CANNOT_WRITE_NEW_SCHEMA_FILES

public static final java.lang.String ALERT_TYPE_CANNOT_WRITE_NEW_SCHEMA_FILES
The alert type string that will be used for the alert notification generated if a problem occurs while writing new versions of the server schema files in a manner that may leave the schema configuration inconsistent.

See Also:
Constant Field Values

ALERT_DESCRIPTION_ACCESS_CONTROL_PARSE_FAILED

public static final java.lang.String ALERT_DESCRIPTION_ACCESS_CONTROL_PARSE_FAILED
The description for the alert type that will be used for the alert notification generated if the dseecompat access control subsystem failed to parse one or more ACI rules when the server is first started or a backend is being initialized.

See Also:
Constant Field Values

ALERT_TYPE_ACCESS_CONTROL_PARSE_FAILED

public static final java.lang.String ALERT_TYPE_ACCESS_CONTROL_PARSE_FAILED
The alert type string that will be used for the alert notification generated if the dseecompat access control subsystem failed to parse one or more ACI rules when the server is first started or a backend is being initialized.

See Also:
Constant Field Values

ALERT_DESCRIPTION_BACKEND_ENVIRONMENT_UNUSABLE

public static final java.lang.String ALERT_DESCRIPTION_BACKEND_ENVIRONMENT_UNUSABLE
The description for the alert type that will be used for the alert notification generated when the JE Environment needs to be reopened after a RunRecoveryException is thrown.

See Also:
Constant Field Values

ALERT_TYPE_BACKEND_ENVIRONMENT_UNUSABLE

public static final java.lang.String ALERT_TYPE_BACKEND_ENVIRONMENT_UNUSABLE
The alert type string that will be used for the alert notification generated when the JE Environment needs to be reopened by restarting the Directory Server.

See Also:
Constant Field Values

ALERT_DESCRIPTION_LDIF_BACKEND_CANNOT_WRITE_UPDATE

public static final java.lang.String ALERT_DESCRIPTION_LDIF_BACKEND_CANNOT_WRITE_UPDATE
The description for the alert type that will be used for the alert notification generated when the LDIF backend cannot write an updated LDIF file.

See Also:
Constant Field Values

ALERT_TYPE_LDIF_BACKEND_CANNOT_WRITE_UPDATE

public static final java.lang.String ALERT_TYPE_LDIF_BACKEND_CANNOT_WRITE_UPDATE
The alert type string that will be used for the alert notification generated when the LDIF backend cannot write an updated LDIF file.

See Also:
Constant Field Values

ALERT_DESCRIPTION_LDIF_CONNHANDLER_PARSE_ERROR

public static final java.lang.String ALERT_DESCRIPTION_LDIF_CONNHANDLER_PARSE_ERROR
The description for the alert type that will be used for the alert notification generated when the LDIF connection handler is unable to process the contents of a file as valid LDIF.

See Also:
Constant Field Values

ALERT_TYPE_LDIF_CONNHANDLER_PARSE_ERROR

public static final java.lang.String ALERT_TYPE_LDIF_CONNHANDLER_PARSE_ERROR
The alert type string that will be used for the alert notification generated when the LDIF connection handler is unable to process the contents of a file as valid LDIF.

See Also:
Constant Field Values

ALERT_DESCRIPTION_LDIF_CONNHANDLER_IO_ERROR

public static final java.lang.String ALERT_DESCRIPTION_LDIF_CONNHANDLER_IO_ERROR
The description for the alert type that will be used for the alert notification generated if an I/O error occurs while attempting to read or write LDIF content.

See Also:
Constant Field Values

ALERT_TYPE_LDIF_CONNHANDLER_IO_ERROR

public static final java.lang.String ALERT_TYPE_LDIF_CONNHANDLER_IO_ERROR
The alert type string that will be used for the alert notification generated if an I/O error occurs while attempting to read or write LDIF content.

See Also:
Constant Field Values

ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_CONFLICT

public static final java.lang.String ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_CONFLICT
The description for the alert type that will be used for the alert notification generated if a unique attribute conflict is detected during synchronization processing.

See Also:
Constant Field Values

ALERT_TYPE_UNIQUE_ATTR_SYNC_CONFLICT

public static final java.lang.String ALERT_TYPE_UNIQUE_ATTR_SYNC_CONFLICT
The alert type string that will be used for the alert notification generated if a unique attribute conflict is detected during synchronization processing.

See Also:
Constant Field Values

ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_ERROR

public static final java.lang.String ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_ERROR
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to perform unique attribute conflict detection during synchronization processing.

See Also:
Constant Field Values

ALERT_TYPE_UNIQUE_ATTR_SYNC_ERROR

public static final java.lang.String ALERT_TYPE_UNIQUE_ATTR_SYNC_ERROR
The alert type string that will be used for the alert notification generated if an error occurs while attempting to perform unique attribute conflict detection during synchronization processing.

See Also:
Constant Field Values

DEFAULT_PASSWORD_STORAGE_SCHEME

public static final java.lang.String DEFAULT_PASSWORD_STORAGE_SCHEME
The name of the default password storage scheme that will be used for new passwords.

See Also:
Constant Field Values

MAX_NESTED_FILTER_DEPTH

public static final int MAX_NESTED_FILTER_DEPTH
The maximum depth to which nested search filters will be processed. This can prevent stack overflow errors from filters that look like "(&(&(&(&(&(&(&(&(&....".

See Also:
Constant Field Values

OBJECTCLASS_ATTRIBUTE_TYPE_OID

public static final java.lang.String OBJECTCLASS_ATTRIBUTE_TYPE_OID
The OID for the attribute type that represents the "objectclass" attribute.

See Also:
Constant Field Values

OBJECTCLASS_ATTRIBUTE_TYPE_NAME

public static final java.lang.String OBJECTCLASS_ATTRIBUTE_TYPE_NAME
The name of the attribute type that represents the "objectclass" attribute, formatted in all lowercase characters.

See Also:
Constant Field Values

SERVER_VENDOR_NAME

public static final java.lang.String SERVER_VENDOR_NAME
The value that will be used for the vendorName attribute in the root DSE.

See Also:
Constant Field Values

SECURITY_MECHANISM_DIGEST_MD5_CONFIDENTIALITY

public static final java.lang.String SECURITY_MECHANISM_DIGEST_MD5_CONFIDENTIALITY
The name of the security mechanism that will be used for connections whose communication is protected using the confidentiality features of DIGEST-MD5.

See Also:
Constant Field Values

SECURITY_MECHANISM_KERBEROS_CONFIDENTIALITY

public static final java.lang.String SECURITY_MECHANISM_KERBEROS_CONFIDENTIALITY
The name of the security mechanism that will be used for connections whose communication is protected using the confidentiality features of Kerberos.

See Also:
Constant Field Values

SECURITY_MECHANISM_SSL

public static final java.lang.String SECURITY_MECHANISM_SSL
The name of the security mechanism that will be used for connections established using SSL.

See Also:
Constant Field Values

SECURITY_MECHANISM_START_TLS

public static final java.lang.String SECURITY_MECHANISM_START_TLS
The name of the security mechanism that will be used for connections that have established a secure session through StartTLS.

See Also:
Constant Field Values

SASL_MECHANISM_ANONYMOUS

public static final java.lang.String SASL_MECHANISM_ANONYMOUS
The name of the SASL mechanism that does not provide any authentication but rather uses anonymous access.

See Also:
Constant Field Values

SASL_MECHANISM_EXTERNAL

public static final java.lang.String SASL_MECHANISM_EXTERNAL
The name of the SASL mechanism based on external authentication.

See Also:
Constant Field Values

SASL_MECHANISM_CRAM_MD5

public static final java.lang.String SASL_MECHANISM_CRAM_MD5
The name of the SASL mechanism based on CRAM-MD5 authentication.

See Also:
Constant Field Values

SASL_MECHANISM_DIGEST_MD5

public static final java.lang.String SASL_MECHANISM_DIGEST_MD5
The name of the SASL mechanism based on DIGEST-MD5 authentication.

See Also:
Constant Field Values

SASL_MECHANISM_GSSAPI

public static final java.lang.String SASL_MECHANISM_GSSAPI
The name of the SASL mechanism based on GSS-API authentication.

See Also:
Constant Field Values

SASL_MECHANISM_PLAIN

public static final java.lang.String SASL_MECHANISM_PLAIN
The name of the SASL mechanism based on PLAIN authentication.

See Also:
Constant Field Values

OID_ACCOUNT_USABLE_CONTROL

public static final java.lang.String OID_ACCOUNT_USABLE_CONTROL
The OID for the account usable request and response controls.

See Also:
Constant Field Values

OID_ALL_OPERATIONAL_ATTRS_FEATURE

public static final java.lang.String OID_ALL_OPERATIONAL_ATTRS_FEATURE
The IANA-assigned OID for the feature allowing a user to request that all operational attributes be returned.

See Also:
Constant Field Values

OID_AUTHZID_REQUEST

public static final java.lang.String OID_AUTHZID_REQUEST
The OID for the authorization identity request control.

See Also:
Constant Field Values

OID_AUTHZID_RESPONSE

public static final java.lang.String OID_AUTHZID_RESPONSE
The OID for the authorization identity response control.

See Also:
Constant Field Values

OID_ENTRY_CHANGE_NOTIFICATION

public static final java.lang.String OID_ENTRY_CHANGE_NOTIFICATION
The OID for the entry change notification control.

See Also:
Constant Field Values

OID_INTERNAL_GROUP_MEMBERSHIP_UPDATE

public static final java.lang.String OID_INTERNAL_GROUP_MEMBERSHIP_UPDATE
The OID for the control that will be included in modifications used to alter group membership.

See Also:
Constant Field Values

OID_LDAP_ADLIST_FEATURE

public static final java.lang.String OID_LDAP_ADLIST_FEATURE
The OID to include in the supportedFeatures list of the Directory Server to indicate that it supports requesting attributes by objectclass.

See Also:
Constant Field Values

OID_LDAP_ASSERTION

public static final java.lang.String OID_LDAP_ASSERTION
The IANA-assigned OID for the LDAP assertion control.

See Also:
Constant Field Values

OID_LDAP_NOOP_OPENLDAP_ASSIGNED

public static final java.lang.String OID_LDAP_NOOP_OPENLDAP_ASSIGNED
The OID for the LDAP no-op control that was originally assigned in the initial draft (draft-zeilenga-ldap-noop-00) from the OpenLDAP private range. Note that this reference has been removed in later drafts, but given that at this time no official OID is assigned, we will use it for now, and will continue to support it in the future (along with the real OID).

See Also:
Constant Field Values

OID_LDAP_READENTRY_PREREAD

public static final java.lang.String OID_LDAP_READENTRY_PREREAD
The IANA-assigned OID for the LDAP readentry control used for retrieving an entry in the state it had immediately before an update was applied.

See Also:
Constant Field Values

OID_LDAP_READENTRY_POSTREAD

public static final java.lang.String OID_LDAP_READENTRY_POSTREAD
The IANA-assigned OID for the LDAP readentry control used for retrieving an entry in the state it had immediately after an update was applied.

See Also:
Constant Field Values

OID_LDAP_SUBENTRIES

public static final java.lang.String OID_LDAP_SUBENTRIES
The OID for the LDAP subentries control used to indicate that matching subentries should be returned.

See Also:
Constant Field Values

OID_MATCHED_VALUES

public static final java.lang.String OID_MATCHED_VALUES
The OID for the matched values control used to specify which particular attribute values should be returned in a search result entry.

See Also:
Constant Field Values

OID_MODIFY_INCREMENT_FEATURE

public static final java.lang.String OID_MODIFY_INCREMENT_FEATURE
The IANA-assigned OID for the feature allowing the use of the increment modification type.

See Also:
Constant Field Values

OID_NS_PASSWORD_EXPIRED

public static final java.lang.String OID_NS_PASSWORD_EXPIRED
The OID for the Netscape password expired control.

See Also:
Constant Field Values

OID_NS_PASSWORD_EXPIRING

public static final java.lang.String OID_NS_PASSWORD_EXPIRING
The OID for the Netscape password expiring control.

See Also:
Constant Field Values

OID_PASSWORD_POLICY_CONTROL

public static final java.lang.String OID_PASSWORD_POLICY_CONTROL
The OID for the password policy control from draft-behera-ldap-password-policy.

See Also:
Constant Field Values

OID_PERSISTENT_SEARCH

public static final java.lang.String OID_PERSISTENT_SEARCH
The OID for the persistent search control.

See Also:
Constant Field Values

OID_PROXIED_AUTH_V1

public static final java.lang.String OID_PROXIED_AUTH_V1
The OID for the proxied authorization v1 control.

See Also:
Constant Field Values

OID_PROXIED_AUTH_V2

public static final java.lang.String OID_PROXIED_AUTH_V2
The OID for the proxied authorization v2 control.

See Also:
Constant Field Values

OID_GET_EFFECTIVE_RIGHTS

public static final java.lang.String OID_GET_EFFECTIVE_RIGHTS
The OID for the get effective rights control.

See Also:
Constant Field Values

OID_REAL_ATTRS_ONLY

public static final java.lang.String OID_REAL_ATTRS_ONLY
The OID for the real attributes only control.

See Also:
Constant Field Values

OID_SUBTREE_DELETE_CONTROL

public static final java.lang.String OID_SUBTREE_DELETE_CONTROL
The OID for the subtree delete control.

See Also:
Constant Field Values

OID_PAGED_RESULTS_CONTROL

public static final java.lang.String OID_PAGED_RESULTS_CONTROL
The OID for the paged results control defined in RFC 2696.

See Also:
Constant Field Values

OID_MANAGE_DSAIT_CONTROL

public static final java.lang.String OID_MANAGE_DSAIT_CONTROL
The OID for the ManageDsaIT control defined in RFC 3296.

See Also:
Constant Field Values

OID_SERVER_SIDE_SORT_REQUEST_CONTROL

public static final java.lang.String OID_SERVER_SIDE_SORT_REQUEST_CONTROL
The OID for the server-side sort request control.

See Also:
Constant Field Values

OID_SERVER_SIDE_SORT_RESPONSE_CONTROL

public static final java.lang.String OID_SERVER_SIDE_SORT_RESPONSE_CONTROL
The OID for the server-side sort response control.

See Also:
Constant Field Values

OID_TRUE_FALSE_FILTERS_FEATURE

public static final java.lang.String OID_TRUE_FALSE_FILTERS_FEATURE
The IANA-assigned OID for the feature allowing the use of LDAP true and false filters.

See Also:
Constant Field Values

OID_VIRTUAL_ATTRS_ONLY

public static final java.lang.String OID_VIRTUAL_ATTRS_ONLY
The OID for the virtual attributes only control.

See Also:
Constant Field Values

OID_VLV_REQUEST_CONTROL

public static final java.lang.String OID_VLV_REQUEST_CONTROL
The OID for the virtual list view request control.

See Also:
Constant Field Values

OID_VLV_RESPONSE_CONTROL

public static final java.lang.String OID_VLV_RESPONSE_CONTROL
The OID for the virtual list view request control.

See Also:
Constant Field Values

HMAC_MD5_BLOCK_LENGTH

public static final int HMAC_MD5_BLOCK_LENGTH
The block length in bytes used when generating an HMAC-MD5 digest.

See Also:
Constant Field Values

MD5_DIGEST_LENGTH

public static final int MD5_DIGEST_LENGTH
The number of bytes in a raw MD5 digest.

See Also:
Constant Field Values

CRAMMD5_IPAD_BYTE

public static final byte CRAMMD5_IPAD_BYTE
The inner pad byte, which will be XORed with the shared secret for the first CRAM-MD5 digest.

See Also:
Constant Field Values

CRAMMD5_OPAD_BYTE

public static final byte CRAMMD5_OPAD_BYTE
The outer pad byte, which will be XORed with the shared secret for the second CRAM-MD5 digest.

See Also:
Constant Field Values

JAAS_MODULE_KRB5

public static final java.lang.String JAAS_MODULE_KRB5
The name of the JAAS login module for Kerberos V.

See Also:
Constant Field Values

JAAS_PROPERTY_CONFIG_FILE

public static final java.lang.String JAAS_PROPERTY_CONFIG_FILE
The name of the JAAS property that specifies the path to the login configuration file.

See Also:
Constant Field Values

JAAS_PROPERTY_SUBJECT_CREDS_ONLY

public static final java.lang.String JAAS_PROPERTY_SUBJECT_CREDS_ONLY
The name of the JAAS property that indicates whether to allow JAAS credentials to come from somewhere other than a GSS mechanism.

See Also:
Constant Field Values

KRBV_PROPERTY_KDC

public static final java.lang.String KRBV_PROPERTY_KDC
The name of the Kerberos V property that specifies the address of the KDC.

See Also:
Constant Field Values

KRBV_PROPERTY_REALM

public static final java.lang.String KRBV_PROPERTY_REALM
The name of the Kerberos V property that specifies the realm to use.

See Also:
Constant Field Values

BACKUP_DIRECTORY_DESCRIPTOR_FILE

public static final java.lang.String BACKUP_DIRECTORY_DESCRIPTOR_FILE
The name of the file (without path information) that should be used to hold information about the backups contained in that directory.

See Also:
Constant Field Values

BACKUP_PROPERTY_ARCHIVE_FILENAME

public static final java.lang.String BACKUP_PROPERTY_ARCHIVE_FILENAME
The name of the backup property that holds the base name of the archive file containing the contents of the backup.

See Also:
Constant Field Values

BACKUP_PROPERTY_DIGEST_ALGORITHM

public static final java.lang.String BACKUP_PROPERTY_DIGEST_ALGORITHM
The name of the backup property that holds the name of the digest algorithm used to generate the hash of a backup.

See Also:
Constant Field Values

BACKUP_PROPERTY_MAC_KEY_ID

public static final java.lang.String BACKUP_PROPERTY_MAC_KEY_ID
The name of the backup property that holds the identifer of the key entry that contains the MAC algorithm and shared secret key used to generate the signed hash of a backup.

See Also:
Constant Field Values

CONFIG_BACKUP_BASE_FILENAME

public static final java.lang.String CONFIG_BACKUP_BASE_FILENAME
The base filename to use for the archive file containing a backup of the server configuration.

See Also:
Constant Field Values

SCHEMA_BACKUP_BASE_FILENAME

public static final java.lang.String SCHEMA_BACKUP_BASE_FILENAME
The base filename to use for the archive file containing a backup of the server schema.

See Also:
Constant Field Values

LOCKS_DIRECTORY

public static final java.lang.String LOCKS_DIRECTORY
The name of the directory in which lock files will be placed.

See Also:
Constant Field Values

BACKEND_LOCK_FILE_PREFIX

public static final java.lang.String BACKEND_LOCK_FILE_PREFIX
The prefix that will be used for lock filenames used for Directory Server backends.

See Also:
Constant Field Values

SERVER_LOCK_FILE_NAME

public static final java.lang.String SERVER_LOCK_FILE_NAME
The name that will be used for the server-wide lock to prevent multiple instances of the server from running concurrently.

See Also:
Constant Field Values

LOCK_FILE_SUFFIX

public static final java.lang.String LOCK_FILE_SUFFIX
The suffix that will be used for all lock files created by the Directory Server.

See Also:
Constant Field Values

SCHEMA_PROPERTY_APPROX_RULE

public static final java.lang.String SCHEMA_PROPERTY_APPROX_RULE
The name of the schema extension that will be used to specify the approximate matching rule that should be used for a given attribute type.

See Also:
Constant Field Values

SCHEMA_PROPERTY_FILENAME

public static final java.lang.String SCHEMA_PROPERTY_FILENAME
The name of the schema property that will be used to specify the path to the schema file from which the schema element was loaded.

See Also:
Constant Field Values

SIZE_UNIT_BYTES_ABBR

public static final java.lang.String SIZE_UNIT_BYTES_ABBR
The abbreviated unit that should be used for a size specified in bytes.

See Also:
Constant Field Values

SIZE_UNIT_BYTES_FULL

public static final java.lang.String SIZE_UNIT_BYTES_FULL
The full unit that should be used for a size specified in bytes.

See Also:
Constant Field Values

SIZE_UNIT_KILOBYTES_ABBR

public static final java.lang.String SIZE_UNIT_KILOBYTES_ABBR
The abbreviated unit that should be used for a size specified in kilobytes.

See Also:
Constant Field Values

SIZE_UNIT_KILOBYTES_FULL

public static final java.lang.String SIZE_UNIT_KILOBYTES_FULL
The full unit that should be used for a size specified in kilobytes.

See Also:
Constant Field Values

SIZE_UNIT_KIBIBYTES_ABBR

public static final java.lang.String SIZE_UNIT_KIBIBYTES_ABBR
The abbreviated unit that should be used for a size specified in kibibytes.

See Also:
Constant Field Values

SIZE_UNIT_KIBIBYTES_FULL

public static final java.lang.String SIZE_UNIT_KIBIBYTES_FULL
The full unit that should be used for a size specified in kibibytes.

See Also:
Constant Field Values

SIZE_UNIT_MEGABYTES_ABBR

public static final java.lang.String SIZE_UNIT_MEGABYTES_ABBR
The abbreviated unit that should be used for a size specified in megabytes.

See Also:
Constant Field Values

SIZE_UNIT_MEGABYTES_FULL

public static final java.lang.String SIZE_UNIT_MEGABYTES_FULL
The full unit that should be used for a size specified in megabytes.

See Also:
Constant Field Values

SIZE_UNIT_MEBIBYTES_ABBR

public static final java.lang.String SIZE_UNIT_MEBIBYTES_ABBR
The abbreviated unit that should be used for a size specified in mebibytes.

See Also:
Constant Field Values

SIZE_UNIT_MEBIBYTES_FULL

public static final java.lang.String SIZE_UNIT_MEBIBYTES_FULL
The full unit that should be used for a size specified in mebibytes.

See Also:
Constant Field Values

SIZE_UNIT_GIGABYTES_ABBR

public static final java.lang.String SIZE_UNIT_GIGABYTES_ABBR
The abbreviated unit that should be used for a size specified in gigabytes.

See Also:
Constant Field Values

SIZE_UNIT_GIGABYTES_FULL

public static final java.lang.String SIZE_UNIT_GIGABYTES_FULL
The full unit that should be used for a size specified in gigabytes.

See Also:
Constant Field Values

SIZE_UNIT_GIBIBYTES_ABBR

public static final java.lang.String SIZE_UNIT_GIBIBYTES_ABBR
The abbreviated unit that should be used for a size specified in gibibytes.

See Also:
Constant Field Values

SIZE_UNIT_GIBIBYTES_FULL

public static final java.lang.String SIZE_UNIT_GIBIBYTES_FULL
The full unit that should be used for a size specified in gibibytes.

See Also:
Constant Field Values

SIZE_UNIT_TERABYTES_ABBR

public static final java.lang.String SIZE_UNIT_TERABYTES_ABBR
The abbreviated unit that should be used for a size specified in terabytes.

See Also:
Constant Field Values

SIZE_UNIT_TERABYTES_FULL

public static final java.lang.String SIZE_UNIT_TERABYTES_FULL
The full unit that should be used for a size specified in terabytes.

See Also:
Constant Field Values

SIZE_UNIT_TEBIBYTES_ABBR

public static final java.lang.String SIZE_UNIT_TEBIBYTES_ABBR
The abbreviated unit that should be used for a size specified in tebibytes.

See Also:
Constant Field Values

SIZE_UNIT_TEBIBYTES_FULL

public static final java.lang.String SIZE_UNIT_TEBIBYTES_FULL
The full unit that should be used for a size specified in tebibytes.

See Also:
Constant Field Values

TIME_UNIT_NANOSECONDS_ABBR

public static final java.lang.String TIME_UNIT_NANOSECONDS_ABBR
The abbreviated unit that should be used for a time specified in nanoseconds.

See Also:
Constant Field Values

TIME_UNIT_NANOSECONDS_FULL

public static final java.lang.String TIME_UNIT_NANOSECONDS_FULL
The full unit that should be used for a time specified in nanoseconds.

See Also:
Constant Field Values

TIME_UNIT_MICROSECONDS_ABBR

public static final java.lang.String TIME_UNIT_MICROSECONDS_ABBR
The abbreviated unit that should be used for a time specified in microseconds.

See Also:
Constant Field Values

TIME_UNIT_MICROSECONDS_FULL

public static final java.lang.String TIME_UNIT_MICROSECONDS_FULL
The full unit that should be used for a time specified in microseconds.

See Also:
Constant Field Values

TIME_UNIT_MILLISECONDS_ABBR

public static final java.lang.String TIME_UNIT_MILLISECONDS_ABBR
The abbreviated unit that should be used for a time specified in milliseconds.

See Also:
Constant Field Values

TIME_UNIT_MILLISECONDS_FULL

public static final java.lang.String TIME_UNIT_MILLISECONDS_FULL
The full unit that should be used for a time specified in milliseconds.

See Also:
Constant Field Values

TIME_UNIT_SECONDS_ABBR

public static final java.lang.String TIME_UNIT_SECONDS_ABBR
The abbreviated unit that should be used for a time specified in seconds.

See Also:
Constant Field Values

TIME_UNIT_SECONDS_FULL

public static final java.lang.String TIME_UNIT_SECONDS_FULL
The full unit that should be used for a time specified in seconds.

See Also:
Constant Field Values

TIME_UNIT_MINUTES_ABBR

public static final java.lang.String TIME_UNIT_MINUTES_ABBR
The abbreviated unit that should be used for a time specified in minutes.

See Also:
Constant Field Values

TIME_UNIT_MINUTES_FULL

public static final java.lang.String TIME_UNIT_MINUTES_FULL
The full unit that should be used for a time specified in minutes.

See Also:
Constant Field Values

TIME_UNIT_HOURS_ABBR

public static final java.lang.String TIME_UNIT_HOURS_ABBR
The abbreviated unit that should be used for a time specified in hours.

See Also:
Constant Field Values

TIME_UNIT_HOURS_FULL

public static final java.lang.String TIME_UNIT_HOURS_FULL
The full unit that should be used for a time specified in hours.

See Also:
Constant Field Values

TIME_UNIT_DAYS_ABBR

public static final java.lang.String TIME_UNIT_DAYS_ABBR
The abbreviated unit that should be used for a time specified in days.

See Also:
Constant Field Values

TIME_UNIT_DAYS_FULL

public static final java.lang.String TIME_UNIT_DAYS_FULL
The full unit that should be used for a time specified in days.

See Also:
Constant Field Values

TIME_UNIT_WEEKS_ABBR

public static final java.lang.String TIME_UNIT_WEEKS_ABBR
The abbreviated unit that should be used for a time specified in weeks.

See Also:
Constant Field Values

TIME_UNIT_WEEKS_FULL

public static final java.lang.String TIME_UNIT_WEEKS_FULL
The full unit that should be used for a time specified in weeks.

See Also:
Constant Field Values

PROPERTY_CONFIG_CLASS

public static final java.lang.String PROPERTY_CONFIG_CLASS
The name of the system property that can be used to specify the fully-qualified name of theclass that provides the Director Server config handler implementation.

See Also:
Constant Field Values

PROPERTY_CONFIG_FILE

public static final java.lang.String PROPERTY_CONFIG_FILE
The name of the system property that can be used to specify the path to the configuration file that should be used to initialize the config handler.

See Also:
Constant Field Values

PROPERTY_DISABLE_CONNECTION_HANDLERS

public static final java.lang.String PROPERTY_DISABLE_CONNECTION_HANDLERS
The name of the system property that can be used to disable any connection handler that may be enabled in the server configuration. This may be used to start the server in a mode where it will not accept any external connections, but may still be used for processing internal operations.

See Also:
Constant Field Values

PROPERTY_DISABLE_EXEC

public static final java.lang.String PROPERTY_DISABLE_EXEC
The name of the system property that can be used to indicate whether components should be allowed to use the Runtime.exec method. If this property is set and the value is anything other than "false", "off", "no", or "0", then components should not allow the use of the exec method.

See Also:
Constant Field Values

PROPERTY_FORCE_DAEMON_THREADS

public static final java.lang.String PROPERTY_FORCE_DAEMON_THREADS
The name of the system property that can be used to determine whether all DirectoryThread instances should be created as daemon threads regardless of whether they would otherwise be configured that way.

See Also:
Constant Field Values

PROPERTY_LOCK_DIRECTORY

public static final java.lang.String PROPERTY_LOCK_DIRECTORY
The name of the system property that can be used to specify the path to the directory in which the server lock files should be written. If this is not set, then the server will use a directory named "locks" below the server root. Note that if the server is ever started with a different lock file directory than was used for the previous startup, then the server administrator must ensure that the instance is not already running.

See Also:
Constant Field Values

PROPERTY_LOCK_MANAGER_CONCURRENCY_LEVEL

public static final java.lang.String PROPERTY_LOCK_MANAGER_CONCURRENCY_LEVEL
The name of the system property that can be used to specify the concurrency level for the lock table. This should be set to the maximum number of threads that could attempt to interact with the lock table at any given time.

See Also:
Constant Field Values

PROPERTY_LOCK_MANAGER_TABLE_SIZE

public static final java.lang.String PROPERTY_LOCK_MANAGER_TABLE_SIZE
The name of the system property that can be used to specify the initial table size for the server lock table. This can be used to ensure that the lock table has the appropriate size for the expected number of locks that will be held at any given time.

See Also:
Constant Field Values

PROPERTY_MAINTAIN_CONFIG_ARCHIVE

public static final java.lang.String PROPERTY_MAINTAIN_CONFIG_ARCHIVE
The name of the system property that can be used to determine whether the server should maintain an archive of previous configurations. If this is not set, or if the value is anything other than "false", then the server will maintain a configuration archive.

See Also:
Constant Field Values

PROPERTY_MAX_CONFIG_ARCHIVE_SIZE

public static final java.lang.String PROPERTY_MAX_CONFIG_ARCHIVE_SIZE
The name of the system property that can be used to specify the maximum number of archived configurations to maintain. If this is not set, or if it set to a zero or negative value, then there will be no limit on the number of archived configurations.

See Also:
Constant Field Values

PROPERTY_RUNNING_UNIT_TESTS

public static final java.lang.String PROPERTY_RUNNING_UNIT_TESTS
The name of the system property that can be used to determine whether the Directory Server is starting up for the purpose of running the unit tests.

See Also:
Constant Field Values

PROPERTY_SCHEMA_DIRECTORY

public static final java.lang.String PROPERTY_SCHEMA_DIRECTORY
The name of the system property that can be used to specify the path to the directory in which the schema configuration files may be found. If this is not set, then the server wiill use a directory named "schema" below the server root.

See Also:
Constant Field Values

PROPERTY_SCRIPT_NAME

public static final java.lang.String PROPERTY_SCRIPT_NAME
The name of a command-line script used to launch an administrative tool.

See Also:
Constant Field Values

PROPERTY_SERVER_ROOT

public static final java.lang.String PROPERTY_SERVER_ROOT
The name of the system property that can be used to specify the path to the server root.

See Also:
Constant Field Values

PROPERTY_DEBUG_TARGET

public static final java.lang.String PROPERTY_DEBUG_TARGET
The name of the system property that can be used to specify a target for the debug logger on startup.

See Also:
Constant Field Values

PROPERTY_ERROR_LEVEL

public static final java.lang.String PROPERTY_ERROR_LEVEL
The name of the system property that can be used to specify a level for the error logger on startup.

See Also:
Constant Field Values

PROPERTY_LOCK_MANAGER_FAIR_ORDERING

public static final java.lang.String PROPERTY_LOCK_MANAGER_FAIR_ORDERING
The name of the system property that can be used to specify if the entry lock manager should use a fair ordering policy.

See Also:
Constant Field Values

PROPERTY_USE_LAST_KNOWN_GOOD_CONFIG

public static final java.lang.String PROPERTY_USE_LAST_KNOWN_GOOD_CONFIG
The name of the system property that can be used to indicate that the Directory Server should attempt to start using the last known good configuration, rather than the current active configuration.

See Also:
Constant Field Values

MAX_LINE_WIDTH

public static final int MAX_LINE_WIDTH
The column at which to wrap long lines of output in the command-line tools.


SCHEMA_CONCAT_FILE_NAME

public static final java.lang.String SCHEMA_CONCAT_FILE_NAME
The name that should be used for the file to which the latest complete schema data should be concatenated.

See Also:
Constant Field Values

SCHEMA_BASE_FILE_NAME_WITHOUT_REVISION

public static final java.lang.String SCHEMA_BASE_FILE_NAME_WITHOUT_REVISION
The name that should be used for the concatenated schema file generated at build time with the base schema for the Subversion revision on which the current build is based. The value of DynamicConstants.REVISION_NUMBER must be appended to this value in order to get the full name.

See Also:
Constant Field Values

SMTP_PROPERTY_HOST

public static final java.lang.String SMTP_PROPERTY_HOST
The name of the JavaMail property that can be used to specify the address of the SMTP server.

See Also:
Constant Field Values

SMTP_PROPERTY_PORT

public static final java.lang.String SMTP_PROPERTY_PORT
The name of the JavaMail property that can be used to specify the port for the SMTP server.

See Also:
Constant Field Values

ALERT_DESCRIPTION_REPLICATION_UNRESOLVED_CONFLICT

public static final java.lang.String ALERT_DESCRIPTION_REPLICATION_UNRESOLVED_CONFLICT
The description for the alert type that will be used for the alert notification generated if the multimaster replication detects a conflict that cannot be solved automatically.

See Also:
Constant Field Values

ALERT_TYPE_REPLICATION_UNRESOLVED_CONFLICT

public static final java.lang.String ALERT_TYPE_REPLICATION_UNRESOLVED_CONFLICT
The alert type string that will be used for the alert notification generated if the multimaster replication detects a conflict that cannot be solved automatically.

See Also:
Constant Field Values

CDDL_HEADER_LINES

public static final java.lang.String[] CDDL_HEADER_LINES
The lines that make up the CDDL header. They will not have any prefix, so an appropriate prefix may need to be added for some cases (e.g., "# " for shell scripts, "rem " for batch files, etc.).

Constructor Detail

ServerConstants

public ServerConstants()