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, userSession
Fields inherited from interface org.keycloak.models.AuthenticatedClientSessionModel
STARTED_AT_NOTE, USER_SESSION_REMEMBER_ME_NOTE, USER_SESSION_STARTED_AT_NOTE
-
Constructor Summary
ConstructorDescriptionMapAuthenticatedClientSessionAdapter
(KeycloakSession session, RealmModel realm, UserSessionModel userSession, MapAuthenticatedClientSessionEntity entity) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getNotes()
getRealm()
int
void
removeNote
(String name) void
void
setCurrentRefreshToken
(String currentRefreshToken) void
setCurrentRefreshTokenUseCount
(int currentRefreshTokenUseCount) void
void
setProtocol
(String method) void
setRedirectUri
(String uri) void
setTimestamp
(int timestamp) toString()
Methods inherited from class org.keycloak.models.map.userSession.AbstractAuthenticatedClientSessionModel
equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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
-