Interface ModifyDNRequestAccessLogMessage

All Superinterfaces:
AccessLogMessage, LogMessage, OperationRequestAccessLogMessage, Serializable
All Known Subinterfaces:
ModifyDNAssuranceCompletedAccessLogMessage, ModifyDNForwardAccessLogMessage, ModifyDNForwardFailedAccessLogMessage, ModifyDNResultAccessLogMessage
All Known Implementing Classes:
JSONModifyDNAssuranceCompletedAccessLogMessage, JSONModifyDNForwardAccessLogMessage, JSONModifyDNForwardFailedAccessLogMessage, JSONModifyDNRequestAccessLogMessage, JSONModifyDNResultAccessLogMessage, TextFormattedModifyDNAssuranceCompletedAccessLogMessage, TextFormattedModifyDNForwardAccessLogMessage, TextFormattedModifyDNForwardFailedAccessLogMessage, TextFormattedModifyDNRequestAccessLogMessage, TextFormattedModifyDNResultAccessLogMessage

This class provides a data structure that holds information about a modify DN request access log message.
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.
  • Method Details

    • getDN

      Retrieves the DN of the entry to rename.
      Returns:
      The DN of the entry to rename, or null if it is not included in the log message.
    • getNewRDN

      Retrieves the new RDN to use for the entry.
      Returns:
      The new RDN to use for the entry, or null if it is not included in the log message.
    • getDeleteOldRDN

      Indicates whether the old RDN value(s) should be removed from the entry.
      Returns:
      Boolean.TRUE if the old RDN value(s) should be removed from the entry, Boolean.FALSE if the old RDN value(s) should be kept in the entry, or null if it is not included in the log message.
    • getNewSuperiorDN

      Retrieves the new superior DN to use for the entry.
      Returns:
      The new superior DN to use for the entry, or null if it is not included in the log message.