Interface ExtendedRequestAccessLogMessage

    • Method Detail

      • getRequestOID

        @Nullable
        java.lang.String getRequestOID()
        Retrieves the OID of the extended request.
        Returns:
        The OID of the extended request, or null if it is not included in the log message.
      • getRequestType

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