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.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
getDisplayName()
String
getIconUri()
String
getId()
String
getName()
String
getRealmId()
String
getResourceServerId()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setDisplayName(String displayName)
void
setIconUri(String iconUri)
void
setId(String id)
void
setName(String name)
void
setRealmId(String realmId)
void
setResourceServerId(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:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapScopeEntity.AbstractMapScopeEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapScopeEntity.AbstractMapScopeEntity
-
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String iconUri)
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String realmId)
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String resourceServerId)
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
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:
-
-