Class HttpAuditEvent

    • Field Detail

      • httpMethod

        public final String httpMethod
      • httpStatus

        public final int httpStatus
      • input

        public final Object input
    • Constructor Detail

      • HttpAuditEvent

        public HttpAuditEvent​(String sessionId,
                              CurrentUser who,
                              String what,
                              long when,
                              com.google.common.collect.ListMultimap<String,​?> params,
                              String httpMethod,
                              Object input,
                              int status,
                              Object result)
        Creates a new audit event with results
        Parameters:
        sessionId - session id the event belongs to
        who - principal that has generated the event
        what - object of the event
        when - time-stamp of when the event started
        params - parameters of the event
        httpMethod - HTTP method
        input - input
        status - HTTP status
        result - result of the event