public interface AuditEventRepository
AuditEvent
s.Modifier and Type | Method and Description |
---|---|
void |
add(AuditEvent event)
Log an event.
|
List<AuditEvent> |
find(String principal,
Date after)
Find audit events relating to the specified principal since the time provided.
|
List<AuditEvent> find(String principal, Date after)
principal
- the principal name to search forafter
- timestamp of earliest result requiredvoid add(AuditEvent event)
event
- the audit event to logCopyright © 2016 Pivotal Software, Inc.. All rights reserved.