Uses of Class
org.jivesoftware.openfire.audit.SessionEvent
Packages that use SessionEvent
-
Uses of SessionEvent in org.jivesoftware.openfire.audit
Methods in org.jivesoftware.openfire.audit that return SessionEventModifier and TypeMethodDescriptionstatic SessionEvent
SessionEvent.createAuthFailureEvent
(Session session, String user, String resource) Create an event associated with the failure of a session to authenticate.static SessionEvent
SessionEvent.createAuthSuccessEvent
(Session session) Create an event associated with a successful authentication.static SessionEvent
SessionEvent.createConnectEvent
(Session session) Create an event associated with the initial connection of a session before the stream is created.static SessionEvent
SessionEvent.createDisconnectEvent
(Session session) Create an event associated with the closing of a session.static SessionEvent
SessionEvent.createStreamEvent
(Session session) Create an event associated with the establishment of an XMPP session.