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
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 StringgetAuthenticator()StringgetAuthenticatorConfig()EntityFieldDelegate<MapAuthenticationExecutionEntity>getEntityFieldDelegate()StringgetFlowId()StringgetId()StringgetParentFlowId()IntegergetPriority()AuthenticationExecutionModel.RequirementgetRequirement()BooleanisAutheticatorFlow()voidsetAuthenticator(String p0)voidsetAuthenticatorConfig(String p0)voidsetAutheticatorFlow(Boolean p0)voidsetFlowId(String p0)voidsetId(String p0)voidsetParentFlowId(String p0)voidsetPriority(Integer p0)voidsetRequirement(AuthenticationExecutionModel.Requirement p0)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthenticationExecutionEntityFieldDelegate
public MapAuthenticationExecutionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationExecutionEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAuthenticationExecutionEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapAuthenticationExecutionEntity>
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getAuthenticator
public String getAuthenticator()
- Specified by:
getAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
public void setAuthenticator(String p0)
- Specified by:
setAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
public String getAuthenticatorConfig()
- Specified by:
getAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String p0)
- Specified by:
setAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
getRequirement
public AuthenticationExecutionModel.Requirement getRequirement()
- Specified by:
getRequirementin interfaceMapAuthenticationExecutionEntity
-
setRequirement
public void setRequirement(AuthenticationExecutionModel.Requirement p0)
- Specified by:
setRequirementin interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
public Boolean isAutheticatorFlow()
- Specified by:
isAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
public void setAutheticatorFlow(Boolean p0)
- Specified by:
setAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
getFlowId
public String getFlowId()
- Specified by:
getFlowIdin interfaceMapAuthenticationExecutionEntity
-
setFlowId
public void setFlowId(String p0)
- Specified by:
setFlowIdin interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
public String getParentFlowId()
- Specified by:
getParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
public void setParentFlowId(String p0)
- Specified by:
setParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
getPriority
public Integer getPriority()
- Specified by:
getPriorityin interfaceMapAuthenticationExecutionEntity
-
setPriority
public void setPriority(Integer p0)
- Specified by:
setPriorityin interfaceMapAuthenticationExecutionEntity
-
-