public abstract class AbstractAuditProvider extends Object implements AuditProvider
An audit provider is one that can be used to log audit events in a file, a database or any external sink of choice
Constructor and Description |
---|
AbstractAuditProvider() |
Modifier and Type | Method and Description |
---|---|
abstract void |
audit(AuditEvent auditEvent)
Perform an audit of the event passed
A provider can log the audit as per needs.
|
public abstract void audit(AuditEvent auditEvent)
AuditProvider
audit
in interface AuditProvider
auditEvent
- audit event that holds information on the auditAuditProvider.audit(AuditEvent)
Copyright © 2016 JBoss by Red Hat. All rights reserved.