Class MapClientScopeEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.clientscope.MapClientScopeEntityDelegate
 
- 
- All Implemented Interfaces:
- MapClientScopeEntity,- AbstractEntity,- HasDelegateProvider<MapClientScopeEntity>,- EntityWithAttributes,- UpdatableEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapClientScopeEntityDelegate extends Object implements MapClientScopeEntity, HasDelegateProvider<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
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapClientScopeEntityDelegate(DelegateProvider<MapClientScopeEntity> delegateProvider)
 - 
Method Summary- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapClientScopeEntityDelegatepublic MapClientScopeEntityDelegate(DelegateProvider<MapClientScopeEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapClientScopeEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapClientScopeEntity>
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> attributes) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String name) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String name, List<String> value) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String name) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
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 name) - Specified by:
- setNamein interface- MapClientScopeEntity
 
 - 
setDescriptionpublic void setDescription(String description) - Specified by:
- setDescriptionin interface- MapClientScopeEntity
 
 - 
setProtocolpublic void setProtocol(String protocol) - Specified by:
- setProtocolin interface- MapClientScopeEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapClientScopeEntity
 
 - 
getProtocolMapperpublic Optional<MapProtocolMapperEntity> getProtocolMapper(String id) - Specified by:
- getProtocolMapperin interface- MapClientScopeEntity
 
 - 
getProtocolMapperspublic Set<MapProtocolMapperEntity> getProtocolMappers() - Specified by:
- getProtocolMappersin interface- MapClientScopeEntity
 
 - 
addProtocolMapperpublic void addProtocolMapper(MapProtocolMapperEntity mapping) - Specified by:
- addProtocolMapperin interface- MapClientScopeEntity
 
 - 
removeProtocolMapperpublic void removeProtocolMapper(String id) - Specified by:
- removeProtocolMapperin interface- MapClientScopeEntity
 
 - 
addScopeMappingpublic void addScopeMapping(String id) - Specified by:
- addScopeMappingin interface- MapClientScopeEntity
 
 - 
removeScopeMappingpublic void removeScopeMapping(String id) - Specified by:
- removeScopeMappingin interface- MapClientScopeEntity
 
 - 
getScopeMappingspublic Collection<String> getScopeMappings() - Specified by:
- getScopeMappingsin interface- MapClientScopeEntity
 
 
- 
 
-