|
Openfire 3.4.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.audit.AuditEvent org.jivesoftware.openfire.audit.SessionEvent
public class SessionEvent
Events that occur during the session life cycle are repreented by SessionEvents.
Field Summary | |
---|---|
static int |
SESSION_AUTH_FAILURE
|
static int |
SESSION_AUTH_SUCCESS
|
static int |
SESSION_CODE
Session events use the code 1 |
static int |
SESSION_CONNECT
|
static int |
SESSION_DISCONNECT
|
static int |
SESSION_STREAM
|
Fields inherited from class org.jivesoftware.openfire.audit.AuditEvent |
---|
USER_CODES |
Method Summary | |
---|---|
static SessionEvent |
createAuthFailureEvent(Session session,
String user,
String resource)
Create an event associated with the failure of a session to authenticate. |
static SessionEvent |
createAuthSuccessEvent(Session session)
Create an event associated with a successful authentication. |
static SessionEvent |
createConnectEvent(Session session)
Create an event associated with the initial connection of a session before the stream is created. |
static SessionEvent |
createDisconnectEvent(Session session)
Create an event associated with the closing of a session. |
static SessionEvent |
createStreamEvent(Session session)
Create an event associated with the establishment of an XMPP session. |
Methods inherited from class org.jivesoftware.openfire.audit.AuditEvent |
---|
getCode, getData, getReason, getSession, getTimestamp, setCode, setData, setReason, setSession, setTimestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SESSION_CODE
public static final int SESSION_CONNECT
public static final int SESSION_STREAM
public static final int SESSION_AUTH_FAILURE
public static final int SESSION_AUTH_SUCCESS
public static final int SESSION_DISCONNECT
Method Detail |
---|
public static SessionEvent createConnectEvent(Session session)
session
- the session that was connected.
public static SessionEvent createStreamEvent(Session session)
session
- the session that began streaming.
public static SessionEvent createAuthFailureEvent(Session session, String user, String resource)
session
- the session that made the attemptuser
- the user that made the attemptresource
- the resource used for the attempt
public static SessionEvent createAuthSuccessEvent(Session session)
session
- the session that authenticated.
public static SessionEvent createDisconnectEvent(Session session)
session
- the session that was disconnected.
|
Openfire 3.4.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |