Interface SearchReferenceAccessLogMessage

    • Method Detail

      • getReferralURLs

        @NotNull
        java.util.List<java.lang.String> getReferralURLs()
        Retrieves the list of referral URLs returned to the client.
        Returns:
        The list of referral URLs returned to the client, or an empty list 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.