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.MapAuthenticatedClientSessionEntityMapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
 - 
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 MapAuthenticatedClientSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatedClientSessionEntity> entityFieldDelegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetAction()StringgetAuthMethod()StringgetClientId()StringgetCurrentRefreshToken()IntegergetCurrentRefreshTokenUseCount()EntityFieldDelegate<MapAuthenticatedClientSessionEntity>getEntityFieldDelegate()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetId()StringgetNote(String p0)Map<String,String>getNotes()StringgetRealmId()StringgetRedirectUri()LonggetTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).BooleanisOffline()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.BooleanremoveNote(String p0)voidsetAction(String p0)voidsetAuthMethod(String p0)voidsetClientId(String p0)voidsetCurrentRefreshToken(String p0)voidsetCurrentRefreshTokenUseCount(Integer p0)voidsetExpiration(Long p0)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetId(String p0)voidsetNote(String p0, String p1)voidsetNotes(Map<String,String> p0)voidsetOffline(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).
 
- 
- 
- 
Constructor Detail- 
MapAuthenticatedClientSessionEntityFieldDelegatepublic MapAuthenticatedClientSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatedClientSessionEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapAuthenticatedClientSessionEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapAuthenticatedClientSessionEntity>
 
 - 
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- UpdatableEntity.Impl
- 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- UpdatableEntity.Impl
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapAuthenticatedClientSessionEntity.AbstractAuthenticatedClientSessionEntity
 
 - 
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.
 
 - 
getTimestamppublic Long 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 interface- MapAuthenticatedClientSessionEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
 - 
setTimestamppublic void setTimestamp(Long p0) 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 interface- MapAuthenticatedClientSessionEntity
- Parameters:
- p0- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
setClientIdpublic void setClientId(String p0) - Specified by:
- setClientIdin interface- MapAuthenticatedClientSessionEntity
 
 - 
getAuthMethodpublic String getAuthMethod() - Specified by:
- getAuthMethodin interface- MapAuthenticatedClientSessionEntity
 
 - 
setAuthMethodpublic void setAuthMethod(String p0) - Specified by:
- setAuthMethodin interface- MapAuthenticatedClientSessionEntity
 
 - 
getRedirectUripublic String getRedirectUri() - Specified by:
- getRedirectUriin interface- MapAuthenticatedClientSessionEntity
 
 - 
setRedirectUripublic void setRedirectUri(String p0) - Specified by:
- setRedirectUriin interface- MapAuthenticatedClientSessionEntity
 
 - 
getActionpublic String getAction() - Specified by:
- getActionin interface- MapAuthenticatedClientSessionEntity
 
 - 
setActionpublic void setAction(String p0) - Specified by:
- setActionin interface- MapAuthenticatedClientSessionEntity
 
 - 
getNotespublic Map<String,String> getNotes() - Specified by:
- getNotesin interface- MapAuthenticatedClientSessionEntity
 
 - 
setNotespublic void setNotes(Map<String,String> p0) - Specified by:
- setNotesin interface- MapAuthenticatedClientSessionEntity
 
 - 
getNotepublic String getNote(String p0) - Specified by:
- getNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
removeNotepublic Boolean removeNote(String p0) - Specified by:
- removeNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
setNotepublic void setNote(String p0, String p1) - Specified by:
- setNotein interface- MapAuthenticatedClientSessionEntity
 
 - 
getCurrentRefreshTokenpublic String getCurrentRefreshToken() - Specified by:
- getCurrentRefreshTokenin interface- MapAuthenticatedClientSessionEntity
 
 - 
setCurrentRefreshTokenpublic void setCurrentRefreshToken(String p0) - Specified by:
- setCurrentRefreshTokenin interface- MapAuthenticatedClientSessionEntity
 
 - 
getCurrentRefreshTokenUseCountpublic Integer getCurrentRefreshTokenUseCount() - Specified by:
- getCurrentRefreshTokenUseCountin interface- MapAuthenticatedClientSessionEntity
 
 - 
setCurrentRefreshTokenUseCountpublic void setCurrentRefreshTokenUseCount(Integer p0) - Specified by:
- setCurrentRefreshTokenUseCountin interface- MapAuthenticatedClientSessionEntity
 
 - 
isOfflinepublic Boolean isOffline() - Specified by:
- isOfflinein interface- MapAuthenticatedClientSessionEntity
 
 - 
setOfflinepublic void setOffline(Boolean p0) - Specified by:
- setOfflinein interface- MapAuthenticatedClientSessionEntity
 
 
- 
 
-