@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface OperationRequestAccessLogMessage extends AccessLogMessage
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 and Type | Method and Description |
---|---|
java.lang.String |
getAdministrativeOperationMessage()
Retrieves a message from an associated administrative operation request
control.
|
java.lang.Integer |
getMessageID()
Retrieves the message ID for the associated operation.
|
java.lang.Long |
getOperationID()
Retrieves the operation ID for the associated operation.
|
AccessLogOperationType |
getOperationType()
Retrieves the operation type for the associated operation.
|
java.lang.String |
getOrigin()
Retrieves the origin of the associated operation.
|
java.util.Set<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.Long |
getTriggeredByConnectionID()
Retrieves the connection ID for the connection that triggered the
associated operation.
|
java.lang.Long |
getTriggeredByOperationID()
Retrieves the operation ID for the operation that triggered the associated
operation.
|
java.lang.Boolean |
getUsingAdminSessionWorkerThread()
Indicates whether the operation was processed using a worker thread from
the dedicated administrative session thread pool.
|
getConnectionID, getInstanceName, getMessageType, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
@NotNull AccessLogOperationType getOperationType()
@Nullable java.lang.Long getOperationID()
null
if
it is not included in the log message.@Nullable java.lang.Integer getMessageID()
null
if
it is not included in the log message.@Nullable java.lang.String getOrigin()
null
if it is
not included in the log message.@Nullable java.lang.Long getTriggeredByConnectionID()
null
if it is not included in the log
message.@Nullable java.lang.Long getTriggeredByOperationID()
null
if it is not included in the log
message.@Nullable java.lang.String getRequesterDN()
null
if it is not included in the log message.@Nullable java.lang.String getRequesterIPAddress()
null
if it is not included in the log message.@NotNull java.util.Set<java.lang.String> getRequestControlOIDs()
@Nullable java.lang.Boolean getUsingAdminSessionWorkerThread()
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.@Nullable java.lang.String getAdministrativeOperationMessage()
null
if it is not included in teh log message.