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:
  • Constructor Details

    • AuthenticationExecutionExportRepresentation

      public AuthenticationExecutionExportRepresentation()
  • Method Details

    • 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)