Class MapScopeEntityImpl.Empty
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
-
- org.keycloak.models.map.authorization.entity.MapScopeEntityImpl.Empty
-
- All Implemented Interfaces:
MapScopeEntity,AbstractEntity,UpdatableEntity
- Enclosing class:
- MapScopeEntityImpl
public static class MapScopeEntityImpl.Empty extends MapScopeEntity.AbstractMapScopeEntity implements MapScopeEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapScopeEntity
MapScopeEntity.AbstractMapScopeEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description static MapScopeEntityImpl.EmptyINSTANCE-
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 StringgetDisplayName()StringgetIconUri()StringgetId()StringgetName()StringgetRealmId()StringgetResourceServerId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetDisplayName(String displayName)voidsetIconUri(String iconUri)voidsetId(String id)voidsetName(String name)voidsetRealmId(String realmId)voidsetResourceServerId(String resourceServerId)-
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.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Field Detail
-
INSTANCE
public static final MapScopeEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapScopeEntity.AbstractMapScopeEntity
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapScopeEntity.AbstractMapScopeEntity
-
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayNamein interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String iconUri)
- Specified by:
setIconUriin interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUriin interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapScopeEntity
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceMapScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String realmId)
- Specified by:
setRealmIdin interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String resourceServerId)
- Specified by:
setResourceServerIdin interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerIdin interfaceMapScopeEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
-