Class MapScopeEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
-
- org.keycloak.models.map.authorization.entity.MapScopeEntityFieldDelegate
-
- All Implemented Interfaces:
MapScopeEntity,AbstractEntity,HasEntityFieldDelegate<MapScopeEntity>,UpdatableEntity
public class MapScopeEntityFieldDelegate extends MapScopeEntity.AbstractMapScopeEntity implements MapScopeEntity, HasEntityFieldDelegate<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 inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()EntityFieldDelegate<MapScopeEntity>getEntityFieldDelegate()StringgetIconUri()StringgetId()StringgetName()StringgetRealmId()StringgetResourceServerId()voidsetDisplayName(String p0)voidsetIconUri(String p0)voidsetId(String p0)voidsetName(String p0)voidsetRealmId(String p0)voidsetResourceServerId(String p0)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
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, isUpdated
-
-
-
-
Constructor Detail
-
MapScopeEntityFieldDelegate
public MapScopeEntityFieldDelegate(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapScopeEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapScopeEntity>
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapScopeEntity.AbstractMapScopeEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapScopeEntity.AbstractMapScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceMapScopeEntity
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayNamein interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUriin interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUriin interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerIdin interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerIdin interfaceMapScopeEntity
-
-