Interface ILoginEvent
- All Superinterfaces:
IEvent
,ISystemEvent
,Serializable
- All Known Subinterfaces:
ILoginFailedEvent
Describes a user logging in
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
Methods inherited from interface com.webmethods.portal.event.ISystemEvent
getUserID
-
Field Details
-
ACTION_UNKNOWN
static final int ACTION_UNKNOWN- See Also:
-
ACTION_FIRST_LOG_IN
static final int ACTION_FIRST_LOG_IN- See Also:
-
ACTION_LOGGED_IN
static final int ACTION_LOGGED_IN- See Also:
-
ACTION_LOGGED_OUT
static final int ACTION_LOGGED_OUT- See Also:
-
ACTION_TIMED_OUT
static final int ACTION_TIMED_OUT- See Also:
-
ACTION_FAILED_LOGIN
static final int ACTION_FAILED_LOGIN- See Also:
-
ACTION_LOGIN_SCRIPT_DONE
static final int ACTION_LOGIN_SCRIPT_DONE- See Also:
-
ACTION_FIRST_LOGIN_SCRIPT_DONE
static final int ACTION_FIRST_LOGIN_SCRIPT_DONE- See Also:
-
-
Method Details
-
getAction
int getAction()Get the action- Returns:
- either
ACTION_FIRST_LOGIN_SCRIPT_DONE
,ACTION_LOGGED_IN
, orACTION_LOGIN_SCRIPT_DONE
-