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.MapRootAuthenticationSessionEntityImplMapRootAuthenticationSessionEntityImpl.Empty
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpaRootAuthenticationSessionMetadata()JpaRootAuthenticationSessionMetadata(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEntityVersion()voidsetEntityVersion(Integer entityVersion)- 
Methods inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityImpladdAuthenticationSession, deepClone, equals, getAuthenticationSession, getAuthenticationSessions, getExpiration, getRealmId, getTimestamp, hashCode, removeAuthenticationSession, setAuthenticationSessions, setExpiration, setRealmId, setTimestamp, toString
 - 
Methods inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntityclearUpdatedFlag, getId, isUpdated, setId
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
JpaRootAuthenticationSessionMetadatapublic JpaRootAuthenticationSessionMetadata(DeepCloner cloner) 
 - 
JpaRootAuthenticationSessionMetadatapublic JpaRootAuthenticationSessionMetadata() 
 
- 
 
-