Class MapRequiredActionProviderEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapRequiredActionProviderEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapRequiredActionProviderEntity>,UpdatableEntity,MapRequiredActionProviderEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapRequiredActionProviderEntityFieldDelegate
extends UpdatableEntity.Impl
implements MapRequiredActionProviderEntity, HasEntityFieldDelegate<MapRequiredActionProviderEntity>
-
Nested Class Summary
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
ConstructorsConstructorDescriptionMapRequiredActionProviderEntityFieldDelegate(EntityFieldDelegate<MapRequiredActionProviderEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidAn optional operation clearing the updated flag.getAlias()getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.voidvoidvoidvoidsetEnabled(Boolean p0) voidvoidvoidsetPriority(Integer p0) voidsetProviderId(String p0) toString()
-
Constructor Details
-
MapRequiredActionProviderEntityFieldDelegate
public MapRequiredActionProviderEntityFieldDelegate(EntityFieldDelegate<MapRequiredActionProviderEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapRequiredActionProviderEntity>
-
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
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getAlias
- Specified by:
getAliasin interfaceMapRequiredActionProviderEntity
-
setAlias
- Specified by:
setAliasin interfaceMapRequiredActionProviderEntity
-
getName
- Specified by:
getNamein interfaceMapRequiredActionProviderEntity
-
setName
- Specified by:
setNamein interfaceMapRequiredActionProviderEntity
-
getProviderId
- Specified by:
getProviderIdin interfaceMapRequiredActionProviderEntity
-
setProviderId
- Specified by:
setProviderIdin interfaceMapRequiredActionProviderEntity
-
getPriority
- Specified by:
getPriorityin interfaceMapRequiredActionProviderEntity
-
setPriority
- Specified by:
setPriorityin interfaceMapRequiredActionProviderEntity
-
isEnabled
- Specified by:
isEnabledin interfaceMapRequiredActionProviderEntity
-
setEnabled
- Specified by:
setEnabledin interfaceMapRequiredActionProviderEntity
-
isDefaultAction
- Specified by:
isDefaultActionin interfaceMapRequiredActionProviderEntity
-
setDefaultAction
- Specified by:
setDefaultActionin interfaceMapRequiredActionProviderEntity
-
getConfig
- Specified by:
getConfigin interfaceMapRequiredActionProviderEntity
-
setConfig
- Specified by:
setConfigin interfaceMapRequiredActionProviderEntity
-