Interface AuditProvider

    • Method Detail

      • audit

        void audit​(AuditEvent ae)
        Perform an audit of the event passed A provider can log the audit as per needs.
        Parameters:
        ae - audit event that holds information on the audit
        See Also:
        AuditEvent