public class AuthenticationExecutionModel extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationExecutionModel.Requirement |
| Constructor and Description |
|---|
AuthenticationExecutionModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticator() |
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 |
setAutheticatorFlow(boolean autheticatorFlow) |
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 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 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.