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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider)
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapAuthenticationExecutionEntityDelegatepublic MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapAuthenticationExecutionEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapAuthenticationExecutionEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getAuthenticatorpublic String getAuthenticator() - Specified by:
- getAuthenticatorin interface- MapAuthenticationExecutionEntity
 
 - 
setAuthenticatorpublic void setAuthenticator(String authenticator) - Specified by:
- setAuthenticatorin interface- MapAuthenticationExecutionEntity
 
 - 
getAuthenticatorConfigpublic String getAuthenticatorConfig() - Specified by:
- getAuthenticatorConfigin interface- MapAuthenticationExecutionEntity
 
 - 
setAuthenticatorConfigpublic void setAuthenticatorConfig(String authenticatorConfig) - Specified by:
- setAuthenticatorConfigin interface- MapAuthenticationExecutionEntity
 
 - 
getRequirementpublic AuthenticationExecutionModel.Requirement getRequirement() - Specified by:
- getRequirementin interface- MapAuthenticationExecutionEntity
 
 - 
setRequirementpublic void setRequirement(AuthenticationExecutionModel.Requirement requirement) - Specified by:
- setRequirementin interface- MapAuthenticationExecutionEntity
 
 - 
isAutheticatorFlowpublic Boolean isAutheticatorFlow() - Specified by:
- isAutheticatorFlowin interface- MapAuthenticationExecutionEntity
 
 - 
setAutheticatorFlowpublic void setAutheticatorFlow(Boolean autheticatorFlow) - Specified by:
- setAutheticatorFlowin interface- MapAuthenticationExecutionEntity
 
 - 
getFlowIdpublic String getFlowId() - Specified by:
- getFlowIdin interface- MapAuthenticationExecutionEntity
 
 - 
setFlowIdpublic void setFlowId(String flowId) - Specified by:
- setFlowIdin interface- MapAuthenticationExecutionEntity
 
 - 
getParentFlowIdpublic String getParentFlowId() - Specified by:
- getParentFlowIdin interface- MapAuthenticationExecutionEntity
 
 - 
setParentFlowIdpublic void setParentFlowId(String parentFlowId) - Specified by:
- setParentFlowIdin interface- MapAuthenticationExecutionEntity
 
 - 
getPrioritypublic Integer getPriority() - Specified by:
- getPriorityin interface- MapAuthenticationExecutionEntity
 
 - 
setPrioritypublic void setPriority(Integer priority) - Specified by:
- setPriorityin interface- MapAuthenticationExecutionEntity
 
 
- 
 
-