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 Modifier and Type Field Description static MapLockEntityImpl.Empty
INSTANCE
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getKeycloakInstanceIdentifier()
String
getName()
Long
getTimeAcquired()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setId(String id)
void
setKeycloakInstanceIdentifier(String keycloakInstanceIdentifier)
void
setName(String name)
void
setTimeAcquired(Long timeAcquired)
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final MapLockEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapLockEntity.AbstractLockEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapLockEntity.AbstractLockEntity
-
getKeycloakInstanceIdentifier
public String getKeycloakInstanceIdentifier()
- Specified by:
getKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
public void setKeycloakInstanceIdentifier(String keycloakInstanceIdentifier)
- Specified by:
setKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapLockEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapLockEntity
-
getTimeAcquired
public Long getTimeAcquired()
- Specified by:
getTimeAcquired
in interfaceMapLockEntity
-
setTimeAcquired
public void setTimeAcquired(Long timeAcquired)
- Specified by:
setTimeAcquired
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:
-
-