Class MapAuthenticatedClientSessionEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
- 
- org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntityImpl.Empty
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- ExpirableEntity,- UpdatableEntity,- MapAuthenticatedClientSessionEntity
 - Enclosing class:
- MapAuthenticatedClientSessionEntityImpl
 
 public static class MapAuthenticatedClientSessionEntityImpl.Empty extends MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity implements MapAuthenticatedClientSessionEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntityMapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapAuthenticatedClientSessionEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()StringgetAuthMethod()StringgetClientId()StringgetCurrentRefreshToken()IntegergetCurrentRefreshTokenUseCount()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetId()StringgetNote(String name)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).BooleanisOffline()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.BooleanremoveNote(String name)voidsetAction(String action)voidsetAuthMethod(String authMethod)voidsetClientId(String clientId)voidsetCurrentRefreshToken(String currentRefreshToken)voidsetCurrentRefreshTokenUseCount(Integer currentRefreshTokenUseCount)voidsetExpiration(Long expiration)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetId(String id)voidsetNote(String name, String value)voidsetNotes(Map<String,String> notes)voidsetOffline(Boolean offline)voidsetRealmId(String realmId)voidsetRedirectUri(String redirectUri)voidsetTimestamp(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 class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapAuthenticatedClientSessionEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
 
 - 
setActionpublic void setAction(String action) - Specified by:
- setActionin interface- MapAuthenticatedClientSessionEntity
 
 - 
getActionpublic String getAction() - Specified by:
- getActionin interface- MapAuthenticatedClientSessionEntity
 
 - 
getAuthMethodpublic String getAuthMethod() - Specified by:
- getAuthMethodin interface- MapAuthenticatedClientSessionEntity
 
 - 
setAuthMethodpublic void setAuthMethod(String authMethod) - Specified by:
- setAuthMethodin interface- MapAuthenticatedClientSessionEntity
 
 - 
setClientIdpublic void setClientId(String clientId) - Specified by:
- setClientIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
getCurrentRefreshTokenpublic String getCurrentRefreshToken() - Specified by:
- getCurrentRefreshTokenin interface- MapAuthenticatedClientSessionEntity
 
 - 
setCurrentRefreshTokenpublic void setCurrentRefreshToken(String currentRefreshToken) - Specified by:
- setCurrentRefreshTokenin interface- MapAuthenticatedClientSessionEntity
 
 - 
getCurrentRefreshTokenUseCountpublic Integer getCurrentRefreshTokenUseCount() - Specified by:
- getCurrentRefreshTokenUseCountin interface- MapAuthenticatedClientSessionEntity
 
 - 
setCurrentRefreshTokenUseCountpublic void setCurrentRefreshTokenUseCount(Integer currentRefreshTokenUseCount) - Specified by:
- setCurrentRefreshTokenUseCountin interface- MapAuthenticatedClientSessionEntity
 
 - 
setExpirationpublic void setExpiration(Long expiration) Description copied from interface:ExpirableEntitySets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
- setExpirationin interface- ExpirableEntity
- Parameters:
- expiration- a timestamp in milliseconds since The Epoch or- nullif this entity never expires.
 
 - 
getExpirationpublic 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 interface- ExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullif this entity never expires or expiration is not known.
 
 - 
getNotepublic String getNote(String name) - Specified by:
- getNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
setNotepublic void setNote(String name, String value) - Specified by:
- setNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
removeNotepublic Boolean removeNote(String name) - Specified by:
- removeNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
setNotespublic void setNotes(Map<String,String> notes) - Specified by:
- setNotesin interface- MapAuthenticatedClientSessionEntity
 
 - 
getNotespublic Map<String,String> getNotes() - Specified by:
- getNotesin interface- MapAuthenticatedClientSessionEntity
 
 - 
isOfflinepublic Boolean isOffline() - Specified by:
- isOfflinein interface- MapAuthenticatedClientSessionEntity
 
 - 
setOfflinepublic void setOffline(Boolean offline) - Specified by:
- setOfflinein interface- MapAuthenticatedClientSessionEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
getRedirectUripublic String getRedirectUri() - Specified by:
- getRedirectUriin interface- MapAuthenticatedClientSessionEntity
 
 - 
setRedirectUripublic void setRedirectUri(String redirectUri) - Specified by:
- setRedirectUriin interface- MapAuthenticatedClientSessionEntity
 
 - 
getTimestamppublic 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 interface- MapAuthenticatedClientSessionEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
 - 
setTimestamppublic void setTimestamp(Long timestamp) 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 interface- MapAuthenticatedClientSessionEntity
- Parameters:
- timestamp- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 
- 
 
-