public class MapAuthenticationFlowEntity extends Object implements UpdatableEntity
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static MapAuthenticationFlowEntity |
fromModel(AuthenticationFlowModel model) |
String |
getAlias() |
String |
getDescription() |
String |
getId() |
String |
getProviderId() |
int |
hashCode() |
Boolean |
isBuiltIn() |
Boolean |
isTopLevel() |
boolean |
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.
|
void |
setAlias(String alias) |
void |
setBuiltIn(boolean builtIn) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setProviderId(String providerId) |
void |
setTopLevel(boolean topLevel) |
static AuthenticationFlowModel |
toModel(MapAuthenticationFlowEntity entity) |
public static MapAuthenticationFlowEntity fromModel(AuthenticationFlowModel model)
public static AuthenticationFlowModel toModel(MapAuthenticationFlowEntity entity)
public boolean isUpdated()
UpdatableEntity
isUpdated
in interface UpdatableEntity
public String getId()
public void setId(String id)
public String getAlias()
public void setAlias(String alias)
public String getDescription()
public void setDescription(String description)
public String getProviderId()
public void setProviderId(String providerId)
public Boolean isBuiltIn()
public void setBuiltIn(boolean builtIn)
public Boolean isTopLevel()
public void setTopLevel(boolean topLevel)
Copyright © 2021 JBoss by Red Hat. All rights reserved.