public interface UserSessionModel
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserSessionModel.State |
String getId()
RealmModel getRealm()
String getBrokerSessionId()
String getBrokerUserId()
UserModel getUser()
String getLoginUsername()
String getIpAddress()
String getAuthMethod()
boolean isRememberMe()
int getStarted()
int getLastSessionRefresh()
void setLastSessionRefresh(int seconds)
Map<String,AuthenticatedClientSessionModel> getAuthenticatedClientSessions()
void removeNote(String name)
UserSessionModel.State getState()
void setState(UserSessionModel.State state)
void setUser(UserModel user)
Copyright © 2017 JBoss by Red Hat. All rights reserved.