Class MapAuthenticationFlowEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityDelegate
 
- 
- All Implemented Interfaces:
- AbstractEntity,- HasDelegateProvider<MapAuthenticationFlowEntity>,- UpdatableEntity,- MapAuthenticationFlowEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationFlowEntityDelegate extends Object implements MapAuthenticationFlowEntity, HasDelegateProvider<MapAuthenticationFlowEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapAuthenticationFlowEntityDelegate(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()DelegateProvider<MapAuthenticationFlowEntity>getDelegateProvider()StringgetDescription()StringgetId()StringgetProviderId()BooleanisBuiltIn()BooleanisTopLevel()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAlias(String alias)voidsetBuiltIn(Boolean builtIn)voidsetDescription(String description)voidsetId(String id)voidsetProviderId(String providerId)voidsetTopLevel(Boolean topLevel)- 
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- 
MapAuthenticationFlowEntityDelegatepublic MapAuthenticationFlowEntityDelegate(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapAuthenticationFlowEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapAuthenticationFlowEntity>
 
 - 
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
 
 - 
getAliaspublic String getAlias() - Specified by:
- getAliasin interface- MapAuthenticationFlowEntity
 
 - 
setAliaspublic void setAlias(String alias) - Specified by:
- setAliasin interface- MapAuthenticationFlowEntity
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapAuthenticationFlowEntity
 
 - 
setDescriptionpublic void setDescription(String description) - Specified by:
- setDescriptionin interface- MapAuthenticationFlowEntity
 
 - 
getProviderIdpublic String getProviderId() - Specified by:
- getProviderIdin interface- MapAuthenticationFlowEntity
 
 - 
setProviderIdpublic void setProviderId(String providerId) - Specified by:
- setProviderIdin interface- MapAuthenticationFlowEntity
 
 - 
isBuiltInpublic Boolean isBuiltIn() - Specified by:
- isBuiltInin interface- MapAuthenticationFlowEntity
 
 - 
setBuiltInpublic void setBuiltIn(Boolean builtIn) - Specified by:
- setBuiltInin interface- MapAuthenticationFlowEntity
 
 - 
isTopLevelpublic Boolean isTopLevel() - Specified by:
- isTopLevelin interface- MapAuthenticationFlowEntity
 
 - 
setTopLevelpublic void setTopLevel(Boolean topLevel) - Specified by:
- setTopLevelin interface- MapAuthenticationFlowEntity
 
 
- 
 
-