Class MapAuthenticatedClientSessionEntityDelegate
java.lang.Object
org.keycloak.models.map.userSession.MapAuthenticatedClientSessionEntityDelegate
- All Implemented Interfaces:
AbstractEntity,HasDelegateProvider<MapAuthenticatedClientSessionEntity>,ExpirableEntity,UpdatableEntity,MapAuthenticatedClientSessionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticatedClientSessionEntityDelegate
extends Object
implements MapAuthenticatedClientSessionEntity, HasDelegateProvider<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 -
Constructor Summary
ConstructorsConstructorDescriptionMapAuthenticatedClientSessionEntityDelegate(DelegateProvider<MapAuthenticatedClientSessionEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptionReturns 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.removeNote(String name) voidvoidsetAuthMethod(String authMethod) voidsetClientId(String clientId) voidsetCurrentRefreshToken(String currentRefreshToken) voidsetCurrentRefreshTokenUseCount(Integer currentRefreshTokenUseCount) voidsetExpiration(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidvoidvoidsetOffline(Boolean offline) voidsetRealmId(String realmId) voidsetRedirectUri(String redirectUri) voidsetTimestamp(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapAuthenticatedClientSessionEntityDelegate
public MapAuthenticatedClientSessionEntityDelegate(DelegateProvider<MapAuthenticatedClientSessionEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapAuthenticatedClientSessionEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
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:
expiration- 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:
timestamp- 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
-