Class MapClientScopeEntityFieldDelegate
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
- 
- org.keycloak.models.map.clientscope.MapClientScopeEntityFieldDelegate
 
 
 
- 
- All Implemented Interfaces:
- MapClientScopeEntity,- AbstractEntity,- HasEntityFieldDelegate<MapClientScopeEntity>,- EntityWithAttributes,- UpdatableEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapClientScopeEntityFieldDelegate extends MapClientScopeEntity.AbstractClientScopeEntity implements MapClientScopeEntity, HasEntityFieldDelegate<MapClientScopeEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntityMapClientScopeEntity.AbstractClientScopeEntity
 - 
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 MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate)
 - 
Method Summary
 
- 
- 
- 
Constructor Detail- 
MapClientScopeEntityFieldDelegatepublic MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapClientScopeEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapClientScopeEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic void clearUpdatedFlag() Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
- clearUpdatedFlagin interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> p0) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String p0) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String p0, List<String> p1) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String p0) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapClientScopeEntity.AbstractClientScopeEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapClientScopeEntity.AbstractClientScopeEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapClientScopeEntity
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapClientScopeEntity
 
 - 
getProtocolpublic String getProtocol() - Specified by:
- getProtocolin interface- MapClientScopeEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapClientScopeEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapClientScopeEntity
 
 - 
setDescriptionpublic void setDescription(String p0) - Specified by:
- setDescriptionin interface- MapClientScopeEntity
 
 - 
setProtocolpublic void setProtocol(String p0) - Specified by:
- setProtocolin interface- MapClientScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapClientScopeEntity
 
 - 
getProtocolMapperpublic Optional<MapProtocolMapperEntity> getProtocolMapper(String p0) - Specified by:
- getProtocolMapperin interface- MapClientScopeEntity
 
 - 
getProtocolMapperspublic Set<MapProtocolMapperEntity> getProtocolMappers() - Specified by:
- getProtocolMappersin interface- MapClientScopeEntity
 
 - 
addProtocolMapperpublic void addProtocolMapper(MapProtocolMapperEntity p0) - Specified by:
- addProtocolMapperin interface- MapClientScopeEntity
 
 - 
removeProtocolMapperpublic void removeProtocolMapper(String p0) - Specified by:
- removeProtocolMapperin interface- MapClientScopeEntity
 
 - 
addScopeMappingpublic void addScopeMapping(String p0) - Specified by:
- addScopeMappingin interface- MapClientScopeEntity
 
 - 
removeScopeMappingpublic void removeScopeMapping(String p0) - Specified by:
- removeScopeMappingin interface- MapClientScopeEntity
 
 - 
getScopeMappingspublic Collection<String> getScopeMappings() - Specified by:
- getScopeMappingsin interface- MapClientScopeEntity
 
 
- 
 
-