Class HotRodRootAuthenticationSessionEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodRootAuthenticationSessionEntity>
-
- org.keycloak.models.map.storage.hotRod.authSession.HotRodRootAuthenticationSessionEntity.AbstractHotRodRootAuthenticationSessionEntityDelegate
-
- org.keycloak.models.map.storage.hotRod.authSession.HotRodRootAuthenticationSessionEntityDelegate
-
- All Implemented Interfaces:
MapRootAuthenticationSessionEntity,AbstractEntity,ExpirableEntity,UpdatableEntity,HotRodEntityDelegate<HotRodRootAuthenticationSessionEntity>
public class HotRodRootAuthenticationSessionEntityDelegate extends HotRodRootAuthenticationSessionEntity.AbstractHotRodRootAuthenticationSessionEntityDelegate implements MapRootAuthenticationSessionEntity
-
-
Nested Class Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description HotRodRootAuthenticationSessionEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.HotRodRootAuthenticationSessionEntityDelegate(DeepCloner cloner)HotRodRootAuthenticationSessionEntityDelegate(HotRodRootAuthenticationSessionEntity hotRodEntity)Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAuthenticationSession(MapAuthenticationSessionEntity p0)<V> VdeepClone(V obj)static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodRootAuthenticationSessionEntity e)booleanequals(Object o)Set<MapAuthenticationSessionEntity>getAuthenticationSessions()LonggetExpiration()HotRodRootAuthenticationSessionEntitygetHotRodEntity()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.storage.hotRod.authSession.HotRodRootAuthenticationSessionEntity.AbstractHotRodRootAuthenticationSessionEntityDelegate
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
-
HotRodRootAuthenticationSessionEntityDelegate
public HotRodRootAuthenticationSessionEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodRootAuthenticationSessionEntityDelegate(DeepCloner)variant instead
-
HotRodRootAuthenticationSessionEntityDelegate
public HotRodRootAuthenticationSessionEntityDelegate(HotRodRootAuthenticationSessionEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodRootAuthenticationSessionEntityDelegate(DeepCloner)variant instead
-
HotRodRootAuthenticationSessionEntityDelegate
public HotRodRootAuthenticationSessionEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodRootAuthenticationSessionEntity e)
-
deepClone
public <V> V deepClone(V obj)
-
addAuthenticationSession
public void addAuthenticationSession(MapAuthenticationSessionEntity p0)
- Specified by:
addAuthenticationSessionin interfaceMapRootAuthenticationSessionEntity
-
getAuthenticationSessions
public Set<MapAuthenticationSessionEntity> getAuthenticationSessions()
- Specified by:
getAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
setAuthenticationSessions
public void setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)
- Specified by:
setAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
setExpiration
public void setExpiration(Long p0)
- Specified by:
setExpirationin interfaceExpirableEntity
-
getExpiration
public Long getExpiration()
- Specified by:
getExpirationin interfaceExpirableEntity
-
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
-
getHotRodEntity
public HotRodRootAuthenticationSessionEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodRootAuthenticationSessionEntity>
-
-