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
Constructors Constructor Description MapAuthenticationExecutionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearUpdatedFlag()
An optional operation clearing the updated flag.String
getAuthenticator()
String
getAuthenticatorConfig()
EntityFieldDelegate<MapAuthenticationExecutionEntity>
getEntityFieldDelegate()
String
getFlowId()
String
getId()
String
getParentFlowId()
Integer
getPriority()
AuthenticationExecutionModel.Requirement
getRequirement()
Boolean
isAutheticatorFlow()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAuthenticator(String p0)
void
setAuthenticatorConfig(String p0)
void
setAutheticatorFlow(Boolean p0)
void
setFlowId(String p0)
void
setId(String p0)
void
setParentFlowId(String p0)
void
setPriority(Integer p0)
void
setRequirement(AuthenticationExecutionModel.Requirement p0)
-
-
-
Constructor Detail
-
MapAuthenticationExecutionEntityFieldDelegate
public MapAuthenticationExecutionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAuthenticationExecutionEntity> 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:
-
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
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
-
getAuthenticator
public String getAuthenticator()
- Specified by:
getAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
public void setAuthenticator(String p0)
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
public String getAuthenticatorConfig()
- Specified by:
getAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String p0)
- Specified by:
setAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
public AuthenticationExecutionModel.Requirement getRequirement()
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
public void setRequirement(AuthenticationExecutionModel.Requirement p0)
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
public Boolean isAutheticatorFlow()
- Specified by:
isAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
public void setAutheticatorFlow(Boolean p0)
- Specified by:
setAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
getFlowId
public String getFlowId()
- Specified by:
getFlowId
in interfaceMapAuthenticationExecutionEntity
-
setFlowId
public void setFlowId(String p0)
- Specified by:
setFlowId
in interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
public String getParentFlowId()
- Specified by:
getParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
public void setParentFlowId(String p0)
- Specified by:
setParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
getPriority
public Integer getPriority()
- Specified by:
getPriority
in interfaceMapAuthenticationExecutionEntity
-
setPriority
public void setPriority(Integer p0)
- Specified by:
setPriority
in interfaceMapAuthenticationExecutionEntity
-
-