@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class AbandonResultAccessLogMessage extends AbandonRequestAccessLogMessage implements MinimalOperationResultAccessLogMessage
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.
Constructor and Description |
---|
AbandonResultAccessLogMessage(LogMessage m)
Creates a new abandon result access log message from the provided log
message.
|
AbandonResultAccessLogMessage(java.lang.String s)
Creates a new abandon result access log message from the provided message
string.
|
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.String |
getIntermediateClientResult()
Retrieves the content of the intermediate client result for the
operation.
|
java.lang.String |
getMatchedDN()
Retrieves the matched DN for the operation.
|
AccessLogMessageType |
getMessageType()
Retrieves the message type for this access log message.
|
java.util.List<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.List<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.lang.Double |
getQueueTimeMillis()
Retrieves the length of time in milliseconds the operation was required to
wait on the work queue.
|
java.util.List<java.lang.String> |
getReferralURLs()
Retrieves the list of referral URLs for the operation.
|
java.util.List<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.String |
getTargetHost()
Retrieves the address of the backend server to which the request has been
forwarded.
|
java.lang.Integer |
getTargetPort()
Retrieves the port of the backend server to which the request has been
forwarded.
|
java.lang.String |
getTargetProtocol()
Retrieves the protocol used to forward the request to the backend server.
|
java.lang.Boolean |
getUncachedDataAccessed()
Indicates whether the server accessed any uncached data in the course of
processing the operation.
|
java.util.List<java.lang.String> |
getUsedPrivileges()
Retrieves the names of any privileges used during the course of processing
the operation.
|
getMessageIDToAbandon, getOperationType
getIntermediateClientRequest, getOperationPurpose, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, usingAdminSessionWorkerThread
getMessageID, getOperationID, getOrigin, getTriggeredByConnectionID, getTriggeredByOperationID
getConnectionID, getInstanceName, getProductName, getStartupID, parse
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString
public AbandonResultAccessLogMessage(@NotNull java.lang.String s) throws LogException
s
- The string to be parsed as an abandon result access log message.LogException
- If the provided string cannot be parsed as a valid
log message.public AbandonResultAccessLogMessage(@NotNull LogMessage m)
m
- The log message to be parsed as an abandon result access log
message.@Nullable public ResultCode getResultCode()
getResultCode
in interface MinimalOperationResultAccessLogMessage
null
if it is not
included in the log message.@Nullable public java.lang.String getDiagnosticMessage()
getDiagnosticMessage
in interface MinimalOperationResultAccessLogMessage
null
if it is
not included in the log message.@Nullable public java.lang.String getAdditionalInformation()
getAdditionalInformation
in interface MinimalOperationResultAccessLogMessage
null
if it is not included in the log
message.@Nullable public java.lang.String getMatchedDN()
getMatchedDN
in interface MinimalOperationResultAccessLogMessage
null
if it is not
included in the log message.@NotNull public java.util.List<java.lang.String> getReferralURLs()
getReferralURLs
in interface MinimalOperationResultAccessLogMessage
@Nullable public java.lang.Double getProcessingTimeMillis()
getProcessingTimeMillis
in interface MinimalOperationResultAccessLogMessage
null
if it is not included in the log
message.@Nullable public java.lang.Double getQueueTimeMillis()
getQueueTimeMillis
in interface MinimalOperationResultAccessLogMessage
null
if it is not included in
the log message.@NotNull public java.util.List<java.lang.String> getResponseControlOIDs()
@NotNull public java.util.List<java.lang.String> getServersAccessed()
@Nullable public 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).@Nullable public java.lang.String getIntermediateClientResult()
null
if it is not included in the log message.@Nullable public java.lang.String getTargetHost()
null
if it is not included in the log
message.@Nullable public java.lang.Integer getTargetPort()
null
if it is not included in the log
message.@Nullable public java.lang.String getTargetProtocol()
null
if it is not included in the log message.@NotNull public java.util.List<java.lang.String> getUsedPrivileges()
@NotNull public java.util.List<java.lang.String> getPreAuthorizationUsedPrivileges()
@NotNull public java.util.List<java.lang.String> getMissingPrivileges()
@NotNull public AccessLogMessageType getMessageType()
getMessageType
in class OperationRequestAccessLogMessage