Interface MapScopeEntity
-
- All Superinterfaces:
AbstractEntity,UpdatableEntity
- All Known Implementing Classes:
HotRodScopeEntity.AbstractHotRodScopeEntity,HotRodScopeEntityDelegate,JpaScopeEntity,JpaScopeMetadata,MapScopeEntity.AbstractMapScopeEntity,MapScopeEntityDelegate,MapScopeEntityFieldDelegate,MapScopeEntityImpl,MapScopeEntityImpl.Empty
public interface MapScopeEntity extends UpdatableEntity, AbstractEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMapScopeEntity.AbstractMapScopeEntity-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconUri()StringgetName()StringgetRealmId()StringgetResourceServerId()voidsetDisplayName(String displayName)voidsetIconUri(String iconUri)voidsetName(String name)voidsetRealmId(String realmId)voidsetResourceServerId(String resourceServerId)-
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Method Detail
-
getRealmId
String getRealmId()
-
setRealmId
void setRealmId(String realmId)
-
getName
String getName()
-
setName
void setName(String name)
-
getDisplayName
String getDisplayName()
-
setDisplayName
void setDisplayName(String displayName)
-
getIconUri
String getIconUri()
-
setIconUri
void setIconUri(String iconUri)
-
getResourceServerId
String getResourceServerId()
-
setResourceServerId
void setResourceServerId(String resourceServerId)
-
-