Interface | Description |
---|---|
SecurityAuditProvider |
A SecurityAuditProvider handles storage and retrieval of security audit logs.
|
Class | Description |
---|---|
DefaultSecurityAuditProvider |
The default security audit provider stores the logs in a ofSecurityAuditLog table.
|
SecurityAuditEvent |
Representation of a single security event retrieved from the logs.
|
SecurityAuditManager |
The SecurityAuditManager manages the SecurityAuditProvider configured for this server, and provides
a proper conduit for making security log entries and looking them up.
|
Exception | Description |
---|---|
AuditWriteOnlyException |
Thrown if a reading is not permitted with the configured SecurityAuditProvider.
|
EventNotFoundException |
Thrown if an event looked up (typically by id) was not found.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.