@Entity public class AuthenticationFlowEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected boolean |
builtIn |
protected String |
description |
protected String |
id |
protected String |
providerId |
protected RealmEntity |
realm |
protected boolean |
topLevel |
Constructor and Description |
---|
AuthenticationFlowEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlias() |
String |
getDescription() |
Collection<AuthenticationExecutionEntity> |
getExecutions() |
String |
getId() |
String |
getProviderId() |
RealmEntity |
getRealm() |
int |
hashCode() |
boolean |
isBuiltIn() |
boolean |
isTopLevel() |
void |
setAlias(String alias) |
void |
setBuiltIn(boolean builtIn) |
void |
setDescription(String description) |
void |
setExecutions(Collection<AuthenticationExecutionEntity> executions) |
void |
setId(String id) |
void |
setProviderId(String providerId) |
void |
setRealm(RealmEntity realm) |
void |
setTopLevel(boolean topLevel) |
protected String id
protected RealmEntity realm
protected String alias
protected String providerId
protected String description
protected boolean topLevel
protected boolean builtIn
public String getId()
public void setId(String id)
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
public String getAlias()
public void setAlias(String alias)
public String getDescription()
public void setDescription(String description)
public Collection<AuthenticationExecutionEntity> getExecutions()
public void setExecutions(Collection<AuthenticationExecutionEntity> executions)
public String getProviderId()
public void setProviderId(String providerId)
public boolean isTopLevel()
public void setTopLevel(boolean topLevel)
public boolean isBuiltIn()
public void setBuiltIn(boolean builtIn)
Copyright © 2021 JBoss by Red Hat. All rights reserved.