Package org.jivesoftware.openfire.security
-
Interface Summary Interface Description SecurityAuditProvider A SecurityAuditProvider handles storage and retrieval of security audit logs. -
Class Summary 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 Summary 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.