public interface AuditLogFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(AuditLogEntry entry)
This is the filtering method.
|
void |
addType(String type)
Register a type this Filter understands.
|
Map<String,Boolean> |
getAcceptedTypes() |
void addType(String type)
type - boolean accept(AuditLogEntry entry)
entry - Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.