Class MapAuthenticatedClientSessionAdapter
java.lang.Object
org.keycloak.models.map.userSession.AbstractAuthenticatedClientSessionModel
org.keycloak.models.map.userSession.MapAuthenticatedClientSessionAdapter
- All Implemented Interfaces:
AuthenticatedClientSessionModel,CommonClientSessionModel
public abstract class MapAuthenticatedClientSessionAdapter
extends AbstractAuthenticatedClientSessionModel
- Author:
- Martin Kanis
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.sessions.CommonClientSessionModel
CommonClientSessionModel.Action, CommonClientSessionModel.ExecutionStatus -
Field Summary
Fields inherited from class org.keycloak.models.map.userSession.AbstractAuthenticatedClientSessionModel
client, entity, realm, session, userSessionFields inherited from interface org.keycloak.models.AuthenticatedClientSessionModel
STARTED_AT_NOTE, USER_SESSION_REMEMBER_ME_NOTE, USER_SESSION_STARTED_AT_NOTE -
Constructor Summary
ConstructorsConstructorDescriptionMapAuthenticatedClientSessionAdapter(KeycloakSession session, RealmModel realm, UserSessionModel userSession, MapAuthenticatedClientSessionEntity entity) -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getNotes()getRealm()intvoidremoveNote(String name) voidvoidsetCurrentRefreshToken(String currentRefreshToken) voidsetCurrentRefreshTokenUseCount(int currentRefreshTokenUseCount) voidvoidsetProtocol(String method) voidsetRedirectUri(String uri) voidsetTimestamp(int timestamp) toString()Methods inherited from class org.keycloak.models.map.userSession.AbstractAuthenticatedClientSessionModel
equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.AuthenticatedClientSessionModel
detachFromUserSession, getStarted, getUserSessionStarted, isUserSessionRememberMe
-
Constructor Details
-
MapAuthenticatedClientSessionAdapter
public MapAuthenticatedClientSessionAdapter(KeycloakSession session, RealmModel realm, UserSessionModel userSession, MapAuthenticatedClientSessionEntity entity)
-
-
Method Details
-
getId
-
getTimestamp
public int getTimestamp() -
setTimestamp
public void setTimestamp(int timestamp) -
getUserSession
-
getCurrentRefreshToken
-
setCurrentRefreshToken
-
getCurrentRefreshTokenUseCount
public int getCurrentRefreshTokenUseCount() -
setCurrentRefreshTokenUseCount
public void setCurrentRefreshTokenUseCount(int currentRefreshTokenUseCount) -
getNote
-
setNote
-
removeNote
-
getNotes
-
getRedirectUri
-
setRedirectUri
-
getRealm
-
getClient
-
getAction
-
setAction
-
getProtocol
-
setProtocol
-
toString
-