Class RpcAuditEvent

    • Constructor Detail

      • RpcAuditEvent

        public RpcAuditEvent​(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