Interface SearchEntryAccessLogMessage

    • Method Detail

      • getDN

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

        @NotNull
        java.util.Set<java.lang.String> getAttributesReturned()
        Retrieves the names of the attributes included in the entry that was returned.
        Returns:
        The names of the attributes included in the entry that was returned, or null if it is not included in the log message.
      • getResponseControlOIDs

        @NotNull
        java.util.Set<java.lang.String> getResponseControlOIDs()
        Retrieves the OIDs of any response controls contained in the log message.
        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.