public class AuthenticationExecutionRepresentation extends Object implements Serializable
| Constructor and Description |
|---|
AuthenticationExecutionRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticator() |
String |
getAuthenticatorConfig() |
String |
getFlowAlias()
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel
|
int |
getPriority() |
String |
getRequirement() |
boolean |
isAutheticatorFlow()
Is the referenced authenticator a flow?
|
boolean |
isUserSetupAllowed() |
void |
setAuthenticator(String authenticator) |
void |
setAuthenticatorConfig(String authenticatorConfig) |
void |
setAutheticatorFlow(boolean autheticatorFlow) |
void |
setFlowAlias(String flowId) |
void |
setPriority(int priority) |
void |
setRequirement(String requirement) |
void |
setUserSetupAllowed(boolean userSetupAllowed) |
public AuthenticationExecutionRepresentation()
public String getAuthenticatorConfig()
public void setAuthenticatorConfig(String authenticatorConfig)
public String getAuthenticator()
public void setAuthenticator(String authenticator)
public String getRequirement()
public void setRequirement(String requirement)
public int getPriority()
public void setPriority(int priority)
public boolean isUserSetupAllowed()
public void setUserSetupAllowed(boolean userSetupAllowed)
public String getFlowAlias()
public void setFlowAlias(String flowId)
public boolean isAutheticatorFlow()
public void setAutheticatorFlow(boolean autheticatorFlow)
Copyright © 2015 JBoss by Red Hat. All rights reserved.