Uses of Interface
org.jivesoftware.openfire.security.SecurityAuditProvider
-
Packages that use SecurityAuditProvider Package Description org.jivesoftware.openfire.security -
-
Uses of SecurityAuditProvider in org.jivesoftware.openfire.security
Classes in org.jivesoftware.openfire.security that implement SecurityAuditProvider Modifier and Type Class Description class
DefaultSecurityAuditProvider
The default security audit provider stores the logs in a ofSecurityAuditLog table.Methods in org.jivesoftware.openfire.security that return SecurityAuditProvider Modifier and Type Method Description static SecurityAuditProvider
SecurityAuditManager. getSecurityAuditProvider()
Returns the currently-installed SecurityAuditProvider.
-