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