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