Class HotRodAuthenticatedClientSessionEntity
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.userSession.HotRodAuthenticatedClientSessionEntity
- All Implemented Interfaces:
UpdatableEntity
@ProtoDoc("schema-version: 1")
@Indexed
public class HotRodAuthenticatedClientSessionEntity
extends AbstractHotRodEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfaceNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchableModelField<AuthenticatedClientSessionModel>static final intFields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
markUpdatedFlag
-
Field Details
-
VERSION
public static final int VERSION- See Also:
-
ID
-
entityVersion
-
id
-
realmId
-
clientId
-
authMethod
-
redirectUri
-
timestamp
-
expiration
-
action
-
notes
-
currentRefreshToken
-
currentRefreshTokenUseCount
-
offline
-
-
Constructor Details
-
HotRodAuthenticatedClientSessionEntity
public HotRodAuthenticatedClientSessionEntity()
-
-
Method Details