public abstract class AbstractUserSessionModel extends Object implements UserSessionModel
UserSessionModel.SearchableFields, UserSessionModel.SessionPersistenceState, UserSessionModel.State| Modifier and Type | Field and Description |
|---|---|
protected MapUserSessionEntity |
entity |
protected RealmModel |
realm |
protected KeycloakSession |
session |
CORRESPONDING_SESSION_ID| Constructor and Description |
|---|
AbstractUserSessionModel(KeycloakSession session,
RealmModel realm,
MapUserSessionEntity entity) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthenticatedClientSessionByClient, getAuthenticatedClientSessions, getAuthMethod, getBrokerSessionId, getBrokerUserId, getId, getIpAddress, getLastSessionRefresh, getLoginUsername, getNote, getNotes, getRealm, getStarted, getState, getUser, isOffline, isRememberMe, removeAuthenticatedClientSessions, removeNote, restartSession, setLastSessionRefresh, setNote, setStateprotected final KeycloakSession session
protected final RealmModel realm
protected final MapUserSessionEntity entity
public AbstractUserSessionModel(KeycloakSession session, RealmModel realm, MapUserSessionEntity entity)
Copyright © 2021 JBoss by Red Hat. All rights reserved.