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.MapClientScopeEntity
MapClientScopeEntity.AbstractClientScopeEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionMapClientScopeEntityDelegate(DelegateProvider<MapClientScopeEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProtocolMapper(MapProtocolMapperEntity mapping) voidgetAttribute(String name) getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name) voidvoidvoidsetAttribute(String name, List<String> value) voidsetAttributes(Map<String, List<String>> attributes) voidsetDescription(String description) voidvoidvoidsetProtocol(String protocol) voidsetRealmId(String realmId) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapClientScopeEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapClientScopeEntity>
-
toString
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getName
- Specified by:
getNamein interfaceMapClientScopeEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapClientScopeEntity
-
getProtocol
- Specified by:
getProtocolin interfaceMapClientScopeEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapClientScopeEntity
-
setName
- Specified by:
setNamein interfaceMapClientScopeEntity
-
setDescription
- Specified by:
setDescriptionin interfaceMapClientScopeEntity
-
setProtocol
- Specified by:
setProtocolin interfaceMapClientScopeEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapClientScopeEntity
-
getProtocolMapper
- Specified by:
getProtocolMapperin interfaceMapClientScopeEntity
-
getProtocolMappers
- Specified by:
getProtocolMappersin interfaceMapClientScopeEntity
-
addProtocolMapper
- Specified by:
addProtocolMapperin interfaceMapClientScopeEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapperin interfaceMapClientScopeEntity
-
addScopeMapping
- Specified by:
addScopeMappingin interfaceMapClientScopeEntity
-
removeScopeMapping
- Specified by:
removeScopeMappingin interfaceMapClientScopeEntity
-
getScopeMappings
- Specified by:
getScopeMappingsin interfaceMapClientScopeEntity
-