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 AuditLogFilter
type
- public boolean accept(AuditLogEntry entry)
accept
in interface AuditLogFilter
entry
- public Map<String,Boolean> getAcceptedTypes()
getAcceptedTypes
in interface AuditLogFilter
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.