Class AbstractUserSessionModel
java.lang.Object
org.keycloak.models.map.userSession.AbstractUserSessionModel
- All Implemented Interfaces:
UserSessionModel
- Direct Known Subclasses:
MapUserSessionAdapter
- Author:
- Martin Kanis
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.UserSessionModel
UserSessionModel.SearchableFields, UserSessionModel.SessionPersistenceState, UserSessionModel.State
-
Field Summary
Modifier and TypeFieldDescriptionprotected final MapUserSessionEntity
protected final RealmModel
protected final KeycloakSession
Fields inherited from interface org.keycloak.models.UserSessionModel
CORRESPONDING_SESSION_ID
-
Constructor Summary
ConstructorDescriptionAbstractUserSessionModel
(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.UserSessionModel
getAuthenticatedClientSessionByClient, getAuthenticatedClientSessions, getAuthMethod, getBrokerSessionId, getBrokerUserId, getId, getIpAddress, getLastSessionRefresh, getLoginUsername, getNote, getNotes, getRealm, getStarted, getState, getUser, isOffline, isRememberMe, removeAuthenticatedClientSessions, removeNote, restartSession, setLastSessionRefresh, setNote, setState
-
Field Details
-
session
-
realm
-
entity
-
-
Constructor Details
-
AbstractUserSessionModel
public AbstractUserSessionModel(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity)
-