Class JpaUserSessionMetadata
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.userSession.MapUserSessionEntity.AbstractUserSessionEntity
-
- org.keycloak.models.map.userSession.MapUserSessionEntityImpl
-
- org.keycloak.models.map.storage.jpa.userSession.entity.JpaUserSessionMetadata
-
- All Implemented Interfaces:
Serializable
,AbstractEntity
,ExpirableEntity
,UpdatableEntity
,MapUserSessionEntity
public class JpaUserSessionMetadata extends MapUserSessionEntityImpl implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.keycloak.models.map.userSession.MapUserSessionEntityImpl
MapUserSessionEntityImpl.Empty
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.userSession.MapUserSessionEntity
MapUserSessionEntity.AbstractUserSessionEntity
-
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 JpaUserSessionMetadata()
JpaUserSessionMetadata(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.userSession.MapUserSessionEntityImpl
addAuthenticatedClientSession, deepClone, equals, getAuthenticatedClientSession, getAuthenticatedClientSessions, getAuthMethod, getBrokerSessionId, getBrokerUserId, getExpiration, getIpAddress, getLastSessionRefresh, getLoginUsername, getNote, getNotes, getPersistenceState, getRealmId, getState, getTimestamp, getUserId, hashCode, isOffline, isRememberMe, removeAuthenticatedClientSession, removeNote, setAuthMethod, setBrokerSessionId, setBrokerUserId, setExpiration, setIpAddress, setLastSessionRefresh, setLoginUsername, setNote, setNotes, setOffline, setPersistenceState, setRealmId, setRememberMe, setState, setTimestamp, setUserId, toString
-
Methods inherited from class org.keycloak.models.map.userSession.MapUserSessionEntity.AbstractUserSessionEntity
clearAuthenticatedClientSessions, 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.userSession.MapUserSessionEntity
clearAuthenticatedClientSessions
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
JpaUserSessionMetadata
public JpaUserSessionMetadata(DeepCloner cloner)
-
JpaUserSessionMetadata
public JpaUserSessionMetadata()
-
-