Class MapRootAuthenticationSessionEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityDelegate
 
- 
- All Implemented Interfaces:
- MapRootAuthenticationSessionEntity,- AbstractEntity,- HasDelegateProvider<MapRootAuthenticationSessionEntity>,- ExpirableEntity,- UpdatableEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRootAuthenticationSessionEntityDelegate extends Object implements MapRootAuthenticationSessionEntity, HasDelegateProvider<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
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapRootAuthenticationSessionEntityDelegate(DelegateProvider<MapRootAuthenticationSessionEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)Optional<MapAuthenticationSessionEntity>getAuthenticationSession(String tabId)Set<MapAuthenticationSessionEntity>getAuthenticationSessions()DelegateProvider<MapRootAuthenticationSessionEntity>getDelegateProvider()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 tabId)voidsetAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)voidsetExpiration(Long expiration)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetId(String id)voidsetRealmId(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 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapRootAuthenticationSessionEntityDelegatepublic MapRootAuthenticationSessionEntityDelegate(DelegateProvider<MapRootAuthenticationSessionEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapRootAuthenticationSessionEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapRootAuthenticationSessionEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
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 expiration) 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:
- expiration- 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 realmId) - 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 timestamp) 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:
- timestamp- 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> authenticationSessions) - Specified by:
- setAuthenticationSessionsin interface- MapRootAuthenticationSessionEntity
 
 - 
getAuthenticationSessionpublic Optional<MapAuthenticationSessionEntity> getAuthenticationSession(String tabId) - Specified by:
- getAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 - 
addAuthenticationSessionpublic void addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession) - Specified by:
- addAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 - 
removeAuthenticationSessionpublic Boolean removeAuthenticationSession(String tabId) - Specified by:
- removeAuthenticationSessionin interface- MapRootAuthenticationSessionEntity
 
 
- 
 
-