Package org.keycloak.models.map.lock
Class MapLockEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntity
org.keycloak.models.map.lock.MapLockEntityImpl.Empty
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapLockEntity
- Enclosing class:
- MapLockEntityImpl
public static class MapLockEntityImpl.Empty
extends MapLockEntity.AbstractLockEntity
implements MapLockEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.lock.MapLockEntity
MapLockEntity.AbstractLockEntity, MapLockEntity.SearchableFields
Nested 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
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
void
setKeycloakInstanceIdentifier
(String keycloakInstanceIdentifier) void
void
setTimeAcquired
(Long timeAcquired) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntity
isLockUnchanged
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapLockEntity.AbstractLockEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapLockEntity.AbstractLockEntity
-
getKeycloakInstanceIdentifier
- Specified by:
getKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
- Specified by:
setKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
getName
- Specified by:
getName
in interfaceMapLockEntity
-
setName
- Specified by:
setName
in interfaceMapLockEntity
-
setTimeAcquired
- Specified by:
setTimeAcquired
in interfaceMapLockEntity
-
getTimeAcquired
- Specified by:
getTimeAcquired
in interfaceMapLockEntity
-
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
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-