Class MapAuthenticatedClientSessionEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapAuthenticatedClientSessionEntity>,ExpirableEntity,UpdatableEntity,MapAuthenticatedClientSessionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticatedClientSessionEntityFieldDelegate
extends MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
implements MapAuthenticatedClientSessionEntity, HasEntityFieldDelegate<MapAuthenticatedClientSessionEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntity
MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntityNested 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
ConstructorsConstructorDescriptionMapAuthenticatedClientSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatedClientSessionEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidAn optional operation clearing the updated flag.Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.getId()getNotes()Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.removeNote(String p0) voidvoidsetAuthMethod(String p0) voidsetClientId(String p0) voidvoidvoidsetExpiration(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidvoidvoidsetOffline(Boolean p0) voidsetRealmId(String p0) voidsetRedirectUri(String p0) voidsetTimestamp(Long p0) Sets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).toString()
-
Constructor Details
-
MapAuthenticatedClientSessionEntityFieldDelegate
public MapAuthenticatedClientSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatedClientSessionEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapAuthenticatedClientSessionEntity>
-
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 classUpdatableEntity.Impl- 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 classUpdatableEntity.Impl
-
toString
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
-
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.
-
getTimestamp
Description copied from interface:MapAuthenticatedClientSessionEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
getTimestampin interfaceMapAuthenticatedClientSessionEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
Description copied from interface:MapAuthenticatedClientSessionEntitySets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
setTimestampin interfaceMapAuthenticatedClientSessionEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getRealmId
- Specified by:
getRealmIdin interfaceMapAuthenticatedClientSessionEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapAuthenticatedClientSessionEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapAuthenticatedClientSessionEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapAuthenticatedClientSessionEntity
-
getAuthMethod
- Specified by:
getAuthMethodin interfaceMapAuthenticatedClientSessionEntity
-
setAuthMethod
- Specified by:
setAuthMethodin interfaceMapAuthenticatedClientSessionEntity
-
getRedirectUri
- Specified by:
getRedirectUriin interfaceMapAuthenticatedClientSessionEntity
-
setRedirectUri
- Specified by:
setRedirectUriin interfaceMapAuthenticatedClientSessionEntity
-
getAction
- Specified by:
getActionin interfaceMapAuthenticatedClientSessionEntity
-
setAction
- Specified by:
setActionin interfaceMapAuthenticatedClientSessionEntity
-
getNotes
- Specified by:
getNotesin interfaceMapAuthenticatedClientSessionEntity
-
setNotes
- Specified by:
setNotesin interfaceMapAuthenticatedClientSessionEntity
-
getNote
- Specified by:
getNotein interfaceMapAuthenticatedClientSessionEntity
-
removeNote
- Specified by:
removeNotein interfaceMapAuthenticatedClientSessionEntity
-
setNote
- Specified by:
setNotein interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshToken
- Specified by:
getCurrentRefreshTokenin interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshToken
- Specified by:
setCurrentRefreshTokenin interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshTokenUseCount
- Specified by:
getCurrentRefreshTokenUseCountin interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshTokenUseCount
- Specified by:
setCurrentRefreshTokenUseCountin interfaceMapAuthenticatedClientSessionEntity
-
isOffline
- Specified by:
isOfflinein interfaceMapAuthenticatedClientSessionEntity
-
setOffline
- Specified by:
setOfflinein interfaceMapAuthenticatedClientSessionEntity
-