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.MapAuthenticatedClientSessionEntity
MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl - 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanentityEquals(Object o1, Object o2) static intbooleanReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.getId()getNotes()Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).inthashCode()removeNote(String p0) voidvoidsetAuthMethod(String p0) voidvoidvoidsetExpiration(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidvoidsetOffline(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).toString()Methods inherited from class org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntity.AbstractHotRodAuthenticatedClientSessionEntityDelegate
setClientId, setIdMethods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.AbstractEntity
setIdMethods inherited from interface org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity
setClientIdMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag 
- 
Constructor Details
- 
HotRodAuthenticatedClientSessionEntityDelegate
public HotRodAuthenticatedClientSessionEntityDelegate() - 
HotRodAuthenticatedClientSessionEntityDelegate
public HotRodAuthenticatedClientSessionEntityDelegate(HotRodAuthenticatedClientSessionEntity hotRodEntity)  - 
HotRodAuthenticatedClientSessionEntityDelegate
 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
entityEquals
 - 
entityHashCode
 - 
getId
- Specified by:
 getIdin interfaceAbstractEntity
 - 
getAction
- Specified by:
 getActionin interfaceMapAuthenticatedClientSessionEntity
 - 
setAction
- Specified by:
 setActionin interfaceMapAuthenticatedClientSessionEntity
 - 
setAuthMethod
- Specified by:
 setAuthMethodin interfaceMapAuthenticatedClientSessionEntity
 - 
getAuthMethod
- Specified by:
 getAuthMethodin interfaceMapAuthenticatedClientSessionEntity
 - 
getClientId
- Specified by:
 getClientIdin interfaceMapAuthenticatedClientSessionEntity
 - 
getCurrentRefreshToken
- Specified by:
 getCurrentRefreshTokenin interfaceMapAuthenticatedClientSessionEntity
 - 
setCurrentRefreshToken
- Specified by:
 setCurrentRefreshTokenin interfaceMapAuthenticatedClientSessionEntity
 - 
getCurrentRefreshTokenUseCount
- Specified by:
 getCurrentRefreshTokenUseCountin interfaceMapAuthenticatedClientSessionEntity
 - 
setCurrentRefreshTokenUseCount
- Specified by:
 setCurrentRefreshTokenUseCountin interfaceMapAuthenticatedClientSessionEntity
 - 
setExpiration
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.
 - 
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. 
 - 
getNote
- Specified by:
 getNotein interfaceMapAuthenticatedClientSessionEntity
 - 
setNote
- Specified by:
 setNotein interfaceMapAuthenticatedClientSessionEntity
 - 
removeNote
- Specified by:
 removeNotein interfaceMapAuthenticatedClientSessionEntity
 - 
getNotes
- Specified by:
 getNotesin interfaceMapAuthenticatedClientSessionEntity
 - 
setNotes
- Specified by:
 setNotesin interfaceMapAuthenticatedClientSessionEntity
 - 
setOffline
- Specified by:
 setOfflinein interfaceMapAuthenticatedClientSessionEntity
 - 
isOffline
- Specified by:
 isOfflinein interfaceMapAuthenticatedClientSessionEntity
 - 
setRealmId
- Specified by:
 setRealmIdin interfaceMapAuthenticatedClientSessionEntity
 - 
getRealmId
- Specified by:
 getRealmIdin interfaceMapAuthenticatedClientSessionEntity
 - 
getRedirectUri
- Specified by:
 getRedirectUriin interfaceMapAuthenticatedClientSessionEntity
 - 
setRedirectUri
- Specified by:
 setRedirectUriin interfaceMapAuthenticatedClientSessionEntity
 - 
setTimestamp
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
 - 
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 
 - 
getHotRodEntity
- Specified by:
 getHotRodEntityin interfaceHotRodEntityDelegate<HotRodAuthenticatedClientSessionEntity>
 
 -