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 String
getDisplayName()
EntityFieldDelegate<MapScopeEntity>
getEntityFieldDelegate()
String
getIconUri()
String
getId()
String
getName()
String
getRealmId()
String
getResourceServerId()
void
setDisplayName(String p0)
void
setIconUri(String p0)
void
setId(String p0)
void
setName(String p0)
void
setRealmId(String p0)
void
setResourceServerId(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:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapScopeEntity>
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapScopeEntity.AbstractMapScopeEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapScopeEntity.AbstractMapScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-
-