Class ExtendedRequestAccessLogMessage

    • Constructor Detail

      • ExtendedRequestAccessLogMessage

        public ExtendedRequestAccessLogMessage​(@NotNull
                                               java.lang.String s)
                                        throws LogException
        Creates a new extended request access log message from the provided message string.
        Parameters:
        s - The string to be parsed as an extended request access log message.
        Throws:
        LogException - If the provided string cannot be parsed as a valid log message.
      • ExtendedRequestAccessLogMessage

        public ExtendedRequestAccessLogMessage​(@NotNull
                                               LogMessage m)
        Creates a new extended request access log message from the provided log message.
        Parameters:
        m - The log message to be parsed as an extended request access log message.
    • Method Detail

      • getRequestOID

        @Nullable
        public final 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
        public final 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.