public class AuthenticationExecutionEntity extends AbstractIdentifiableEntity
Modifier and Type | Field and Description |
---|---|
protected String |
authenticator |
protected String |
authenticatorConfig |
protected boolean |
authenticatorFlow |
protected String |
flowId |
protected String |
parentFlow |
protected int |
priority |
protected AuthenticationExecutionModel.Requirement |
requirement |
protected boolean |
userSetupAllowed |
id
Constructor and Description |
---|
AuthenticationExecutionEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticator() |
String |
getAuthenticatorConfig() |
String |
getFlowId() |
String |
getParentFlow() |
int |
getPriority() |
AuthenticationExecutionModel.Requirement |
getRequirement() |
boolean |
isAuthenticatorFlow() |
boolean |
isUserSetupAllowed() |
void |
setAuthenticator(String authenticator) |
void |
setAuthenticatorConfig(String authenticatorConfig) |
void |
setAuthenticatorFlow(boolean authenticatorFlow) |
void |
setFlowId(String flowId) |
void |
setParentFlow(String parentFlow) |
void |
setPriority(int priority) |
void |
setRequirement(AuthenticationExecutionModel.Requirement requirement) |
void |
setUserSetupAllowed(boolean userSetupAllowed) |
protected String authenticator
protected String authenticatorConfig
protected String flowId
protected AuthenticationExecutionModel.Requirement requirement
protected int priority
protected boolean userSetupAllowed
protected boolean authenticatorFlow
protected String parentFlow
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 isUserSetupAllowed()
public void setUserSetupAllowed(boolean userSetupAllowed)
public boolean isAuthenticatorFlow()
public void setAuthenticatorFlow(boolean authenticatorFlow)
public String getParentFlow()
public void setParentFlow(String parentFlow)
public String getFlowId()
public void setFlowId(String flowId)
public String getAuthenticatorConfig()
public void setAuthenticatorConfig(String authenticatorConfig)
Copyright © 2016 JBoss by Red Hat. All rights reserved.