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.AbstractAuthenticatedClientSessionEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapAuthenticatedClientSessionEntityDelegate
(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).boolean
Flag signalizing that any of the setters has been meaningfully used.removeNote
(String name) void
void
setAuthMethod
(String authMethod) void
setClientId
(String clientId) void
setCurrentRefreshToken
(String currentRefreshToken) void
setCurrentRefreshTokenUseCount
(Integer currentRefreshTokenUseCount) void
setExpiration
(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.void
void
void
void
setOffline
(Boolean offline) void
setRealmId
(String realmId) void
setRedirectUri
(String redirectUri) void
setTimestamp
(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, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapAuthenticatedClientSessionEntityDelegate
public MapAuthenticatedClientSessionEntityDelegate(DelegateProvider<MapAuthenticatedClientSessionEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapAuthenticatedClientSessionEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getExpiration
Description copied from interface:ExpirableEntity
Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
getExpiration
in interfaceExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
if this entity never expires or expiration is not known.
-
setExpiration
Description copied from interface:ExpirableEntity
Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
setExpiration
in interfaceExpirableEntity
- Parameters:
expiration
- a timestamp in milliseconds since The Epoch ornull
if this entity never expires.
-
getTimestamp
Description copied from interface:MapAuthenticatedClientSessionEntity
Returns a point in time (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
getTimestamp
in interfaceMapAuthenticatedClientSessionEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
setTimestamp
Description copied from interface:MapAuthenticatedClientSessionEntity
Sets a point in the (timestamp in milliseconds since The Epoch) when the client session entity was created or updated (refreshed).- Specified by:
setTimestamp
in interfaceMapAuthenticatedClientSessionEntity
- Parameters:
timestamp
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getRealmId
- Specified by:
getRealmId
in interfaceMapAuthenticatedClientSessionEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapAuthenticatedClientSessionEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapAuthenticatedClientSessionEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapAuthenticatedClientSessionEntity
-
getAuthMethod
- Specified by:
getAuthMethod
in interfaceMapAuthenticatedClientSessionEntity
-
setAuthMethod
- Specified by:
setAuthMethod
in interfaceMapAuthenticatedClientSessionEntity
-
getRedirectUri
- Specified by:
getRedirectUri
in interfaceMapAuthenticatedClientSessionEntity
-
setRedirectUri
- Specified by:
setRedirectUri
in interfaceMapAuthenticatedClientSessionEntity
-
getAction
- Specified by:
getAction
in interfaceMapAuthenticatedClientSessionEntity
-
setAction
- Specified by:
setAction
in interfaceMapAuthenticatedClientSessionEntity
-
getNotes
- Specified by:
getNotes
in interfaceMapAuthenticatedClientSessionEntity
-
setNotes
- Specified by:
setNotes
in interfaceMapAuthenticatedClientSessionEntity
-
getNote
- Specified by:
getNote
in interfaceMapAuthenticatedClientSessionEntity
-
removeNote
- Specified by:
removeNote
in interfaceMapAuthenticatedClientSessionEntity
-
setNote
- Specified by:
setNote
in interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshToken
- Specified by:
getCurrentRefreshToken
in interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshToken
- Specified by:
setCurrentRefreshToken
in interfaceMapAuthenticatedClientSessionEntity
-
getCurrentRefreshTokenUseCount
- Specified by:
getCurrentRefreshTokenUseCount
in interfaceMapAuthenticatedClientSessionEntity
-
setCurrentRefreshTokenUseCount
- Specified by:
setCurrentRefreshTokenUseCount
in interfaceMapAuthenticatedClientSessionEntity
-
isOffline
- Specified by:
isOffline
in interfaceMapAuthenticatedClientSessionEntity
-
setOffline
- Specified by:
setOffline
in interfaceMapAuthenticatedClientSessionEntity
-