Interface ModifyRequestAccessLogMessage

    • Method Detail

      • getDN

        @Nullable
        java.lang.String getDN()
        Retrieves the DN of the entry to modify.
        Returns:
        The DN of the entry to modify, or null if it is not included in the log message.
      • getAttributeNames

        @NotNull
        java.util.Set<java.lang.String> getAttributeNames()
        Retrieves the names of the attributes to be modified.
        Returns:
        The names of the attributes to be modified, or null if that is not included in the log message.