Uses of Class
org.jivesoftware.openfire.security.SecurityAuditEvent
Packages that use SecurityAuditEvent
-
Uses of SecurityAuditEvent in org.jivesoftware.openfire.security
Methods in org.jivesoftware.openfire.security that return SecurityAuditEventModifier and TypeMethodDescriptionThe default provider retrieves events from a ofSecurityAuditLog table in the database.Retrieves a specific event by ID in the form of a SecurityAuditEvent.Retrieves a specific event by ID.Methods in org.jivesoftware.openfire.security that return types with arguments of type SecurityAuditEventModifier and TypeMethodDescriptionDefaultSecurityAuditProvider.getEvents(String username, Integer skipEvents, Integer numEvents, Date startTime, Date endTime) The default provider retrieves events from a ofSecurityAuditLog table in the database.SecurityAuditManager.getEvents(String username, Integer skipEvents, Integer numEvents, Date startTime, Date endTime) Retrieves security events that have occurred, filtered by the parameters passed.SecurityAuditProvider.getEvents(String username, Integer skipEvents, Integer numEvents, Date startTime, Date endTime) Retrieves security events that have occurred, filtered by the parameters passed.