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.AbstractAuthenticatedClientSessionEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
entityEquals
(Object o1, Object o2) static int
boolean
Returns 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).int
hashCode()
removeNote
(String p0) void
void
setAuthMethod
(String p0) void
void
void
setExpiration
(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.void
void
void
setOffline
(Boolean p0) void
setRealmId
(String p0) void
setRedirectUri
(String p0) void
setTimestamp
(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, setId
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
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
setId
Methods inherited from interface org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity
setClientId
Methods 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:
getId
in interfaceAbstractEntity
-
getAction
- Specified by:
getAction
in interfaceMapAuthenticatedClientSessionEntity
-
setAction
- Specified by:
setAction
in interfaceMapAuthenticatedClientSessionEntity
-
setAuthMethod
- Specified by:
setAuthMethod
in interfaceMapAuthenticatedClientSessionEntity
-
getAuthMethod
- Specified by:
getAuthMethod
in interfaceMapAuthenticatedClientSessionEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshToken
- Specified by:
getCurrentRefreshToken
in interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshToken
- Specified by:
setCurrentRefreshToken
in interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshTokenUseCount
- Specified by:
getCurrentRefreshTokenUseCount
in interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshTokenUseCount
- Specified by:
setCurrentRefreshTokenUseCount
in interfaceMapAuthenticatedClientSessionEntity
-
setExpiration
Description copied from interface:ExpirableEntity
Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
setExpiration
in interfaceExpirableEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
if this entity never expires.
-
getExpiration
Description copied from interface:ExpirableEntity
Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
getExpiration
in interfaceExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
if this entity never expires or expiration is not known.
-
getNote
- Specified by:
getNote
in interfaceMapAuthenticatedClientSessionEntity
-
setNote
- Specified by:
setNote
in interfaceMapAuthenticatedClientSessionEntity
-
removeNote
- Specified by:
removeNote
in interfaceMapAuthenticatedClientSessionEntity
-
getNotes
- Specified by:
getNotes
in interfaceMapAuthenticatedClientSessionEntity
-
setNotes
- Specified by:
setNotes
in interfaceMapAuthenticatedClientSessionEntity
-
setOffline
- Specified by:
setOffline
in interfaceMapAuthenticatedClientSessionEntity
-
isOffline
- Specified by:
isOffline
in interfaceMapAuthenticatedClientSessionEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapAuthenticatedClientSessionEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapAuthenticatedClientSessionEntity
-
getRedirectUri
- Specified by:
getRedirectUri
in interfaceMapAuthenticatedClientSessionEntity
-
setRedirectUri
- Specified by:
setRedirectUri
in interfaceMapAuthenticatedClientSessionEntity
-
setTimestamp
Description copied from interface:MapAuthenticatedClientSessionEntity
Sets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
setTimestamp
in interfaceMapAuthenticatedClientSessionEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getTimestamp
Description copied from interface:MapAuthenticatedClientSessionEntity
Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
getTimestamp
in interfaceMapAuthenticatedClientSessionEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAuthenticatedClientSessionEntity>
-