Package org.keycloak.representations.idm
Class AuthenticationExecutionExportRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
-
- org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation
-
- All Implemented Interfaces:
Serializable
public class AuthenticationExecutionExportRepresentation extends AbstractAuthenticationExecutionRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationExecutionExportRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFlowAlias()
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModelboolean
isUserSetupAllowed()
void
setFlowAlias(String flowId)
void
setUserSetupAllowed(boolean userSetupAllowed)
-
Methods inherited from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
getAuthenticator, getAuthenticatorConfig, getPriority, getRequirement, isAuthenticatorFlow, isAutheticatorFlow, setAuthenticator, setAuthenticatorConfig, setAuthenticatorFlow, setAutheticatorFlow, setPriority, setRequirement
-
-
-
-
Method Detail
-
isUserSetupAllowed
public boolean isUserSetupAllowed()
-
setUserSetupAllowed
public void setUserSetupAllowed(boolean userSetupAllowed)
-
getFlowAlias
public String getFlowAlias()
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel- Returns:
-
setFlowAlias
public void setFlowAlias(String flowId)
-
-