Class JpaRootAuthenticationSessionMetadata
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityImpl
-
- org.keycloak.models.map.storage.jpa.authSession.entity.JpaRootAuthenticationSessionMetadata
-
- All Implemented Interfaces:
Serializable
,MapRootAuthenticationSessionEntity
,AbstractEntity
,ExpirableEntity
,UpdatableEntity
public class JpaRootAuthenticationSessionMetadata extends MapRootAuthenticationSessionEntityImpl implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityImpl
MapRootAuthenticationSessionEntityImpl.Empty
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity
MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description JpaRootAuthenticationSessionMetadata()
JpaRootAuthenticationSessionMetadata(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getEntityVersion()
void
setEntityVersion(Integer entityVersion)
-
Methods inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityImpl
addAuthenticationSession, deepClone, equals, getAuthenticationSession, getAuthenticationSessions, getExpiration, getRealmId, getTimestamp, hashCode, removeAuthenticationSession, setAuthenticationSessions, setExpiration, setRealmId, setTimestamp, toString
-
Methods inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
clearUpdatedFlag, getId, isUpdated, setId
-
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
getId, setId
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
JpaRootAuthenticationSessionMetadata
public JpaRootAuthenticationSessionMetadata(DeepCloner cloner)
-
JpaRootAuthenticationSessionMetadata
public JpaRootAuthenticationSessionMetadata()
-
-