Class MapScopeEntityImpl
- 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
 
 
 
- 
- All Implemented Interfaces:
- MapScopeEntity,- AbstractEntity,- UpdatableEntity
 - Direct Known Subclasses:
- JpaScopeMetadata
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapScopeEntityImpl extends MapScopeEntity.AbstractMapScopeEntity implements MapScopeEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapScopeEntityImpl.Empty- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapScopeEntityMapScopeEntity.AbstractMapScopeEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapScopeEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDisplayName()StringgetIconUri()StringgetName()StringgetRealmId()StringgetResourceServerId()inthashCode()voidsetDisplayName(String p0)voidsetIconUri(String p0)voidsetName(String p0)voidsetRealmId(String p0)voidsetResourceServerId(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapScopeEntityImplpublic MapScopeEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
setDisplayNamepublic void setDisplayName(String p0) - Specified by:
- setDisplayNamein interface- MapScopeEntity
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- MapScopeEntity
 
 - 
getIconUripublic String getIconUri() - Specified by:
- getIconUriin interface- MapScopeEntity
 
 - 
setIconUripublic void setIconUri(String p0) - Specified by:
- setIconUriin interface- MapScopeEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapScopeEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapScopeEntity
 
 - 
setResourceServerIdpublic void setResourceServerId(String p0) - Specified by:
- setResourceServerIdin interface- MapScopeEntity
 
 - 
getResourceServerIdpublic String getResourceServerId() - Specified by:
- getResourceServerIdin interface- MapScopeEntity
 
 
- 
 
-