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.CommonClientSessionModelCommonClientSessionModel.Action, CommonClientSessionModel.ExecutionStatus
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.userSession.AbstractAuthenticatedClientSessionModelclient, entity, realm, session, userSession
 - 
Fields inherited from interface org.keycloak.models.AuthenticatedClientSessionModelSTARTED_AT_NOTE
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapAuthenticatedClientSessionAdapter(KeycloakSession session, RealmModel realm, UserSessionModel userSession, MapAuthenticatedClientSessionEntity entity)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()ClientModelgetClient()StringgetCurrentRefreshToken()intgetCurrentRefreshTokenUseCount()StringgetId()StringgetNote(String name)Map<String,String>getNotes()StringgetProtocol()RealmModelgetRealm()StringgetRedirectUri()intgetTimestamp()UserSessionModelgetUserSession()voidremoveNote(String name)voidsetAction(String action)voidsetCurrentRefreshToken(String currentRefreshToken)voidsetCurrentRefreshTokenUseCount(int currentRefreshTokenUseCount)voidsetNote(String name, String value)voidsetProtocol(String method)voidsetRedirectUri(String uri)voidsetTimestamp(int timestamp)StringtoString()- 
Methods inherited from class org.keycloak.models.map.userSession.AbstractAuthenticatedClientSessionModelequals, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.AuthenticatedClientSessionModeldetachFromUserSession, getStarted
 
- 
 
- 
- 
- 
Constructor Detail- 
MapAuthenticatedClientSessionAdapterpublic MapAuthenticatedClientSessionAdapter(KeycloakSession session, RealmModel realm, UserSessionModel userSession, MapAuthenticatedClientSessionEntity entity) 
 
- 
 - 
Method Detail- 
getIdpublic String getId() 
 - 
getTimestamppublic int getTimestamp() 
 - 
setTimestamppublic void setTimestamp(int timestamp) 
 - 
getUserSessionpublic UserSessionModel getUserSession() 
 - 
getCurrentRefreshTokenpublic String getCurrentRefreshToken() 
 - 
setCurrentRefreshTokenpublic void setCurrentRefreshToken(String currentRefreshToken) 
 - 
getCurrentRefreshTokenUseCountpublic int getCurrentRefreshTokenUseCount() 
 - 
setCurrentRefreshTokenUseCountpublic void setCurrentRefreshTokenUseCount(int currentRefreshTokenUseCount) 
 - 
removeNotepublic void removeNote(String name) 
 - 
getRedirectUripublic String getRedirectUri() 
 - 
setRedirectUripublic void setRedirectUri(String uri) 
 - 
getRealmpublic RealmModel getRealm() 
 - 
getClientpublic ClientModel getClient() 
 - 
getActionpublic String getAction() 
 - 
setActionpublic void setAction(String action) 
 - 
getProtocolpublic String getProtocol() 
 - 
setProtocolpublic void setProtocol(String method) 
 
- 
 
-