|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.logs.LogMessage
com.unboundid.ldap.sdk.unboundidds.logs.AccessLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.OperationAccessLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.OperationRequestAccessLogMessage
@NotExtensible @ThreadSafety(level=COMPLETELY_THREADSAFE) public abstract class OperationRequestAccessLogMessage
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This class provides a data structure that holds information about a log message that may appear in the Directory Server access log about an operation request received from a client.
Constructor Summary | |
---|---|
protected |
OperationRequestAccessLogMessage(LogMessage m)
Creates a new operation request access log message from the provided log message. |
Method Summary | |
---|---|
java.lang.String |
getIntermediateClientRequest()
Retrieves the content of any intermediate client request control contained in the request. |
AccessLogMessageType |
getMessageType()
Retrieves the message type for this access log message. |
java.lang.String |
getOperationPurpose()
Retrieves the content of any operation purpose request control contained in the request. |
java.util.List<java.lang.String> |
getRequestControlOIDs()
Retrieves the OIDs of any request controls contained in the log message. |
java.lang.String |
getRequesterDN()
Retrieves the DN of the user that requested the operation. |
java.lang.String |
getRequesterIPAddress()
Retrieves the IP address of the client that requested the operation. |
java.lang.Boolean |
usingAdminSessionWorkerThread()
Indicates whether the operation was processed using a worker thread from the dedicated administrative session thread pool. |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.OperationAccessLogMessage |
---|
getMessageID, getOperationID, getOperationType, getOrigin |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.AccessLogMessage |
---|
getConnectionID, getInstanceName, getProductName, getStartupID, parse |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.LogMessage |
---|
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected OperationRequestAccessLogMessage(LogMessage m)
m
- The log message to be parsed as an operation request access log
message.Method Detail |
---|
public final java.lang.String getRequesterDN()
null
if it is not included in the log message.public final java.lang.String getRequesterIPAddress()
null
if it is not included in the log message.public final java.lang.String getIntermediateClientRequest()
null
if it is not included in the log
message.public final java.lang.String getOperationPurpose()
null
if it is not included in the log
message.public final java.util.List<java.lang.String> getRequestControlOIDs()
public final java.lang.Boolean usingAdminSessionWorkerThread()
true
if the operation was processed using a worker thread
from the dedicated administrative session thread pool,
false
if it was not, or null
if that information
was not included in the log message.public AccessLogMessageType getMessageType()
getMessageType
in class AccessLogMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |