Package org.forgerock.audit.filter
Interface Filter
-
public interface Filter
Interface that represents an audit filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doFilter(String auditTopic, JsonValue auditEvent)
Runs a filter on the given audit event.
-