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, wasCausedByMe
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public 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)
Dumpable
toString
in interface Dumpable
toString
in class AbstractSessionEvent
Copyright © 2014 EsprIT-Systems. All Rights Reserved.