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
ConstructorDescriptionMapAuthenticationExecutionEntityFieldDelegate
(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
An optional operation clearing the updated flag.getId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
void
void
void
void
void
void
setPriority
(Integer p0) void
toString()
-
Constructor Details
-
MapAuthenticationExecutionEntityFieldDelegate
public MapAuthenticationExecutionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapAuthenticationExecutionEntity>
-
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
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getAuthenticator
- Specified by:
getAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
- Specified by:
getAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
- Specified by:
setAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
- Specified by:
isAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
- Specified by:
setAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
getFlowId
- Specified by:
getFlowId
in interfaceMapAuthenticationExecutionEntity
-
setFlowId
- Specified by:
setFlowId
in interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
- Specified by:
getParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
- Specified by:
setParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
getPriority
- Specified by:
getPriority
in interfaceMapAuthenticationExecutionEntity
-
setPriority
- Specified by:
setPriority
in interfaceMapAuthenticationExecutionEntity
-