Class WorkflowConditionRepresentation

java.lang.Object
org.keycloak.representations.workflows.WorkflowConditionRepresentation

public class WorkflowConditionRepresentation extends Object
  • Constructor Details

    • WorkflowConditionRepresentation

      public WorkflowConditionRepresentation()
    • WorkflowConditionRepresentation

      public WorkflowConditionRepresentation(String providerId)
    • WorkflowConditionRepresentation

      public WorkflowConditionRepresentation(String providerId, Map<String,List<String>> config)
    • WorkflowConditionRepresentation

      public WorkflowConditionRepresentation(String id, String providerId, Map<String,List<String>> config)
  • Method Details