Uses of Interface
org.jivesoftware.openfire.audit.AuditManager
-
Packages that use AuditManager Package Description org.jivesoftware.openfire org.jivesoftware.openfire.audit.spi -
-
Uses of AuditManager in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return AuditManager Modifier and Type Method Description AuditManager
XMPPServer. getAuditManager()
Returns theAuditManager
registered with this server. -
Uses of AuditManager in org.jivesoftware.openfire.audit.spi
Classes in org.jivesoftware.openfire.audit.spi that implement AuditManager Modifier and Type Class Description class
AuditManagerImpl
Implementation of the AuditManager interface.Constructors in org.jivesoftware.openfire.audit.spi with parameters of type AuditManager Constructor Description AuditorImpl(AuditManager manager)
-