Package org.forgerock.audit.filter
Interface Filter
public interface Filter
Interface that represents an audit filter.
-
Method Summary
-
Method Details
-
doFilter
Runs a filter on the given audit event. The filter can modify the contents of the audit event.- Parameters:
auditTopic
- The topic the audit event is for.auditEvent
- The audit event.
-