public class CoreConstants extends Object
Modifier and Type | Field and Description |
---|---|
static 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 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 String |
LOG_ELEMENT_BIND_DN
The name of the log element that will be used to hold the bind DN.
|
static 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 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 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 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 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 String |
LOG_ELEMENT_ERROR_MESSAGE
The name of the log element that will be used to hold the error message for
an operation.
|
static 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 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 String |
LOG_ELEMENT_FILTER
The name of the log element that will be used to hold the filter for a
search operation.
|
static 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 String |
LOG_ELEMENT_MATCHED_DN
The name of the log element that will be used to hold the matched DN for
an operation.
|
static String |
LOG_ELEMENT_MESSAGE_ID
The name of the log element that will be used to message ID for an
operation.
|
static 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 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 String |
LOG_ELEMENT_OPERATION_ID
The name of the log element that will be used to operation ID for an
operation.
|
static 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 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 String |
LOG_ELEMENT_REFERRAL_URLS
The name of the log element that will be used to hold the referral URLs for
an operation.
|
static 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 String |
LOG_ELEMENT_RESULT_CODE
The name of the log element that will be used to hold the result code for
an operation.
|
static 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 String |
LOG_ELEMENT_SCOPE
The name of the log element that will be used to hold the scope for a
search operation.
|
static 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 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 and Description |
---|
CoreConstants() |
public static final String LOG_ELEMENT_AUTH_TYPE
public static final String LOG_ELEMENT_BASE_DN
public static final String LOG_ELEMENT_BIND_DN
public static final String LOG_ELEMENT_COMPARE_ATTR
public static final String LOG_ELEMENT_CONNECTION_ID
public static final String LOG_ELEMENT_DELETE_OLD_RDN
public static final String LOG_ELEMENT_ENTRIES_SENT
public static final String LOG_ELEMENT_ENTRY_DN
public static final String LOG_ELEMENT_ERROR_MESSAGE
public static final String LOG_ELEMENT_EXTENDED_REQUEST_OID
public static final String LOG_ELEMENT_EXTENDED_RESPONSE_OID
public static final String LOG_ELEMENT_FILTER
public static final String LOG_ELEMENT_ID_TO_ABANDON
public static final String LOG_ELEMENT_MATCHED_DN
public static final String LOG_ELEMENT_MESSAGE_ID
public static final String LOG_ELEMENT_NEW_RDN
public static final String LOG_ELEMENT_NEW_SUPERIOR
public static final String LOG_ELEMENT_OPERATION_ID
public static final String LOG_ELEMENT_PROCESSING_TIME
public static final String LOG_ELEMENT_REFERENCES_SENT
public static final String LOG_ELEMENT_REFERRAL_URLS
public static final String LOG_ELEMENT_REQUESTED_ATTRIBUTES
public static final String LOG_ELEMENT_RESULT_CODE
public static final String LOG_ELEMENT_SASL_MECHANISM
public static final String LOG_ELEMENT_SCOPE
public static final String LOG_ELEMENT_SIZE_LIMIT
public static final String LOG_ELEMENT_TIME_LIMIT
public CoreConstants()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.