Package org.keycloak.models
Interface OfflineUserSessionModel
- 
- All Superinterfaces:
- UserSessionModel
 - All Known Implementing Classes:
- PersistentUserSessionAdapter
 
 public interface OfflineUserSessionModel extends UserSessionModel Hacked extension to UserSessionModel so that user id can be obtain directly so- Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.UserSessionModelUserSessionModel.SearchableFields, UserSessionModel.SessionPersistenceState, UserSessionModel.State
 
- 
 - 
Field Summary- 
Fields inherited from interface org.keycloak.models.UserSessionModelCORRESPONDING_SESSION_ID
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUserId()- 
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
 
- 
 
- 
- 
- 
Method Detail- 
getUserIdString getUserId() 
 
- 
 
-