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