public interface UserSessionModel
Modifier and Type | Method and Description |
---|---|
String |
getAuthMethod() |
List<ClientSessionModel> |
getClientSessions() |
String |
getId() |
String |
getIpAddress() |
int |
getLastSessionRefresh() |
String |
getLoginUsername() |
int |
getStarted() |
UserModel |
getUser() |
boolean |
isRememberMe() |
void |
setLastSessionRefresh(int seconds) |
String getId()
UserModel getUser()
String getLoginUsername()
String getIpAddress()
String getAuthMethod()
boolean isRememberMe()
int getStarted()
int getLastSessionRefresh()
void setLastSessionRefresh(int seconds)
List<ClientSessionModel> getClientSessions()
Copyright © 2014. All Rights Reserved.