Class MapSingleUseObjectEntityDelegate
java.lang.Object
org.keycloak.models.map.singleUseObject.MapSingleUseObjectEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapSingleUseObjectEntity>
,ExpirableEntity
,UpdatableEntity
,MapSingleUseObjectEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapSingleUseObjectEntityDelegate
extends Object
implements MapSingleUseObjectEntity, HasDelegateProvider<MapSingleUseObjectEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.singleUseObject.MapSingleUseObjectEntity
MapSingleUseObjectEntity.AbstractSingleUseObjectEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapSingleUseObjectEntityDelegate
(DelegateProvider<MapSingleUseObjectEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptionReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.getId()
getNotes()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setExpiration
(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.void
void
void
void
setObjectKey
(String objectKey) 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
-
MapSingleUseObjectEntityDelegate
public MapSingleUseObjectEntityDelegate(DelegateProvider<MapSingleUseObjectEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapSingleUseObjectEntity>
-
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.
-
getObjectKey
- Specified by:
getObjectKey
in interfaceMapSingleUseObjectEntity
-
setObjectKey
- Specified by:
setObjectKey
in interfaceMapSingleUseObjectEntity
-
getNotes
- Specified by:
getNotes
in interfaceMapSingleUseObjectEntity
-
setNotes
- Specified by:
setNotes
in interfaceMapSingleUseObjectEntity
-
getNote
- Specified by:
getNote
in interfaceMapSingleUseObjectEntity
-
setNote
- Specified by:
setNote
in interfaceMapSingleUseObjectEntity
-