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