Interface ExtendedResultAccessLogMessage

    • Method Detail

      • getResponseOID

        @Nullable
        java.lang.String getResponseOID()
        Retrieves the OID for the extended response.
        Returns:
        The OID for the extended response, or null if it is not included in the log message.
      • getResponseType

        @Nullable
        java.lang.String getResponseType()
        Retrieves the type of extended response being returned. This is generally a human-readable name for the operation.
        Returns:
        The type of extended response, or null if it is not included in the log message.
      • getClientConnectionPolicy

        @Nullable
        java.lang.String getClientConnectionPolicy()
        Retrieves the name of the client connection policy that was selected for the client connection.
        Returns:
        The name of the client connection policy that was selected for the client connection, or null if it is not included in the log message.