org.opends.server.core
Class CoreConstants

java.lang.Object
  extended by org.opends.server.core.CoreConstants

public class CoreConstants
extends java.lang.Object

This class defines a number of constant values that are used in core Directory Server processing.


Field Summary
static java.lang.String LOG_ELEMENT_AUTH_TYPE
          The name of the log element that will be used to hold the authentication type for a bind operation.
static java.lang.String LOG_ELEMENT_BASE_DN
          The name of the log element that will be used to hold the base DN for a search operation.
static java.lang.String LOG_ELEMENT_BIND_DN
          The name of the log element that will be used to hold the bind DN.
static java.lang.String LOG_ELEMENT_COMPARE_ATTR
          The name of the log element that will be used to hold the name of the attribute to compare.
static java.lang.String LOG_ELEMENT_CONNECTION_ID
          The name of the log element that will be used to connection ID for the client connection that requested the operation.
static java.lang.String LOG_ELEMENT_DELETE_OLD_RDN
          The name of the log element that will be used to indicate whether the old RDN attribute value should be removed from an entry.
static java.lang.String LOG_ELEMENT_ENTRIES_SENT
          The name of the log element that will be used to hold the number of entries returned to the client for a search operation.
static java.lang.String LOG_ELEMENT_ENTRY_DN
          The name of the log element that will be used to hold the DN of an entry targeted by an operation.
static java.lang.String LOG_ELEMENT_ERROR_MESSAGE
          The name of the log element that will be used to hold the error message for an operation.
static java.lang.String LOG_ELEMENT_EXTENDED_REQUEST_OID
          The name of the log element that will be used to hold the request OID for an extended operation.
static java.lang.String LOG_ELEMENT_EXTENDED_RESPONSE_OID
          The name of the log element that will be used to hold the response OID for an extended operation.
static java.lang.String LOG_ELEMENT_FILTER
          The name of the log element that will be used to hold the filter for a search operation.
static java.lang.String LOG_ELEMENT_ID_TO_ABANDON
          The name of the log element that will be used to hold the message ID of an operation to abandon.
static java.lang.String LOG_ELEMENT_MATCHED_DN
          The name of the log element that will be used to hold the matched DN for an operation.
static java.lang.String LOG_ELEMENT_MESSAGE_ID
          The name of the log element that will be used to message ID for an operation.
static java.lang.String LOG_ELEMENT_NEW_RDN
          The name of the log element that will be used to hold the new RDN for a modify DN operation.
static java.lang.String LOG_ELEMENT_NEW_SUPERIOR
          The name of the log element that will be used to hold the new superior DN for a modify DN operation.
static java.lang.String LOG_ELEMENT_OPERATION_ID
          The name of the log element that will be used to operation ID for an operation.
static java.lang.String LOG_ELEMENT_PROCESSING_TIME
          The name of the log element that will be used to hold the length of time spent processing an operation.
static java.lang.String LOG_ELEMENT_REFERENCES_SENT
          The name of the log element that will be used to hold the number of search references returned to the client for a search operation.
static java.lang.String LOG_ELEMENT_REFERRAL_URLS
          The name of the log element that will be used to hold the referral URLs for an operation.
static java.lang.String LOG_ELEMENT_REQUESTED_ATTRIBUTES
          The name of the log element that will be used to hold the requested attributes for a search operation.
static java.lang.String LOG_ELEMENT_RESULT_CODE
          The name of the log element that will be used to hold the result code for an operation.
static java.lang.String LOG_ELEMENT_SASL_MECHANISM
          The name of the log element that will be used to hold the SASL mechanism for a bind operation.
static java.lang.String LOG_ELEMENT_SCOPE
          The name of the log element that will be used to hold the scope for a search operation.
static java.lang.String LOG_ELEMENT_SIZE_LIMIT
          The name of the log element that will be used to hold the size limit for a search operation.
static java.lang.String LOG_ELEMENT_TIME_LIMIT
          The name of the log element that will be used to hold the time limit for a search operation.
 
Constructor Summary
CoreConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_ELEMENT_AUTH_TYPE

public static final java.lang.String LOG_ELEMENT_AUTH_TYPE
The name of the log element that will be used to hold the authentication type for a bind operation.

See Also:
Constant Field Values

LOG_ELEMENT_BASE_DN

public static final java.lang.String LOG_ELEMENT_BASE_DN
The name of the log element that will be used to hold the base DN for a search operation.

See Also:
Constant Field Values

LOG_ELEMENT_BIND_DN

public static final java.lang.String LOG_ELEMENT_BIND_DN
The name of the log element that will be used to hold the bind DN.

See Also:
Constant Field Values

LOG_ELEMENT_COMPARE_ATTR

public static final java.lang.String LOG_ELEMENT_COMPARE_ATTR
The name of the log element that will be used to hold the name of the attribute to compare.

See Also:
Constant Field Values

LOG_ELEMENT_CONNECTION_ID

public static final java.lang.String LOG_ELEMENT_CONNECTION_ID
The name of the log element that will be used to connection ID for the client connection that requested the operation.

See Also:
Constant Field Values

LOG_ELEMENT_DELETE_OLD_RDN

public static final java.lang.String LOG_ELEMENT_DELETE_OLD_RDN
The name of the log element that will be used to indicate whether the old RDN attribute value should be removed from an entry.

See Also:
Constant Field Values

LOG_ELEMENT_ENTRIES_SENT

public static final java.lang.String LOG_ELEMENT_ENTRIES_SENT
The name of the log element that will be used to hold the number of entries returned to the client for a search operation.

See Also:
Constant Field Values

LOG_ELEMENT_ENTRY_DN

public static final java.lang.String LOG_ELEMENT_ENTRY_DN
The name of the log element that will be used to hold the DN of an entry targeted by an operation.

See Also:
Constant Field Values

LOG_ELEMENT_ERROR_MESSAGE

public static final java.lang.String LOG_ELEMENT_ERROR_MESSAGE
The name of the log element that will be used to hold the error message for an operation.

See Also:
Constant Field Values

LOG_ELEMENT_EXTENDED_REQUEST_OID

public static final java.lang.String LOG_ELEMENT_EXTENDED_REQUEST_OID
The name of the log element that will be used to hold the request OID for an extended operation.

See Also:
Constant Field Values

LOG_ELEMENT_EXTENDED_RESPONSE_OID

public static final java.lang.String LOG_ELEMENT_EXTENDED_RESPONSE_OID
The name of the log element that will be used to hold the response OID for an extended operation.

See Also:
Constant Field Values

LOG_ELEMENT_FILTER

public static final java.lang.String LOG_ELEMENT_FILTER
The name of the log element that will be used to hold the filter for a search operation.

See Also:
Constant Field Values

LOG_ELEMENT_ID_TO_ABANDON

public static final java.lang.String LOG_ELEMENT_ID_TO_ABANDON
The name of the log element that will be used to hold the message ID of an operation to abandon.

See Also:
Constant Field Values

LOG_ELEMENT_MATCHED_DN

public static final java.lang.String LOG_ELEMENT_MATCHED_DN
The name of the log element that will be used to hold the matched DN for an operation.

See Also:
Constant Field Values

LOG_ELEMENT_MESSAGE_ID

public static final java.lang.String LOG_ELEMENT_MESSAGE_ID
The name of the log element that will be used to message ID for an operation.

See Also:
Constant Field Values

LOG_ELEMENT_NEW_RDN

public static final java.lang.String LOG_ELEMENT_NEW_RDN
The name of the log element that will be used to hold the new RDN for a modify DN operation.

See Also:
Constant Field Values

LOG_ELEMENT_NEW_SUPERIOR

public static final java.lang.String LOG_ELEMENT_NEW_SUPERIOR
The name of the log element that will be used to hold the new superior DN for a modify DN operation.

See Also:
Constant Field Values

LOG_ELEMENT_OPERATION_ID

public static final java.lang.String LOG_ELEMENT_OPERATION_ID
The name of the log element that will be used to operation ID for an operation.

See Also:
Constant Field Values

LOG_ELEMENT_PROCESSING_TIME

public static final java.lang.String LOG_ELEMENT_PROCESSING_TIME
The name of the log element that will be used to hold the length of time spent processing an operation.

See Also:
Constant Field Values

LOG_ELEMENT_REFERENCES_SENT

public static final java.lang.String LOG_ELEMENT_REFERENCES_SENT
The name of the log element that will be used to hold the number of search references returned to the client for a search operation.

See Also:
Constant Field Values

LOG_ELEMENT_REFERRAL_URLS

public static final java.lang.String LOG_ELEMENT_REFERRAL_URLS
The name of the log element that will be used to hold the referral URLs for an operation.

See Also:
Constant Field Values

LOG_ELEMENT_REQUESTED_ATTRIBUTES

public static final java.lang.String LOG_ELEMENT_REQUESTED_ATTRIBUTES
The name of the log element that will be used to hold the requested attributes for a search operation.

See Also:
Constant Field Values

LOG_ELEMENT_RESULT_CODE

public static final java.lang.String LOG_ELEMENT_RESULT_CODE
The name of the log element that will be used to hold the result code for an operation.

See Also:
Constant Field Values

LOG_ELEMENT_SASL_MECHANISM

public static final java.lang.String LOG_ELEMENT_SASL_MECHANISM
The name of the log element that will be used to hold the SASL mechanism for a bind operation.

See Also:
Constant Field Values

LOG_ELEMENT_SCOPE

public static final java.lang.String LOG_ELEMENT_SCOPE
The name of the log element that will be used to hold the scope for a search operation.

See Also:
Constant Field Values

LOG_ELEMENT_SIZE_LIMIT

public static final java.lang.String LOG_ELEMENT_SIZE_LIMIT
The name of the log element that will be used to hold the size limit for a search operation.

See Also:
Constant Field Values

LOG_ELEMENT_TIME_LIMIT

public static final java.lang.String LOG_ELEMENT_TIME_LIMIT
The name of the log element that will be used to hold the time limit for a search operation.

See Also:
Constant Field Values
Constructor Detail

CoreConstants

public CoreConstants()