public class UserAuthenticationEvent extends SystemEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserAuthenticationEvent.Listener |
static interface |
UserAuthenticationEvent.Source |
| Constructor and Description |
|---|
UserAuthenticationEvent(SessionId sessionId,
boolean isLogin,
int loginCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLoginCount() |
UserId |
getUserId() |
boolean |
isFirstLogin() |
boolean |
isLastLogout() |
boolean |
isLogin() |
boolean |
isLogout() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
getSessionId, setWasCausedByMe, toDumpString, wasCausedByMeclone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic UserAuthenticationEvent(SessionId sessionId, boolean isLogin, int loginCount)
public UserId getUserId()
public boolean isLogin()
public boolean isFirstLogin()
public int getLoginCount()
public boolean isLogout()
public boolean isLastLogout()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class AbstractSessionEventCopyright © 2014 EsprIT-Systems. All Rights Reserved.