Uses of Class
org.jivesoftware.openfire.security.AuditWriteOnlyException
-
Packages that use AuditWriteOnlyException Package Description org.jivesoftware.openfire.security -
-
Uses of AuditWriteOnlyException in org.jivesoftware.openfire.security
Methods in org.jivesoftware.openfire.security that throw AuditWriteOnlyException Modifier and Type Method Description SecurityAuditEvent
SecurityAuditManager. getEvent(Integer msgID)
Retrieves a specific event by ID in the form of a SecurityAuditEvent.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.
-