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.MapRootAuthenticationSessionEntity
MapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntityNested 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
ConstructorsConstructorDescriptionMapRootAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidAn optional operation clearing the updated flag.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.voidAn optional operation setting the updated flag.voidvoidsetExpiration(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidsetRealmId(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.toString()
-
Constructor Details
-
MapRootAuthenticationSessionEntityFieldDelegate
public MapRootAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapRootAuthenticationSessionEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapRootAuthenticationSessionEntity>
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity- Returns:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returntrue.- Specified by:
markUpdatedFlagin interfaceUpdatableEntity- Overrides:
markUpdatedFlagin classUpdatableEntity.Impl
-
clearUpdatedFlag
public 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 interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
toString
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapRootAuthenticationSessionEntity.AbstractRootAuthenticationSessionEntity
-
getExpiration
Description copied from interface:ExpirableEntityReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
getExpirationin interfaceExpirableEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullif this entity never expires or expiration is not known.
-
setExpiration
Description copied from interface:ExpirableEntitySets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
setExpirationin interfaceExpirableEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullif this entity never expires.
-
getRealmId
- Specified by:
getRealmIdin interfaceMapRootAuthenticationSessionEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapRootAuthenticationSessionEntity
-
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 interfaceMapRootAuthenticationSessionEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
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 interfaceMapRootAuthenticationSessionEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getAuthenticationSessions
- Specified by:
getAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
setAuthenticationSessions
- Specified by:
setAuthenticationSessionsin interfaceMapRootAuthenticationSessionEntity
-
getAuthenticationSession
- Specified by:
getAuthenticationSessionin interfaceMapRootAuthenticationSessionEntity
-
addAuthenticationSession
- Specified by:
addAuthenticationSessionin interfaceMapRootAuthenticationSessionEntity
-
removeAuthenticationSession
- Specified by:
removeAuthenticationSessionin interfaceMapRootAuthenticationSessionEntity
-