Class MapAuthenticationExecutionEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityImpl
-
- All Implemented Interfaces:
AbstractEntity,UpdatableEntity,MapAuthenticationExecutionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationExecutionEntityImpl extends UpdatableEntity.Impl implements MapAuthenticationExecutionEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapAuthenticationExecutionEntityImpl.Empty-
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 MapAuthenticationExecutionEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthenticator()StringgetAuthenticatorConfig()StringgetFlowId()StringgetId()StringgetParentFlowId()IntegergetPriority()AuthenticationExecutionModel.RequirementgetRequirement()inthashCode()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)StringtoString()-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthenticationExecutionEntityImpl
public MapAuthenticationExecutionEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
getAuthenticator
public String getAuthenticator()
- Specified by:
getAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
public void setAuthenticator(String p0)
- Specified by:
setAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String p0)
- Specified by:
setAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
public String getAuthenticatorConfig()
- Specified by:
getAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
public Boolean isAutheticatorFlow()
- Specified by:
isAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
public void setAutheticatorFlow(Boolean p0)
- Specified by:
setAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setFlowId
public void setFlowId(String p0)
- Specified by:
setFlowIdin interfaceMapAuthenticationExecutionEntity
-
getFlowId
public String getFlowId()
- Specified by:
getFlowIdin 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
-
getRequirement
public AuthenticationExecutionModel.Requirement getRequirement()
- Specified by:
getRequirementin interfaceMapAuthenticationExecutionEntity
-
setRequirement
public void setRequirement(AuthenticationExecutionModel.Requirement p0)
- Specified by:
setRequirementin interfaceMapAuthenticationExecutionEntity
-
-