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,ExpirableEntity,UpdatableEntity,MapAuthenticatedClientSessionEntity
- Direct Known Subclasses:
JpaClientSessionMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticatedClientSessionEntityImpl extends MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity implements MapAuthenticatedClientSessionEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapAuthenticatedClientSessionEntityImpl.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(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAction()StringgetAuthMethod()StringgetClientId()StringgetCurrentRefreshToken()IntegergetCurrentRefreshTokenUseCount()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetNote(String p0)Map<String,String>getNotes()StringgetRealmId()StringgetRedirectUri()LonggetTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).inthashCode()BooleanisOffline()BooleanremoveNote(String p0)voidsetAction(String p0)voidsetAuthMethod(String p0)voidsetClientId(String p0)voidsetCurrentRefreshToken(String p0)voidsetCurrentRefreshTokenUseCount(Integer p0)voidsetExpiration(Long p0)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetNote(String p0, String p1)voidsetNotes(Map<String,String> p0)voidsetOffline(Boolean p0)voidsetRealmId(String p0)voidsetRedirectUri(String p0)voidsetTimestamp(Long p0)Sets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).StringtoString()-
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(DeepCloner cloner)
-
-
Method Detail
-
getAction
public String getAction()
- Specified by:
getActionin interfaceMapAuthenticatedClientSessionEntity
-
setAction
public void setAction(String p0)
- Specified by:
setActionin interfaceMapAuthenticatedClientSessionEntity
-
setAuthMethod
public void setAuthMethod(String p0)
- Specified by:
setAuthMethodin interfaceMapAuthenticatedClientSessionEntity
-
getAuthMethod
public String getAuthMethod()
- Specified by:
getAuthMethodin interfaceMapAuthenticatedClientSessionEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientIdin interfaceMapAuthenticatedClientSessionEntity
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshToken
public String getCurrentRefreshToken()
- Specified by:
getCurrentRefreshTokenin interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshToken
public void setCurrentRefreshToken(String p0)
- Specified by:
setCurrentRefreshTokenin interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshTokenUseCount
public Integer getCurrentRefreshTokenUseCount()
- Specified by:
getCurrentRefreshTokenUseCountin interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshTokenUseCount
public void setCurrentRefreshTokenUseCount(Integer p0)
- Specified by:
setCurrentRefreshTokenUseCountin interfaceMapAuthenticatedClientSessionEntity
-
getExpiration
public Long getExpiration()
Description copied from interface:ExpirableEntityReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
getExpirationin interfaceExpirableEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullif this entity never expires or expiration is not known.
-
setExpiration
public void setExpiration(Long p0)
Description copied from interface:ExpirableEntitySets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
setExpirationin interfaceExpirableEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullif this entity never expires.
-
getNotes
public Map<String,String> getNotes()
- Specified by:
getNotesin interfaceMapAuthenticatedClientSessionEntity
-
setNote
public void setNote(String p0, String p1)
- Specified by:
setNotein interfaceMapAuthenticatedClientSessionEntity
-
setNotes
public void setNotes(Map<String,String> p0)
- Specified by:
setNotesin interfaceMapAuthenticatedClientSessionEntity
-
getNote
public String getNote(String p0)
- Specified by:
getNotein interfaceMapAuthenticatedClientSessionEntity
-
removeNote
public Boolean removeNote(String p0)
- Specified by:
removeNotein interfaceMapAuthenticatedClientSessionEntity
-
isOffline
public Boolean isOffline()
- Specified by:
isOfflinein interfaceMapAuthenticatedClientSessionEntity
-
setOffline
public void setOffline(Boolean p0)
- Specified by:
setOfflinein interfaceMapAuthenticatedClientSessionEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapAuthenticatedClientSessionEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapAuthenticatedClientSessionEntity
-
setRedirectUri
public void setRedirectUri(String p0)
- Specified by:
setRedirectUriin interfaceMapAuthenticatedClientSessionEntity
-
getRedirectUri
public String getRedirectUri()
- Specified by:
getRedirectUriin interfaceMapAuthenticatedClientSessionEntity
-
getTimestamp
public Long getTimestamp()
Description copied from interface:MapAuthenticatedClientSessionEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
getTimestampin interfaceMapAuthenticatedClientSessionEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
public void setTimestamp(Long p0)
Description copied from interface:MapAuthenticatedClientSessionEntitySets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
setTimestampin interfaceMapAuthenticatedClientSessionEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
-