Package org.keycloak.models.jpa.session
Class PersistentUserSessionEntity
java.lang.Object
org.keycloak.models.jpa.session.PersistentUserSessionEntity
- Author:
 - Marek Posolda
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetData()intvoidsetBrokerSessionId(String brokerSessionId) voidsetCreatedOn(int createdOn) voidvoidsetLastSessionRefresh(int lastSessionRefresh) voidsetOffline(String offline) voidsetRealmId(String realmId) voidvoidsetUserSessionId(String userSessionId)  
- 
Field Details
- 
userSessionId
 - 
realmId
 - 
userId
 - 
createdOn
protected int createdOn - 
lastSessionRefresh
protected int lastSessionRefresh - 
brokerSessionId
 - 
offline
 - 
data
 
 - 
 - 
Constructor Details
- 
PersistentUserSessionEntity
public PersistentUserSessionEntity() 
 - 
 - 
Method Details
- 
getUserSessionId
 - 
setUserSessionId
 - 
getRealmId
 - 
setRealmId
 - 
getUserId
 - 
setUserId
 - 
getCreatedOn
public int getCreatedOn() - 
setCreatedOn
public void setCreatedOn(int createdOn)  - 
getLastSessionRefresh
public int getLastSessionRefresh() - 
setLastSessionRefresh
public void setLastSessionRefresh(int lastSessionRefresh)  - 
getOffline
 - 
setOffline
 - 
getBrokerSessionId
 - 
setBrokerSessionId
 - 
getData
 - 
setData
 
 -