Interface MapAuthenticationFlowEntity
- 
- All Superinterfaces:
- AbstractEntity,- UpdatableEntity
 - All Known Implementing Classes:
- HotRodAuthenticationFlowEntityDelegate,- MapAuthenticationFlowEntityDelegate,- MapAuthenticationFlowEntityFieldDelegate,- MapAuthenticationFlowEntityImpl,- MapAuthenticationFlowEntityImpl.Empty
 
 public interface MapAuthenticationFlowEntity extends UpdatableEntity, AbstractEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MapAuthenticationFlowEntityfromModel(AuthenticationFlowModel model)StringgetAlias()StringgetDescription()StringgetProviderId()BooleanisBuiltIn()BooleanisTopLevel()voidsetAlias(String alias)voidsetBuiltIn(Boolean builtIn)voidsetDescription(String description)voidsetProviderId(String providerId)voidsetTopLevel(Boolean topLevel)static AuthenticationFlowModeltoModel(MapAuthenticationFlowEntity entity)- 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Method Detail- 
fromModelstatic MapAuthenticationFlowEntity fromModel(AuthenticationFlowModel model) 
 - 
toModelstatic AuthenticationFlowModel toModel(MapAuthenticationFlowEntity entity) 
 - 
getAliasString getAlias() 
 - 
setAliasvoid setAlias(String alias) 
 - 
getDescriptionString getDescription() 
 - 
setDescriptionvoid setDescription(String description) 
 - 
getProviderIdString getProviderId() 
 - 
setProviderIdvoid setProviderId(String providerId) 
 - 
isBuiltInBoolean isBuiltIn() 
 - 
setBuiltInvoid setBuiltIn(Boolean builtIn) 
 - 
isTopLevelBoolean isTopLevel() 
 - 
setTopLevelvoid setTopLevel(Boolean topLevel) 
 
- 
 
-