Interface MapAuthenticatedClientSessionEntity
- All Superinterfaces:
AbstractEntity
,ExpirableEntity
,UpdatableEntity
- All Known Implementing Classes:
HotRodAuthenticatedClientSessionEntity.AbstractHotRodAuthenticatedClientSessionEntityDelegate
,HotRodAuthenticatedClientSessionEntityDelegate
,JpaClientSessionEntity
,JpaClientSessionMetadata
,MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
,MapAuthenticatedClientSessionEntityDelegate
,MapAuthenticatedClientSessionEntityFieldDelegate
,MapAuthenticatedClientSessionEntityImpl
,MapAuthenticatedClientSessionEntityImpl.Empty
public interface MapAuthenticatedClientSessionEntity
extends AbstractEntity, UpdatableEntity, ExpirableEntity
- Author:
- Martin Kanis
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Method Summary
Modifier and TypeMethodDescriptiongetNotes()
Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).removeNote
(String name) void
void
setAuthMethod
(String authMethod) void
setClientId
(String clientId) void
setCurrentRefreshToken
(String currentRefreshToken) void
setCurrentRefreshTokenUseCount
(Integer currentRefreshTokenUseCount) void
void
void
setOffline
(Boolean offline) void
setRealmId
(String realmId) void
setRedirectUri
(String redirectUri) void
setTimestamp
(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods inherited from interface org.keycloak.models.map.common.ExpirableEntity
getExpiration, setExpiration
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Method Details
-
getTimestamp
Long getTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
setTimestamp
Sets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Parameters:
timestamp
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getRealmId
String getRealmId() -
setRealmId
-
getClientId
String getClientId() -
setClientId
-
getAuthMethod
String getAuthMethod() -
setAuthMethod
-
getRedirectUri
String getRedirectUri() -
setRedirectUri
-
getAction
String getAction() -
setAction
-
getNotes
-
setNotes
-
getNote
-
removeNote
-
setNote
-
getCurrentRefreshToken
String getCurrentRefreshToken() -
setCurrentRefreshToken
-
getCurrentRefreshTokenUseCount
Integer getCurrentRefreshTokenUseCount() -
setCurrentRefreshTokenUseCount
-
isOffline
Boolean isOffline() -
setOffline
-