Class MapAuthenticationFlowEntityFieldDelegate
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityFieldDelegate
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- HasEntityFieldDelegate<MapAuthenticationFlowEntity>,- UpdatableEntity,- MapAuthenticationFlowEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationFlowEntityFieldDelegate extends UpdatableEntity.Impl implements MapAuthenticationFlowEntity, HasEntityFieldDelegate<MapAuthenticationFlowEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetAlias()StringgetDescription()EntityFieldDelegate<MapAuthenticationFlowEntity>getEntityFieldDelegate()StringgetId()StringgetProviderId()BooleanisBuiltIn()BooleanisTopLevel()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAlias(String p0)voidsetBuiltIn(Boolean p0)voidsetDescription(String p0)voidsetId(String p0)voidsetProviderId(String p0)voidsetTopLevel(Boolean p0)
 
- 
- 
- 
Constructor Detail- 
MapAuthenticationFlowEntityFieldDelegatepublic MapAuthenticationFlowEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationFlowEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapAuthenticationFlowEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapAuthenticationFlowEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic void clearUpdatedFlag() Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
- clearUpdatedFlagin interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getAliaspublic String getAlias() - Specified by:
- getAliasin interface- MapAuthenticationFlowEntity
 
 - 
setAliaspublic void setAlias(String p0) - Specified by:
- setAliasin interface- MapAuthenticationFlowEntity
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapAuthenticationFlowEntity
 
 - 
setDescriptionpublic void setDescription(String p0) - Specified by:
- setDescriptionin interface- MapAuthenticationFlowEntity
 
 - 
getProviderIdpublic String getProviderId() - Specified by:
- getProviderIdin interface- MapAuthenticationFlowEntity
 
 - 
setProviderIdpublic void setProviderId(String p0) - Specified by:
- setProviderIdin interface- MapAuthenticationFlowEntity
 
 - 
isBuiltInpublic Boolean isBuiltIn() - Specified by:
- isBuiltInin interface- MapAuthenticationFlowEntity
 
 - 
setBuiltInpublic void setBuiltIn(Boolean p0) - Specified by:
- setBuiltInin interface- MapAuthenticationFlowEntity
 
 - 
isTopLevelpublic Boolean isTopLevel() - Specified by:
- isTopLevelin interface- MapAuthenticationFlowEntity
 
 - 
setTopLevelpublic void setTopLevel(Boolean p0) - Specified by:
- setTopLevelin interface- MapAuthenticationFlowEntity
 
 
- 
 
-