Class ModifyDNResultAccessLogMessage
java.lang.Object
com.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
com.unboundid.ldap.sdk.unboundidds.logs.ModifyDNRequestAccessLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.ModifyDNResultAccessLogMessage
- All Implemented Interfaces:
MinimalOperationResultAccessLogMessage,OperationResultAccessLogMessage,Serializable
- Direct Known Subclasses:
ModifyDNAssuranceCompletedAccessLogMessage
@NotExtensible
@NotMutable
@ThreadSafety(level=COMPLETELY_THREADSAFE)
public class ModifyDNResultAccessLogMessage
extends ModifyDNRequestAccessLogMessage
implements OperationResultAccessLogMessage
This class provides a data structure that holds information about a log
message that may appear in the Directory Server access log about the result
of a modify DN operation processed by the Directory Server.
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new modify DN result access log message from the provided log message.Creates a new modify DN result access log message from the provided message string. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a message with additional information about the result of the operation.Retrieves the alternate authorization DN for the operation.Retrieves the local level that will be used for assured replication processing, if available.Retrieves the remote level that will be used for assured replication processing, if available.Retrieves the maximum length of time in milliseconds that the server will delay the response to the client while waiting for the replication assurance requirement to be satisfied.Retrieves the diagnostic message for the operation.Retrieves the names of any indexes for which one or more keys near (typically, within 80% of) the index entry limit were accessed while processing the operation.Retrieves the names of any indexes for which one or more keys over the index entry limit were accessed while processing the operation.Retrieves the content of the intermediate client result for the operation.Retrieves the number of intermediate response messages returned in the course of processing the operation.Retrieves the matched DN for the operation.Retrieves the message type for this access log message.Retrieves the names of any privileges that would have been required for processing the operation but that the requester did not have.Retrieves the names of any privileges used during the course of processing the operation before an alternate authorization identity was assigned.Retrieves the length of time in milliseconds required to process the operation.Retrieves the length of time in milliseconds the operation was required to wait on the work queue.Retrieves the list of referral URLs for the operation.Retrieves the replication change ID for the operation, if available.Retrieves the OIDs of any response controls contained in the log message.Indicates whether the operation response to the client will be delayed until replication assurance has been satisfied or the timeout has occurred.Retrieves the result code for the operation.Retrieves a list of the additional servers that were accessed in the course of processing the operation.Retrieves the address of the backend server to which the request has been forwarded.Retrieves the port of the backend server to which the request has been forwarded.Retrieves the protocol used to forward the request to the backend server.Indicates whether the server accessed any uncached data in the course of processing the operation.Retrieves the names of any privileges used during the course of processing the operation.Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.ModifyDNRequestAccessLogMessage
deleteOldRDN, getDN, getNewRDN, getNewSuperiorDN, getOperationTypeMethods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.OperationRequestAccessLogMessage
getIntermediateClientRequest, getOperationPurpose, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, usingAdminSessionWorkerThreadMethods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.OperationAccessLogMessage
getMessageID, getOperationID, getOrigin, getTriggeredByConnectionID, getTriggeredByOperationIDMethods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.AccessLogMessage
getConnectionID, getInstanceName, getProductName, getStartupID, parseMethods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.LogMessage
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString
-
Constructor Details
-
ModifyDNResultAccessLogMessage
Creates a new modify DN result access log message from the provided message string.- Parameters:
s- The string to be parsed as a modify DN result access log message.- Throws:
LogException- If the provided string cannot be parsed as a valid log message.
-
ModifyDNResultAccessLogMessage
Creates a new modify DN result access log message from the provided log message.- Parameters:
m- The log message to be parsed as a modify DN result access log message.
-
-
Method Details
-
getResultCode
Retrieves the result code for the operation.- Specified by:
getResultCodein interfaceMinimalOperationResultAccessLogMessage- Returns:
- The result code for the operation, or
nullif it is not included in the log message.
-
getDiagnosticMessage
Retrieves the diagnostic message for the operation.- Specified by:
getDiagnosticMessagein interfaceMinimalOperationResultAccessLogMessage- Returns:
- The diagnostic message for the operation, or
nullif it is not included in the log message.
-
getAdditionalInformation
Retrieves a message with additional information about the result of the operation.- Specified by:
getAdditionalInformationin interfaceMinimalOperationResultAccessLogMessage- Returns:
- A message with additional information about the result of the
operation, or
nullif it is not included in the log message.
-
getMatchedDN
Retrieves the matched DN for the operation.- Specified by:
getMatchedDNin interfaceMinimalOperationResultAccessLogMessage- Returns:
- The matched DN for the operation, or
nullif it is not included in the log message.
-
getReferralURLs
Retrieves the list of referral URLs for the operation.- Specified by:
getReferralURLsin interfaceMinimalOperationResultAccessLogMessage- Returns:
- The list of referral URLs for the operation, or an empty list if it is not included in the log message.
-
getIntermediateResponsesReturned
Retrieves the number of intermediate response messages returned in the course of processing the operation.- Specified by:
getIntermediateResponsesReturnedin interfaceOperationResultAccessLogMessage- Returns:
- The number of intermediate response messages returned to the
client in the course of processing the operation, or
nullif it is not included in the log message.
-
getProcessingTimeMillis
Retrieves the length of time in milliseconds required to process the operation.- Specified by:
getProcessingTimeMillisin interfaceMinimalOperationResultAccessLogMessage- Returns:
- The length of time in milliseconds required to process the
operation, or
nullif it is not included in the log message.
-
getQueueTimeMillis
Retrieves the length of time in milliseconds the operation was required to wait on the work queue.- Specified by:
getQueueTimeMillisin interfaceMinimalOperationResultAccessLogMessage- Returns:
- The length of time in milliseconds the operation was required to
wait on the work queue, or
nullif it is not included in the log message.
-
getResponseControlOIDs
Retrieves the OIDs of any response controls contained in the log message.- Specified by:
getResponseControlOIDsin interfaceOperationResultAccessLogMessage- Returns:
- The OIDs of any response controls contained in the log message, or an empty list if it is not included in the log message.
-
getServersAccessed
Retrieves a list of the additional servers that were accessed in the course of processing the operation. For example, if the access log message is from a Directory Proxy Server instance, then this may contain a list of the backend servers used to process the operation.- Specified by:
getServersAccessedin interfaceOperationResultAccessLogMessage- Returns:
- A list of the additional servers that were accessed in the course of processing the operation, or an empty list if it is not included in the log message.
-
getUncachedDataAccessed
Indicates whether the server accessed any uncached data in the course of processing the operation.- Returns:
trueif the server was known to access uncached data in the course of processing the operation,falseif the server was known not to access uncached data, ornullif it is not included in the log message (and the server likely did not access uncached data).
-
getIntermediateClientResult
Retrieves the content of the intermediate client result for the operation.- Specified by:
getIntermediateClientResultin interfaceOperationResultAccessLogMessage- Returns:
- The content of the intermediate client result for the operation,
or
nullif it is not included in the log message.
-
getAlternateAuthorizationDN
Retrieves the alternate authorization DN for the operation.- Returns:
- The alternate authorization DN for the operation, or
nullif it is not included in the log message.
-
getReplicationChangeID
Retrieves the replication change ID for the operation, if available.- Returns:
- The replication change ID for the operation, or
nullif it is not included in the log message.
-
getTargetHost
Retrieves the address of the backend server to which the request has been forwarded.- Returns:
- The address of the backend server to which the request has been
forwarded, or
nullif it is not included in the log message.
-
getTargetPort
Retrieves the port of the backend server to which the request has been forwarded.- Returns:
- The port of the backend server to which the request has been
forwarded, or
nullif it is not included in the log message.
-
getTargetProtocol
Retrieves the protocol used to forward the request to the backend server.- Returns:
- The protocol used to forward the request to the backend server, or
nullif it is not included in the log message.
-
getAssuredReplicationLocalLevel
Retrieves the local level that will be used for assured replication processing, if available.- Returns:
- The local level that will be used for assured replication
processing, or
nullif this is not included in the log message (e.g., because assured replication will not be performed for the operation).
-
getAssuredReplicationRemoteLevel
Retrieves the remote level that will be used for assured replication processing, if available.- Returns:
- The remote level that will be used for assured replication
processing, or
nullif this is not included in the log message (e.g., because assured replication will not be performed for the operation).
-
getAssuredReplicationTimeoutMillis
Retrieves the maximum length of time in milliseconds that the server will delay the response to the client while waiting for the replication assurance requirement to be satisfied.- Returns:
- The maximum length of time in milliseconds that the server will
delay the response to the client while waiting for the replication
assurance requirement to be satisfied, or
nullif this is not included in the log message (e.g., because assured replication will not be performed for the operation).
-
getResponseDelayedByAssurance
Indicates whether the operation response to the client will be delayed until replication assurance has been satisfied or the timeout has occurred.- Returns:
trueif the operation response to the client will be delayed until replication assurance has been satisfied,falseif the response will not be delayed by assurance processing, ornullif this was not included in the log message (e.g., because assured replication will not be performed for the operation)
-
getUsedPrivileges
Retrieves the names of any privileges used during the course of processing the operation.- Returns:
- The names of any privileges used during the course of processing the operation, or an empty list if no privileges were used or this is not included in the log message.
-
getPreAuthorizationUsedPrivileges
Retrieves the names of any privileges used during the course of processing the operation before an alternate authorization identity was assigned.- Returns:
- The names of any privileges used during the course of processing the operation before an alternate authorization identity was assigned, or an empty list if no privileges were used or this is not included in the log message.
-
getMissingPrivileges
Retrieves the names of any privileges that would have been required for processing the operation but that the requester did not have.- Returns:
- The names of any privileges that would have been required for processing the operation but that the requester did not have, or an empty list if there were no missing privileges or this is not included in the log message.
-
getIndexesWithKeysAccessedNearEntryLimit
Retrieves the names of any indexes for which one or more keys near (typically, within 80% of) the index entry limit were accessed while processing the operation.- Returns:
- The names of any indexes for which one or more keys near the index entry limit were accessed while processing the operation, or an empty list if no such index keys were accessed, or if this is not included in the log message.
-
getIndexesWithKeysAccessedOverEntryLimit
Retrieves the names of any indexes for which one or more keys over the index entry limit were accessed while processing the operation.- Returns:
- The names of any indexes for which one or more keys over the index entry limit were accessed while processing the operation, or an empty list if no such index keys were accessed, or if this is not included in the log message.
-
getMessageType
Retrieves the message type for this access log message.- Overrides:
getMessageTypein classOperationRequestAccessLogMessage- Returns:
- The message type for this access log message.
-