public abstract class AbstractAuthenticatedClientSessionModel<K> extends Object implements AuthenticatedClientSessionModel
AuthenticatedClientSessionModel.SearchableFields
CommonClientSessionModel.Action, CommonClientSessionModel.ExecutionStatus
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
client |
protected MapAuthenticatedClientSessionEntity<K> |
entity |
protected RealmModel |
realm |
protected KeycloakSession |
session |
protected UserSessionModel |
userSession |
STARTED_AT_NOTE
Constructor and Description |
---|
AbstractAuthenticatedClientSessionModel(KeycloakSession session,
RealmModel realm,
ClientModel client,
UserSessionModel userSession,
MapAuthenticatedClientSessionEntity<K> entity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
detachFromUserSession, getCurrentRefreshToken, getCurrentRefreshTokenUseCount, getId, getNote, getNotes, getStarted, getTimestamp, getUserSession, removeNote, setCurrentRefreshToken, setCurrentRefreshTokenUseCount, setNote, setTimestamp
getAction, getClient, getProtocol, getRealm, getRedirectUri, setAction, setProtocol, setRedirectUri
protected final KeycloakSession session
protected final RealmModel realm
protected ClientModel client
protected UserSessionModel userSession
protected final MapAuthenticatedClientSessionEntity<K> entity
public AbstractAuthenticatedClientSessionModel(KeycloakSession session, RealmModel realm, ClientModel client, UserSessionModel userSession, MapAuthenticatedClientSessionEntity<K> entity)
Copyright © 2021 JBoss by Red Hat. All rights reserved.