Uses of Class
org.jivesoftware.openfire.security.EventNotFoundException
-
Packages that use EventNotFoundException Package Description org.jivesoftware.openfire.security -
-
Uses of EventNotFoundException in org.jivesoftware.openfire.security
Methods in org.jivesoftware.openfire.security that throw EventNotFoundException 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.
-