public class DefaultAuditLogFilter extends Object implements AuditLogFilter
| Constructor and Description |
|---|
DefaultAuditLogFilter() |
| 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() |
public void addType(String type)
addType in interface AuditLogFiltertype - public boolean accept(AuditLogEntry entry)
accept in interface AuditLogFilterentry - public Map<String,Boolean> getAcceptedTypes()
getAcceptedTypes in interface AuditLogFilterCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.