Class HotRodAuthenticatedClientSessionEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAuthenticatedClientSessionEntity>
- 
- org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntity.AbstractHotRodAuthenticatedClientSessionEntityDelegate
- 
- org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntityDelegate
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- ExpirableEntity,- UpdatableEntity,- HotRodEntityDelegate<HotRodAuthenticatedClientSessionEntity>,- MapAuthenticatedClientSessionEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodAuthenticatedClientSessionEntityDelegate extends HotRodAuthenticatedClientSessionEntity.AbstractHotRodAuthenticatedClientSessionEntityDelegate 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
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodAuthenticatedClientSessionEntityDelegate()HotRodAuthenticatedClientSessionEntityDelegate(DeepCloner cloner)HotRodAuthenticatedClientSessionEntityDelegate(HotRodAuthenticatedClientSessionEntity hotRodEntity)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodAuthenticatedClientSessionEntity e)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.HotRodAuthenticatedClientSessionEntitygetHotRodEntity()StringgetId()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)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.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntity.AbstractHotRodAuthenticatedClientSessionEntityDelegatesetClientId, setId
 - 
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitysetId
 - 
Methods inherited from interface org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntitysetClientId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
HotRodAuthenticatedClientSessionEntityDelegatepublic HotRodAuthenticatedClientSessionEntityDelegate() 
 - 
HotRodAuthenticatedClientSessionEntityDelegatepublic HotRodAuthenticatedClientSessionEntityDelegate(HotRodAuthenticatedClientSessionEntity hotRodEntity) 
 - 
HotRodAuthenticatedClientSessionEntityDelegatepublic HotRodAuthenticatedClientSessionEntityDelegate(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
entityHashCodepublic static int entityHashCode(HotRodAuthenticatedClientSessionEntity e) 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
getActionpublic String getAction() - Specified by:
- getActionin interface- MapAuthenticatedClientSessionEntity
 
 - 
setActionpublic void setAction(String p0) - Specified by:
- setActionin interface- MapAuthenticatedClientSessionEntity
 
 - 
getAuthMethodpublic String getAuthMethod() - Specified by:
- getAuthMethodin interface- MapAuthenticatedClientSessionEntity
 
 - 
setAuthMethodpublic void setAuthMethod(String p0) - Specified by:
- setAuthMethodin interface- MapAuthenticatedClientSessionEntity
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
setCurrentRefreshTokenpublic void setCurrentRefreshToken(String p0) - Specified by:
- setCurrentRefreshTokenin interface- MapAuthenticatedClientSessionEntity
 
 - 
getCurrentRefreshTokenpublic String getCurrentRefreshToken() - Specified by:
- getCurrentRefreshTokenin interface- MapAuthenticatedClientSessionEntity
 
 - 
getCurrentRefreshTokenUseCountpublic Integer getCurrentRefreshTokenUseCount() - Specified by:
- getCurrentRefreshTokenUseCountin interface- MapAuthenticatedClientSessionEntity
 
 - 
setCurrentRefreshTokenUseCountpublic void setCurrentRefreshTokenUseCount(Integer p0) - Specified by:
- setCurrentRefreshTokenUseCountin interface- MapAuthenticatedClientSessionEntity
 
 - 
setExpirationpublic 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 interface- ExpirableEntity
- Parameters:
- p0- 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.
 
 - 
setNotepublic void setNote(String p0, String p1) - Specified by:
- setNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
getNotepublic String getNote(String p0) - Specified by:
- getNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
removeNotepublic Boolean removeNote(String p0) - Specified by:
- removeNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
setNotespublic void setNotes(Map<String,String> p0) - 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 p0) - Specified by:
- setOfflinein interface- MapAuthenticatedClientSessionEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
setRedirectUripublic void setRedirectUri(String p0) - Specified by:
- setRedirectUriin interface- MapAuthenticatedClientSessionEntity
 
 - 
getRedirectUripublic String getRedirectUri() - Specified by:
- getRedirectUriin interface- MapAuthenticatedClientSessionEntity
 
 - 
setTimestamppublic 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 interface- MapAuthenticatedClientSessionEntity
- Parameters:
- p0- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
 - 
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
 
 - 
getHotRodEntitypublic HotRodAuthenticatedClientSessionEntity getHotRodEntity() - Specified by:
- getHotRodEntityin interface- HotRodEntityDelegate<HotRodAuthenticatedClientSessionEntity>
 
 
- 
 
-