Class AbstractUserSessionModel
- java.lang.Object
- 
- org.keycloak.models.map.userSession.AbstractUserSessionModel
 
- 
- All Implemented Interfaces:
- UserSessionModel
 - Direct Known Subclasses:
- MapUserSessionAdapter
 
 public abstract class AbstractUserSessionModel extends Object implements UserSessionModel - Author:
- Martin Kanis
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.UserSessionModelUserSessionModel.SearchableFields, UserSessionModel.SessionPersistenceState, UserSessionModel.State
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected MapUserSessionEntityentityprotected RealmModelrealmprotected KeycloakSessionsession- 
Fields inherited from interface org.keycloak.models.UserSessionModelCORRESPONDING_SESSION_ID
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractUserSessionModel(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity)
 - 
Method Summary- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.UserSessionModelgetAuthenticatedClientSessionByClient, getAuthenticatedClientSessions, getAuthMethod, getBrokerSessionId, getBrokerUserId, getId, getIpAddress, getLastSessionRefresh, getLoginUsername, getNote, getNotes, getRealm, getStarted, getState, getUser, isOffline, isRememberMe, removeAuthenticatedClientSessions, removeNote, restartSession, setLastSessionRefresh, setNote, setState
 
- 
 
- 
- 
- 
Field Detail- 
sessionprotected final KeycloakSession session 
 - 
realmprotected final RealmModel realm 
 - 
entityprotected final MapUserSessionEntity entity 
 
- 
 - 
Constructor Detail- 
AbstractUserSessionModelpublic AbstractUserSessionModel(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity) 
 
- 
 
-