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
ConstructorDescriptionMapClientScopeEntityFieldDelegate
(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
An optional operation clearing the updated flag.getAttribute
(String p0) getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
void
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setDescription
(String p0) void
void
void
setProtocol
(String p0) void
setRealmId
(String p0) toString()
-
Constructor Details
-
MapClientScopeEntityFieldDelegate
public MapClientScopeEntityFieldDelegate(EntityFieldDelegate<MapClientScopeEntity> entityFieldDelegate)
-
-
Method Details
-
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:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returntrue
.- Specified by:
markUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
markUpdatedFlag
in classUpdatableEntity.Impl
-
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
-
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
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapClientScopeEntity.AbstractClientScopeEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapClientScopeEntity.AbstractClientScopeEntity
-
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
-