Class MapAuthenticatedClientSessionEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
-
- org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntityImpl
-
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticatedClientSessionEntity
public class MapAuthenticatedClientSessionEntityImpl extends MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity implements MapAuthenticatedClientSessionEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MapAuthenticatedClientSessionEntityImpl.Empty
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity
MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticatedClientSessionEntityImpl()
MapAuthenticatedClientSessionEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAction()
String
getAuthMethod()
String
getClientId()
String
getCurrentRefreshToken()
Integer
getCurrentRefreshTokenUseCount()
Long
getExpiration()
String
getNote(String p0)
Map<String,String>
getNotes()
String
getRealmId()
String
getRedirectUri()
Long
getTimestamp()
String
getUserSessionId()
int
hashCode()
Boolean
isOffline()
Boolean
removeNote(String p0)
void
setAction(String p0)
void
setAuthMethod(String p0)
void
setClientId(String p0)
void
setCurrentRefreshToken(String p0)
void
setCurrentRefreshTokenUseCount(Integer p0)
void
setExpiration(Long p0)
void
setNote(String p0, String p1)
void
setNotes(Map<String,String> p0)
void
setOffline(Boolean p0)
void
setRealmId(String p0)
void
setRedirectUri(String p0)
void
setTimestamp(Long p0)
void
setUserSessionId(String p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
getId, setId
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthenticatedClientSessionEntityImpl
public MapAuthenticatedClientSessionEntityImpl()
-
MapAuthenticatedClientSessionEntityImpl
public MapAuthenticatedClientSessionEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
setAction
public void setAction(String p0)
- Specified by:
setAction
in interfaceMapAuthenticatedClientSessionEntity
-
getAction
public String getAction()
- Specified by:
getAction
in interfaceMapAuthenticatedClientSessionEntity
-
setAuthMethod
public void setAuthMethod(String p0)
- Specified by:
setAuthMethod
in interfaceMapAuthenticatedClientSessionEntity
-
getAuthMethod
public String getAuthMethod()
- Specified by:
getAuthMethod
in interfaceMapAuthenticatedClientSessionEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientId
in interfaceMapAuthenticatedClientSessionEntity
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshToken
public void setCurrentRefreshToken(String p0)
- Specified by:
setCurrentRefreshToken
in interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshToken
public String getCurrentRefreshToken()
- Specified by:
getCurrentRefreshToken
in interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshTokenUseCount
public void setCurrentRefreshTokenUseCount(Integer p0)
- Specified by:
setCurrentRefreshTokenUseCount
in interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshTokenUseCount
public Integer getCurrentRefreshTokenUseCount()
- Specified by:
getCurrentRefreshTokenUseCount
in interfaceMapAuthenticatedClientSessionEntity
-
getExpiration
public Long getExpiration()
- Specified by:
getExpiration
in interfaceMapAuthenticatedClientSessionEntity
-
setExpiration
public void setExpiration(Long p0)
- Specified by:
setExpiration
in interfaceMapAuthenticatedClientSessionEntity
-
setNotes
public void setNotes(Map<String,String> p0)
- Specified by:
setNotes
in interfaceMapAuthenticatedClientSessionEntity
-
getNotes
public Map<String,String> getNotes()
- Specified by:
getNotes
in interfaceMapAuthenticatedClientSessionEntity
-
getNote
public String getNote(String p0)
- Specified by:
getNote
in interfaceMapAuthenticatedClientSessionEntity
-
removeNote
public Boolean removeNote(String p0)
- Specified by:
removeNote
in interfaceMapAuthenticatedClientSessionEntity
-
setNote
public void setNote(String p0, String p1)
- Specified by:
setNote
in interfaceMapAuthenticatedClientSessionEntity
-
isOffline
public Boolean isOffline()
- Specified by:
isOffline
in interfaceMapAuthenticatedClientSessionEntity
-
setOffline
public void setOffline(Boolean p0)
- Specified by:
setOffline
in interfaceMapAuthenticatedClientSessionEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapAuthenticatedClientSessionEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapAuthenticatedClientSessionEntity
-
getRedirectUri
public String getRedirectUri()
- Specified by:
getRedirectUri
in interfaceMapAuthenticatedClientSessionEntity
-
setRedirectUri
public void setRedirectUri(String p0)
- Specified by:
setRedirectUri
in interfaceMapAuthenticatedClientSessionEntity
-
getTimestamp
public Long getTimestamp()
- Specified by:
getTimestamp
in interfaceMapAuthenticatedClientSessionEntity
-
setTimestamp
public void setTimestamp(Long p0)
- Specified by:
setTimestamp
in interfaceMapAuthenticatedClientSessionEntity
-
setUserSessionId
public void setUserSessionId(String p0)
- Specified by:
setUserSessionId
in interfaceMapAuthenticatedClientSessionEntity
-
getUserSessionId
public String getUserSessionId()
- Specified by:
getUserSessionId
in interfaceMapAuthenticatedClientSessionEntity
-
-