@Entity public class PersistentUserSessionEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentUserSessionEntity.Key |
| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected int |
lastSessionRefresh |
protected boolean |
offline |
protected String |
realmId |
protected String |
userId |
protected String |
userSessionId |
| Constructor and Description |
|---|
PersistentUserSessionEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
int |
getLastSessionRefresh() |
String |
getRealmId() |
String |
getUserId() |
String |
getUserSessionId() |
boolean |
isOffline() |
void |
setData(String data) |
void |
setLastSessionRefresh(int lastSessionRefresh) |
void |
setOffline(boolean offline) |
void |
setRealmId(String realmId) |
void |
setUserId(String userId) |
void |
setUserSessionId(String userSessionId) |
protected String userSessionId
protected String realmId
protected String userId
protected int lastSessionRefresh
protected boolean offline
protected String data
public String getUserSessionId()
public void setUserSessionId(String userSessionId)
public String getRealmId()
public void setRealmId(String realmId)
public String getUserId()
public void setUserId(String userId)
public int getLastSessionRefresh()
public void setLastSessionRefresh(int lastSessionRefresh)
public boolean isOffline()
public void setOffline(boolean offline)
public String getData()
public void setData(String data)
Copyright © 2015 JBoss by Red Hat. All rights reserved.