public class AuthenticationExecutionModel extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticationExecutionModel.ExecutionComparator |
static class |
AuthenticationExecutionModel.Requirement |
Constructor and Description |
---|
AuthenticationExecutionModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticator() |
String |
getAuthenticatorConfig() |
String |
getFlowId()
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel
|
String |
getId() |
String |
getParentFlow() |
int |
getPriority() |
AuthenticationExecutionModel.Requirement |
getRequirement() |
boolean |
isAlternative() |
boolean |
isAuthenticatorFlow()
Is the referenced authenticator a flow?
|
boolean |
isDisabled() |
boolean |
isEnabled() |
boolean |
isOptional() |
boolean |
isRequired() |
void |
setAuthenticator(String authenticator) |
void |
setAuthenticatorConfig(String authenticatorConfig) |
void |
setAuthenticatorFlow(boolean authenticatorFlow) |
void |
setFlowId(String flowId) |
void |
setId(String id) |
void |
setParentFlow(String parentFlow) |
void |
setPriority(int priority) |
void |
setRequirement(AuthenticationExecutionModel.Requirement requirement) |
public String getId()
public void setId(String id)
public String getAuthenticatorConfig()
public void setAuthenticatorConfig(String authenticatorConfig)
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 String getParentFlow()
public void setParentFlow(String parentFlow)
public String getFlowId()
public void setFlowId(String flowId)
public boolean isAuthenticatorFlow()
public void setAuthenticatorFlow(boolean authenticatorFlow)
public boolean isRequired()
public boolean isOptional()
public boolean isAlternative()
public boolean isDisabled()
public boolean isEnabled()
Copyright © 2018 JBoss by Red Hat. All rights reserved.