Class MapAuthenticationExecutionEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapAuthenticationExecutionEntity>,UpdatableEntity,MapAuthenticationExecutionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticationExecutionEntityFieldDelegate
extends UpdatableEntity.Impl
implements MapAuthenticationExecutionEntity, HasEntityFieldDelegate<MapAuthenticationExecutionEntity>
-
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
ConstructorsConstructorDescriptionMapAuthenticationExecutionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidAn optional operation clearing the updated flag.getId()booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.voidvoidvoidvoidvoidvoidvoidsetPriority(Integer p0) voidtoString()
-
Constructor Details
-
MapAuthenticationExecutionEntityFieldDelegate
public MapAuthenticationExecutionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapAuthenticationExecutionEntity>
-
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
-
getAuthenticator
- Specified by:
getAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
- Specified by:
setAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
- Specified by:
getAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
- Specified by:
setAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
getRequirement
- Specified by:
getRequirementin interfaceMapAuthenticationExecutionEntity
-
setRequirement
- Specified by:
setRequirementin interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
- Specified by:
isAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
- Specified by:
setAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
getFlowId
- Specified by:
getFlowIdin interfaceMapAuthenticationExecutionEntity
-
setFlowId
- Specified by:
setFlowIdin interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
- Specified by:
getParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
- Specified by:
setParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
getPriority
- Specified by:
getPriorityin interfaceMapAuthenticationExecutionEntity
-
setPriority
- Specified by:
setPriorityin interfaceMapAuthenticationExecutionEntity
-