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.AbstractClientScopeEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapClientScopeEntityDelegate
(DelegateProvider<MapClientScopeEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProtocolMapper
(MapProtocolMapperEntity mapping) void
getAttribute
(String name) getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
removeAttribute
(String name) void
void
void
setAttribute
(String name, List<String> value) void
setAttributes
(Map<String, List<String>> attributes) void
setDescription
(String description) void
void
void
setProtocol
(String protocol) void
setRealmId
(String realmId) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapClientScopeEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapClientScopeEntity>
-
toString
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getName
- Specified by:
getName
in interfaceMapClientScopeEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapClientScopeEntity
-
getProtocol
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
setName
- Specified by:
setName
in interfaceMapClientScopeEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapClientScopeEntity
-
setProtocol
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
addProtocolMapper
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapper
in interfaceMapClientScopeEntity
-
addScopeMapping
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
removeScopeMapping
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-
getScopeMappings
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-