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>,- ExpirableEntity,- UpdatableEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRootAuthenticationSessionEntityFieldDelegate extends MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity implements MapRootAuthenticationSessionEntity, HasEntityFieldDelegate<MapRootAuthenticationSessionEntity> 
- 
- 
Nested Class Summary- 
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 MapRootAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAuthenticationSession(MapAuthenticationSessionEntity p0)voidclearUpdatedFlag()An optional operation clearing the updated flag.Optional<MapAuthenticationSessionEntity>getAuthenticationSession(String p0)Set<MapAuthenticationSessionEntity>getAuthenticationSessions()EntityFieldDelegate<MapRootAuthenticationSessionEntity>getEntityFieldDelegate()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetId()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.booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.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.voidsetId(String p0)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.
 
- 
- 
- 
Constructor Detail- 
MapRootAuthenticationSessionEntityFieldDelegatepublic MapRootAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapRootAuthenticationSessionEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapRootAuthenticationSessionEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
- Returns:
 
 - 
clearUpdatedFlagpublic void clearUpdatedFlag() Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
- clearUpdatedFlagin interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
 
 - 
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.
 
 - 
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.
 
 - 
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
 
 - 
getAuthenticationSessionspublic Set<MapAuthenticationSessionEntity> getAuthenticationSessions() - Specified by:
- getAuthenticationSessionsin interface- MapRootAuthenticationSessionEntity
 
 - 
setAuthenticationSessionspublic void setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0) - Specified by:
- setAuthenticationSessionsin interface- MapRootAuthenticationSessionEntity
 
 - 
getAuthenticationSessionpublic Optional<MapAuthenticationSessionEntity> getAuthenticationSession(String p0) - Specified by:
- getAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 - 
addAuthenticationSessionpublic void addAuthenticationSession(MapAuthenticationSessionEntity p0) - Specified by:
- addAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 - 
removeAuthenticationSessionpublic Boolean removeAuthenticationSession(String p0) - Specified by:
- removeAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 
- 
 
-