public class AuthenticationExecutionExportRepresentation extends AbstractAuthenticationExecutionRepresentation
Constructor and Description |
---|
AuthenticationExecutionExportRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowAlias()
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel
|
boolean |
isUserSetupAllowed() |
void |
setFlowAlias(String flowId) |
void |
setUserSetupAllowed(boolean userSetupAllowed) |
getAuthenticator, getAuthenticatorConfig, getPriority, getRequirement, isAutheticatorFlow, setAuthenticator, setAuthenticatorConfig, setAutheticatorFlow, setPriority, setRequirement
public AuthenticationExecutionExportRepresentation()
public boolean isUserSetupAllowed()
public void setUserSetupAllowed(boolean userSetupAllowed)
public String getFlowAlias()
public void setFlowAlias(String flowId)
Copyright © 2016 JBoss by Red Hat. All rights reserved.