Class MapAuthenticationExecutionEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityDelegate
-
- All Implemented Interfaces:
AbstractEntity,HasDelegateProvider<MapAuthenticationExecutionEntity>,UpdatableEntity,MapAuthenticationExecutionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationExecutionEntityDelegate extends Object implements MapAuthenticationExecutionEntity, HasDelegateProvider<MapAuthenticationExecutionEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticator()StringgetAuthenticatorConfig()DelegateProvider<MapAuthenticationExecutionEntity>getDelegateProvider()StringgetFlowId()StringgetId()StringgetParentFlowId()IntegergetPriority()AuthenticationExecutionModel.RequirementgetRequirement()BooleanisAutheticatorFlow()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAuthenticator(String authenticator)voidsetAuthenticatorConfig(String authenticatorConfig)voidsetAutheticatorFlow(Boolean autheticatorFlow)voidsetFlowId(String flowId)voidsetId(String id)voidsetParentFlowId(String parentFlowId)voidsetPriority(Integer priority)voidsetRequirement(AuthenticationExecutionModel.Requirement requirement)-
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
-
-
-
-
Constructor Detail
-
MapAuthenticationExecutionEntityDelegate
public MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapAuthenticationExecutionEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapAuthenticationExecutionEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity
-
getAuthenticator
public String getAuthenticator()
- Specified by:
getAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
public void setAuthenticator(String authenticator)
- Specified by:
setAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
public String getAuthenticatorConfig()
- Specified by:
getAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String authenticatorConfig)
- Specified by:
setAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
getRequirement
public AuthenticationExecutionModel.Requirement getRequirement()
- Specified by:
getRequirementin interfaceMapAuthenticationExecutionEntity
-
setRequirement
public void setRequirement(AuthenticationExecutionModel.Requirement requirement)
- Specified by:
setRequirementin interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
public Boolean isAutheticatorFlow()
- Specified by:
isAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
public void setAutheticatorFlow(Boolean autheticatorFlow)
- Specified by:
setAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
getFlowId
public String getFlowId()
- Specified by:
getFlowIdin interfaceMapAuthenticationExecutionEntity
-
setFlowId
public void setFlowId(String flowId)
- Specified by:
setFlowIdin interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
public String getParentFlowId()
- Specified by:
getParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
public void setParentFlowId(String parentFlowId)
- Specified by:
setParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
getPriority
public Integer getPriority()
- Specified by:
getPriorityin interfaceMapAuthenticationExecutionEntity
-
setPriority
public void setPriority(Integer priority)
- Specified by:
setPriorityin interfaceMapAuthenticationExecutionEntity
-
-