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 |
isAutheticatorFlow()
Is the referenced authenticator a flow?
|
boolean |
isDisabled() |
boolean |
isEnabled() |
boolean |
isOptional() |
boolean |
isRequired() |
boolean |
isUserSetupAllowed() |
void |
setAuthenticator(String authenticator) |
void |
setAuthenticatorConfig(String authenticatorConfig) |
void |
setAutheticatorFlow(boolean autheticatorFlow) |
void |
setFlowId(String flowId) |
void |
setId(String id) |
void |
setParentFlow(String parentFlow) |
void |
setPriority(int priority) |
void |
setRequirement(AuthenticationExecutionModel.Requirement requirement) |
void |
setUserSetupAllowed(boolean userSetupAllowed) |
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 boolean isUserSetupAllowed()
public void setUserSetupAllowed(boolean userSetupAllowed)
public String getParentFlow()
public void setParentFlow(String parentFlow)
public String getFlowId()
public void setFlowId(String flowId)
public boolean isAutheticatorFlow()
public void setAutheticatorFlow(boolean autheticatorFlow)
public boolean isRequired()
public boolean isOptional()
public boolean isAlternative()
public boolean isDisabled()
public boolean isEnabled()
Copyright © 2015 JBoss by Red Hat. All rights reserved.