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
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setDisplayName
(String displayName) void
setIconUri
(String iconUri) void
void
void
setRealmId
(String realmId) void
setResourceServerId
(String resourceServerId) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapScopeEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapScopeEntity>
-
toString
-
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
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getName
- Specified by:
getName
in interfaceMapScopeEntity
-
setName
- Specified by:
setName
in interfaceMapScopeEntity
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getIconUri
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
setIconUri
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
getResourceServerId
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
setResourceServerId
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-