|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.Entry
com.unboundid.ldap.sdk.ReadOnlyEntry
com.unboundid.ldap.sdk.experimental.DraftChuLDAPLogSchema00Entry
com.unboundid.ldap.sdk.experimental.DraftChuLDAPLogSchema00BindEntry
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class DraftChuLDAPLogSchema00BindEntry
This class represents an entry that holds information about a bind operation processed by an LDAP server, as per the specification described in draft-chu-ldap-logschema-00.
Field Summary | |
---|---|
static java.lang.String |
ATTR_BIND_METHOD
The name of the attribute used to hold the bind request method. |
static java.lang.String |
ATTR_PROTOCOL_VERSION
The name of the attribute used to hold the LDAP protocol version specified in the bind request. |
Fields inherited from class com.unboundid.ldap.sdk.experimental.DraftChuLDAPLogSchema00Entry |
---|
ATTR_AUTHORIZATION_IDENTITY_DN, ATTR_DIAGNOSTIC_MESSAGE, ATTR_OPERATION_TYPE, ATTR_PROCESSING_END_TIME, ATTR_PROCESSING_START_TIME, ATTR_REFERRAL_URL, ATTR_REQUEST_CONTROL, ATTR_RESPONSE_CONTROL, ATTR_RESULT_CODE, ATTR_SESSION_ID, ATTR_TARGET_ENTRY_DN |
Constructor Summary | |
---|---|
DraftChuLDAPLogSchema00BindEntry(Entry entry)
Creates a new instance of this bind access log entry from the provided entry. |
Method Summary | |
---|---|
java.lang.String |
getBindMethod()
Retrieves the name of the bind method for the bind request described by this bind access log entry. |
int |
getProtocolVersion()
Retrieves the LDAP protocol version for the bind request described by this bind access log entry. |
java.lang.String |
getSASLMechanism()
Retrieves the name of the SASL mechanism name for the bind request described by this bind access log entry, if appropriate. |
Methods inherited from class com.unboundid.ldap.sdk.experimental.DraftChuLDAPLogSchema00Entry |
---|
decode, getAuthorizationIdentityDN, getDiagnosticMessage, getOperationType, getProcessingEndTimeDate, getProcessingEndTimeString, getProcessingStartTimeDate, getProcessingStartTimeString, getReferralURLs, getRequestControls, getResponseControls, getResultCode, getSessionID, getTargetEntryDN, toLDAPResult |
Methods inherited from class com.unboundid.ldap.sdk.ReadOnlyEntry |
---|
addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, removeAttribute, removeAttributeValue, removeAttributeValue, removeAttributeValues, removeAttributeValues, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setDN, setDN |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ATTR_BIND_METHOD
public static final java.lang.String ATTR_PROTOCOL_VERSION
Constructor Detail |
---|
public DraftChuLDAPLogSchema00BindEntry(Entry entry) throws LDAPException
entry
- The entry used to create this bind access log entry.
LDAPException
- If the provided entry cannot be decoded as a valid
bind access log entry as per the specification
contained in draft-chu-ldap-logschema-00.Method Detail |
---|
public int getProtocolVersion()
public java.lang.String getBindMethod()
public java.lang.String getSASLMechanism()
null
if the bind method is
not "SASL".
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |