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