Class AbstractAuthenticatedClientSessionModel
java.lang.Object
org.keycloak.models.map.userSession.AbstractAuthenticatedClientSessionModel
- All Implemented Interfaces:
AuthenticatedClientSessionModel,CommonClientSessionModel
- Direct Known Subclasses:
MapAuthenticatedClientSessionAdapter
public abstract class AbstractAuthenticatedClientSessionModel
extends Object
implements AuthenticatedClientSessionModel
- Author:
- Martin Kanis
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.sessions.CommonClientSessionModel
CommonClientSessionModel.Action, CommonClientSessionModel.ExecutionStatus -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClientModelprotected final MapAuthenticatedClientSessionEntityprotected final RealmModelprotected final KeycloakSessionprotected UserSessionModelFields inherited from interface org.keycloak.models.AuthenticatedClientSessionModel
STARTED_AT_NOTE, USER_SESSION_REMEMBER_ME_NOTE, USER_SESSION_STARTED_AT_NOTE -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAuthenticatedClientSessionModel(KeycloakSession session, RealmModel realm, UserSessionModel userSession, MapAuthenticatedClientSessionEntity entity) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.AuthenticatedClientSessionModel
detachFromUserSession, getCurrentRefreshToken, getCurrentRefreshTokenUseCount, getId, getNote, getNotes, getStarted, getTimestamp, getUserSession, getUserSessionStarted, isUserSessionRememberMe, removeNote, setCurrentRefreshToken, setCurrentRefreshTokenUseCount, setNote, setTimestampMethods inherited from interface org.keycloak.sessions.CommonClientSessionModel
getAction, getClient, getProtocol, getRealm, getRedirectUri, setAction, setProtocol, setRedirectUri
-
Field Details
-
session
-
realm
-
client
-
userSession
-
entity
-
-
Constructor Details
-
AbstractAuthenticatedClientSessionModel
public AbstractAuthenticatedClientSessionModel(KeycloakSession session, RealmModel realm, UserSessionModel userSession, MapAuthenticatedClientSessionEntity entity)
-
-
Method Details