Class MapRootAuthenticationSessionEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityFieldDelegate
-
- All Implemented Interfaces:
MapRootAuthenticationSessionEntity,AbstractEntity,HasEntityFieldDelegate<MapRootAuthenticationSessionEntity>,UpdatableEntity
public class MapRootAuthenticationSessionEntityFieldDelegate extends MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity implements MapRootAuthenticationSessionEntity, HasEntityFieldDelegate<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
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapRootAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAuthenticationSession(MapAuthenticationSessionEntity p0)Set<MapAuthenticationSessionEntity>getAuthenticationSessions()EntityFieldDelegate<MapRootAuthenticationSessionEntity>getEntityFieldDelegate()LonggetExpiration()StringgetId()StringgetRealmId()LonggetTimestamp()voidsetAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)voidsetExpiration(Long p0)voidsetId(String p0)voidsetRealmId(String p0)voidsetTimestamp(Long p0)-
Methods inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
clearUpdatedFlag, getAuthenticationSession, isUpdated, removeAuthenticationSession
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
MapRootAuthenticationSessionEntityFieldDelegate
public MapRootAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapRootAuthenticationSessionEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapRootAuthenticationSessionEntity>
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapRootAuthenticationSessionEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapRootAuthenticationSessionEntity
-
getTimestamp
public Long getTimestamp()
- Specified by:
getTimestampin interfaceMapRootAuthenticationSessionEntity
-
setTimestamp
public void setTimestamp(Long p0)
- Specified by:
setTimestampin interfaceMapRootAuthenticationSessionEntity
-
getExpiration
public Long getExpiration()
- Specified by:
getExpirationin interfaceMapRootAuthenticationSessionEntity
-
setExpiration
public void setExpiration(Long p0)
- Specified by:
setExpirationin interfaceMapRootAuthenticationSessionEntity
-
getAuthenticationSessions
public Set<MapAuthenticationSessionEntity> getAuthenticationSessions()
- Specified by:
getAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
setAuthenticationSessions
public void setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)
- Specified by:
setAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
addAuthenticationSession
public void addAuthenticationSession(MapAuthenticationSessionEntity p0)
- Specified by:
addAuthenticationSessionin interfaceMapRootAuthenticationSessionEntity
-
-