@Entity public class AuthenticationExecutionEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
authenticator |
protected String |
authenticatorConfig |
protected String |
flowId |
protected String |
id |
protected AuthenticationFlowEntity |
parentFlow |
protected int |
priority |
protected RealmEntity |
realm |
protected AuthenticationExecutionModel.Requirement |
requirement |
Constructor and Description |
---|
AuthenticationExecutionEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAuthenticator() |
String |
getAuthenticatorConfig() |
String |
getFlowId() |
String |
getId() |
AuthenticationFlowEntity |
getParentFlow() |
int |
getPriority() |
RealmEntity |
getRealm() |
AuthenticationExecutionModel.Requirement |
getRequirement() |
int |
hashCode() |
boolean |
isAutheticatorFlow() |
void |
setAuthenticator(String authenticator) |
void |
setAuthenticatorConfig(String authenticatorConfig) |
void |
setAutheticatorFlow(boolean autheticatorFlow) |
void |
setFlowId(String flowId) |
void |
setId(String id) |
void |
setParentFlow(AuthenticationFlowEntity flow) |
void |
setPriority(int priority) |
void |
setRealm(RealmEntity realm) |
void |
setRequirement(AuthenticationExecutionModel.Requirement requirement) |
protected String id
protected RealmEntity realm
protected AuthenticationFlowEntity parentFlow
protected String authenticator
protected String authenticatorConfig
protected String flowId
protected AuthenticationExecutionModel.Requirement requirement
protected int priority
public String getId()
public void setId(String id)
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
public String getAuthenticator()
public void setAuthenticator(String authenticator)
public AuthenticationExecutionModel.Requirement getRequirement()
public void setRequirement(AuthenticationExecutionModel.Requirement requirement)
public int getPriority()
public void setPriority(int priority)
public boolean isAutheticatorFlow()
public void setAutheticatorFlow(boolean autheticatorFlow)
public AuthenticationFlowEntity getParentFlow()
public void setParentFlow(AuthenticationFlowEntity flow)
public String getFlowId()
public void setFlowId(String flowId)
public String getAuthenticatorConfig()
public void setAuthenticatorConfig(String authenticatorConfig)
Copyright © 2021 JBoss by Red Hat. All rights reserved.