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
FieldsModifier and TypeFieldDescriptionprotected final MapUserSessionEntityprotected final RealmModelprotected final KeycloakSessionFields inherited from interface org.keycloak.models.UserSessionModel
CORRESPONDING_SESSION_ID -
Constructor Summary
ConstructorsConstructorDescriptionAbstractUserSessionModel(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, waitMethods 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)
-