Class MapRootAuthenticationSessionEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityImpl
-
- All Implemented Interfaces:
MapRootAuthenticationSessionEntity,AbstractEntity,UpdatableEntity
public class MapRootAuthenticationSessionEntityImpl extends MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity implements MapRootAuthenticationSessionEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapRootAuthenticationSessionEntityImpl.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 MapRootAuthenticationSessionEntityImpl()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.MapRootAuthenticationSessionEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAuthenticationSession(MapAuthenticationSessionEntity p0)<V> VdeepClone(V obj)booleanequals(Object o)Set<MapAuthenticationSessionEntity>getAuthenticationSessions()LonggetExpiration()StringgetRealmId()LonggetTimestamp()inthashCode()voidsetAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)voidsetExpiration(Long p0)voidsetRealmId(String p0)voidsetTimestamp(Long p0)StringtoString()-
Methods inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
clearUpdatedFlag, getAuthenticationSession, getId, isUpdated, removeAuthenticationSession, 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.authSession.MapRootAuthenticationSessionEntity
getAuthenticationSession, removeAuthenticationSession
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapRootAuthenticationSessionEntityImpl
public MapRootAuthenticationSessionEntityImpl()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseMapRootAuthenticationSessionEntityImpl(DeepCloner)variant instead
-
MapRootAuthenticationSessionEntityImpl
public MapRootAuthenticationSessionEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
deepClone
public <V> V deepClone(V obj)
-
setAuthenticationSessions
public void setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)
- Specified by:
setAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
getAuthenticationSessions
public Set<MapAuthenticationSessionEntity> getAuthenticationSessions()
- Specified by:
getAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
addAuthenticationSession
public void addAuthenticationSession(MapAuthenticationSessionEntity p0)
- Specified by:
addAuthenticationSessionin interfaceMapRootAuthenticationSessionEntity
-
setExpiration
public void setExpiration(Long p0)
- Specified by:
setExpirationin interfaceMapRootAuthenticationSessionEntity
-
getExpiration
public Long getExpiration()
- Specified by:
getExpirationin interfaceMapRootAuthenticationSessionEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapRootAuthenticationSessionEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapRootAuthenticationSessionEntity
-
getTimestamp
public Long getTimestamp()
- Specified by:
getTimestampin interfaceMapRootAuthenticationSessionEntity
-
setTimestamp
public void setTimestamp(Long p0)
- Specified by:
setTimestampin interfaceMapRootAuthenticationSessionEntity
-
-