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,- ExpirableEntity,- UpdatableEntity
 - Direct Known Subclasses:
- JpaRootAuthenticationSessionMetadata
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRootAuthenticationSessionEntityImpl extends MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity implements MapRootAuthenticationSessionEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapRootAuthenticationSessionEntityImpl.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 MapRootAuthenticationSessionEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAuthenticationSession(MapAuthenticationSessionEntity p0)<V> VdeepClone(V obj)booleanequals(Object o)Optional<MapAuthenticationSessionEntity>getAuthenticationSession(String p0)Set<MapAuthenticationSessionEntity>getAuthenticationSessions()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetRealmId()LonggetTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the root authentication session entity was created or updated during an authentication process.inthashCode()BooleanremoveAuthenticationSession(String p0)voidsetAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)voidsetExpiration(Long p0)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetRealmId(String p0)voidsetTimestamp(Long p0)Sets a point in the (timestamp in milliseconds since The Epoch) when the root authentication session entity was created or updated during an authentication process.StringtoString()- 
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- 
MapRootAuthenticationSessionEntityImplpublic MapRootAuthenticationSessionEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
deepClonepublic <V> V deepClone(V obj) 
 - 
getAuthenticationSessionspublic Set<MapAuthenticationSessionEntity> getAuthenticationSessions() - Specified by:
- getAuthenticationSessionsin interface- MapRootAuthenticationSessionEntity
 
 - 
addAuthenticationSessionpublic void addAuthenticationSession(MapAuthenticationSessionEntity p0) - Specified by:
- addAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 - 
setAuthenticationSessionspublic void setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0) - Specified by:
- setAuthenticationSessionsin interface- MapRootAuthenticationSessionEntity
 
 - 
getAuthenticationSessionpublic Optional<MapAuthenticationSessionEntity> getAuthenticationSession(String p0) - Specified by:
- getAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 - 
removeAuthenticationSessionpublic Boolean removeAuthenticationSession(String p0) - Specified by:
- removeAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 - 
setExpirationpublic void setExpiration(Long p0) Description copied from interface:ExpirableEntitySets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
- setExpirationin interface- ExpirableEntity
- Parameters:
- p0- a timestamp in milliseconds since The Epoch or- nullif this entity never expires.
 
 - 
getExpirationpublic Long getExpiration() Description copied from interface:ExpirableEntityReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
- getExpirationin interface- ExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullif this entity never expires or expiration is not known.
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapRootAuthenticationSessionEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapRootAuthenticationSessionEntity
 
 - 
getTimestamppublic Long getTimestamp() Description copied from interface:MapRootAuthenticationSessionEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the root authentication session entity was created or updated during an authentication process.- Specified by:
- getTimestampin interface- MapRootAuthenticationSessionEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
 - 
setTimestamppublic void setTimestamp(Long p0) Description copied from interface:MapRootAuthenticationSessionEntitySets a point in the (timestamp in milliseconds since The Epoch) when the root authentication session entity was created or updated during an authentication process.- Specified by:
- setTimestampin interface- MapRootAuthenticationSessionEntity
- Parameters:
- p0- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
 
- 
 
-