Class MapScopeEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.authorization.entity.MapScopeEntityDelegate
-
- All Implemented Interfaces:
MapScopeEntity
,AbstractEntity
,HasDelegateProvider<MapScopeEntity>
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapScopeEntityDelegate extends Object implements MapScopeEntity, HasDelegateProvider<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
-
-
Constructor Summary
Constructors Constructor Description MapScopeEntityDelegate(DelegateProvider<MapScopeEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateProvider<MapScopeEntity>
getDelegateProvider()
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 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
-
-
-
-
Constructor Detail
-
MapScopeEntityDelegate
public MapScopeEntityDelegate(DelegateProvider<MapScopeEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapScopeEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapScopeEntity>
-
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
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
setRealmId
public void setRealmId(String realmId)
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapScopeEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapScopeEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
setIconUri
public void setIconUri(String iconUri)
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
setResourceServerId
public void setResourceServerId(String resourceServerId)
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-
-