@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface OperationResultAccessLogMessage extends OperationRequestAccessLogMessage, OperationForwardAccessLogMessage
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 |
getAdditionalInformation()
Retrieves a message with additional information about the result of the
operation.
|
java.lang.String |
getDiagnosticMessage()
Retrieves the diagnostic message for the operation.
|
java.lang.Long |
getIntermediateResponsesReturned()
Retrieves the number of intermediate response messages returned in the
course of processing the operation.
|
java.lang.String |
getMatchedDN()
Retrieves the matched DN for the operation.
|
java.util.Set<java.lang.String> |
getMissingPrivileges()
Retrieves the names of any privileges that would have been required for
processing the operation but that the requester did not have.
|
java.util.Set<java.lang.String> |
getPreAuthorizationUsedPrivileges()
Retrieves the names of any privileges used during the course of processing
the operation before an alternate authorization identity was assigned.
|
java.lang.Double |
getProcessingTimeMillis()
Retrieves the length of time in milliseconds required to process the
operation.
|
java.util.List<java.lang.String> |
getReferralURLs()
Retrieves the list of referral URLs for the operation.
|
java.util.Set<java.lang.String> |
getResponseControlOIDs()
Retrieves the OIDs of any response controls contained in the log message.
|
ResultCode |
getResultCode()
Retrieves the result code for the operation.
|
java.util.List<java.lang.String> |
getServersAccessed()
Retrieves a list of the additional servers that were accessed in the course
of processing the operation.
|
java.lang.Boolean |
getUncachedDataAccessed()
Indicates whether the server accessed any uncached data in the course of
processing the operation.
|
java.util.Set<java.lang.String> |
getUsedPrivileges()
Retrieves the names of any privileges used during the course of processing
the operation.
|
java.lang.Double |
getWorkQueueWaitTimeMillis()
Retrieves the length of time in milliseconds the operation was required to
wait on the work queue.
|
getTargetHost, getTargetPort, getTargetProtocol
getAdministrativeOperationMessage, getMessageID, getOperationID, getOperationType, getOrigin, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, getTriggeredByConnectionID, getTriggeredByOperationID, getUsingAdminSessionWorkerThread
getConnectionID, getInstanceName, getMessageType, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
@Nullable ResultCode getResultCode()
null
if it is not
included in the log message.@Nullable java.lang.String getDiagnosticMessage()
null
if it is
not included in the log message.@Nullable java.lang.String getAdditionalInformation()
null
if it is not included in the log
message.@Nullable java.lang.String getMatchedDN()
null
if it is not
included in the log message.@NotNull java.util.List<java.lang.String> getReferralURLs()
@Nullable java.lang.Double getProcessingTimeMillis()
null
if it is not included in the log
message.@Nullable java.lang.Double getWorkQueueWaitTimeMillis()
null
if it is not included in
the log message.@NotNull java.util.Set<java.lang.String> getResponseControlOIDs()
@Nullable java.lang.Long getIntermediateResponsesReturned()
null
if it is not included in the log message.@NotNull java.util.List<java.lang.String> getServersAccessed()
@Nullable java.lang.Boolean getUncachedDataAccessed()
true
if the server was known to access uncached data in
the course of processing the operation, false
if the
server was known not to access uncached data, or null
if
it is not included in the log message (and the server likely did
not access uncached data).@NotNull java.util.Set<java.lang.String> getUsedPrivileges()
@NotNull java.util.Set<java.lang.String> getPreAuthorizationUsedPrivileges()
@NotNull java.util.Set<java.lang.String> getMissingPrivileges()