Class MapRootAuthenticationSessionEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityImpl.Empty
- All Implemented Interfaces:
- MapRootAuthenticationSessionEntity,- AbstractEntity,- ExpirableEntity,- UpdatableEntity
- Enclosing class:
- MapRootAuthenticationSessionEntityImpl
public static class MapRootAuthenticationSessionEntityImpl.Empty
extends MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
implements MapRootAuthenticationSessionEntity
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
- 
Field SummaryFieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAuthenticationSession(MapAuthenticationSessionEntity authenticationSession) getAuthenticationSession(String tabId) Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.getId()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.booleanFlag signalizing that any of the setters has been meaningfully used.voidsetAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions) voidsetExpiration(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidsetRealmId(String realmId) voidsetTimestamp(Long timestamp) 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.Methods inherited from class org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntityclearUpdatedFlagMethods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplmarkUpdatedFlagMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, markUpdatedFlag
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
Emptypublic Empty()
 
- 
- 
Method Details- 
setId- Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
 
- 
getId- Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
 
- 
removeAuthenticationSession- Specified by:
- removeAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
- 
addAuthenticationSession- Specified by:
- addAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
- 
setAuthenticationSessions- Specified by:
- setAuthenticationSessionsin interface- MapRootAuthenticationSessionEntity
 
- 
getAuthenticationSessions- Specified by:
- getAuthenticationSessionsin interface- MapRootAuthenticationSessionEntity
 
- 
getAuthenticationSession- Specified by:
- getAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
- 
getExpirationDescription 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.
 
- 
setExpirationDescription 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:
- expiration- a timestamp in milliseconds since The Epoch or- nullif this entity never expires.
 
- 
getRealmId- Specified by:
- getRealmIdin interface- MapRootAuthenticationSessionEntity
 
- 
setRealmId- Specified by:
- setRealmIdin interface- MapRootAuthenticationSessionEntity
 
- 
setTimestampDescription 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:
- timestamp- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
- 
getTimestampDescription 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
 
- 
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:
 
 
-