Class MapAuthenticationFlowEntity
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntity
-
- All Implemented Interfaces:
UpdatableEntity
public class MapAuthenticationFlowEntity extends UpdatableEntity.Impl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static MapAuthenticationFlowEntityfromModel(AuthenticationFlowModel model)StringgetAlias()StringgetDescription()StringgetId()StringgetProviderId()inthashCode()BooleanisBuiltIn()BooleanisTopLevel()voidsetAlias(String alias)voidsetBuiltIn(boolean builtIn)voidsetDescription(String description)voidsetId(String id)voidsetProviderId(String providerId)voidsetTopLevel(boolean topLevel)static AuthenticationFlowModeltoModel(MapAuthenticationFlowEntity entity)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
-
-
-
Method Detail
-
fromModel
public static MapAuthenticationFlowEntity fromModel(AuthenticationFlowModel model)
-
toModel
public static AuthenticationFlowModel toModel(MapAuthenticationFlowEntity entity)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getAlias
public String getAlias()
-
setAlias
public void setAlias(String alias)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getProviderId
public String getProviderId()
-
setProviderId
public void setProviderId(String providerId)
-
isBuiltIn
public Boolean isBuiltIn()
-
setBuiltIn
public void setBuiltIn(boolean builtIn)
-
isTopLevel
public Boolean isTopLevel()
-
setTopLevel
public void setTopLevel(boolean topLevel)
-
-