@NotExtensible @ThreadSafety(level=COMPLETELY_THREADSAFE) public abstract class OperationRequestAccessLogMessage extends OperationAccessLogMessage
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
Modifier | Constructor and Description |
---|---|
protected |
OperationRequestAccessLogMessage(LogMessage m)
Creates a new operation request access log message from the provided log
message.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getMessageID, getOperationID, getOperationType, getOrigin, getTriggeredByConnectionID, getTriggeredByOperationID
getConnectionID, getInstanceName, getProductName, getStartupID, parse
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString
protected OperationRequestAccessLogMessage(@NotNull LogMessage m)
m
- The log message to be parsed as an operation request access log
message.@Nullable public final java.lang.String getRequesterDN()
null
if it is not included in the log message.@Nullable public final java.lang.String getRequesterIPAddress()
null
if it is not included in the log message.@Nullable public final java.lang.String getIntermediateClientRequest()
null
if it is not included in the log
message.@Nullable public final java.lang.String getOperationPurpose()
null
if it is not included in the log
message.@NotNull public final java.util.List<java.lang.String> getRequestControlOIDs()
@Nullable 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.@NotNull public AccessLogMessageType getMessageType()
getMessageType
in class AccessLogMessage