@Entity public class PersistentUserSessionEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PersistentUserSessionEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected int |
createdOn |
protected String |
data |
protected int |
lastSessionRefresh |
protected String |
offline |
protected String |
realmId |
protected String |
userId |
protected String |
userSessionId |
Constructor and Description |
---|
PersistentUserSessionEntity() |
Modifier and Type | Method and Description |
---|---|
int |
getCreatedOn() |
String |
getData() |
int |
getLastSessionRefresh() |
String |
getOffline() |
String |
getRealmId() |
String |
getUserId() |
String |
getUserSessionId() |
void |
setCreatedOn(int createdOn) |
void |
setData(String data) |
void |
setLastSessionRefresh(int lastSessionRefresh) |
void |
setOffline(String offline) |
void |
setRealmId(String realmId) |
void |
setUserId(String userId) |
void |
setUserSessionId(String userSessionId) |
protected String userSessionId
protected String realmId
protected String userId
protected int createdOn
protected int lastSessionRefresh
protected String 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 getCreatedOn()
public void setCreatedOn(int createdOn)
public int getLastSessionRefresh()
public void setLastSessionRefresh(int lastSessionRefresh)
public String getOffline()
public void setOffline(String offline)
public String getData()
public void setData(String data)
Copyright © 2021 JBoss by Red Hat. All rights reserved.