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 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.
-