Uses of Class
org.keycloak.representations.workflows.WorkflowStepRepresentation
Packages that use WorkflowStepRepresentation
-
Uses of WorkflowStepRepresentation in org.keycloak.models.workflow
Method parameters in org.keycloak.models.workflow with type arguments of type WorkflowStepRepresentationModifier and TypeMethodDescriptionvoidWorkflow.addSteps(List<WorkflowStepRepresentation> steps) voidWorkflow.updateConfig(MultivaluedHashMap<String, String> config, List<WorkflowStepRepresentation> steps) -
Uses of WorkflowStepRepresentation in org.keycloak.representations.workflows
Methods in org.keycloak.representations.workflows that return WorkflowStepRepresentationMethods in org.keycloak.representations.workflows that return types with arguments of type WorkflowStepRepresentationMethods in org.keycloak.representations.workflows with parameters of type WorkflowStepRepresentationModifier and TypeMethodDescriptionWorkflowRepresentation.Builder.withSteps(WorkflowStepRepresentation... steps) Method parameters in org.keycloak.representations.workflows with type arguments of type WorkflowStepRepresentationModifier and TypeMethodDescriptionvoidWorkflowRepresentation.setSteps(List<WorkflowStepRepresentation> steps) Constructor parameters in org.keycloak.representations.workflows with type arguments of type WorkflowStepRepresentationModifierConstructorDescriptionWorkflowRepresentation(String id, String name, MultivaluedHashMap<String, String> config, List<WorkflowStepRepresentation> steps)