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.AbstractClientScopeEntityNested 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
ConstructorsConstructorDescriptionMapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidAn optional operation clearing the updated flag.getAttribute(String p0) getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.voidvoidvoidvoidsetAttribute(String p0, List<String> p1) voidsetAttributes(Map<String, List<String>> p0) voidsetDescription(String p0) voidvoidvoidsetProtocol(String p0) voidsetRealmId(String p0) toString()
-
Constructor Details
-
MapClientScopeEntityFieldDelegate
public MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapClientScopeEntity>
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returntrue.- Specified by:
markUpdatedFlagin interfaceUpdatableEntity- Overrides:
markUpdatedFlagin classUpdatableEntity.Impl
-
clearUpdatedFlag
public 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 interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
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
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapClientScopeEntity.AbstractClientScopeEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapClientScopeEntity.AbstractClientScopeEntity
-
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
-