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.MapClientScopeEntity
MapClientScopeEntity.AbstractClientScopeEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate)
-
Method Summary
-
-
-
Constructor Detail
-
MapClientScopeEntityFieldDelegate
public MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapClientScopeEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapClientScopeEntity>
-
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
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapClientScopeEntity.AbstractClientScopeEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapClientScopeEntity.AbstractClientScopeEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapClientScopeEntity
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapClientScopeEntity
-
getProtocol
public String getProtocol()
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapClientScopeEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescription
in interfaceMapClientScopeEntity
-
setProtocol
public void setProtocol(String p0)
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
getProtocolMapper
public Optional<MapProtocolMapperEntity> getProtocolMapper(String p0)
- Specified by:
getProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
public Set<MapProtocolMapperEntity> getProtocolMappers()
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
addProtocolMapper
public void addProtocolMapper(MapProtocolMapperEntity p0)
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
removeProtocolMapper
public void removeProtocolMapper(String p0)
- Specified by:
removeProtocolMapper
in interfaceMapClientScopeEntity
-
addScopeMapping
public void addScopeMapping(String p0)
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
removeScopeMapping
public void removeScopeMapping(String p0)
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-
getScopeMappings
public Collection<String> getScopeMappings()
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-
-