Uses of Class
org.keycloak.representations.workflows.WorkflowStepRepresentation
Packages that use WorkflowStepRepresentation
-
Uses of WorkflowStepRepresentation in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow with parameters of type WorkflowStepRepresentation -
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 TypeMethodDescriptionWorkflowStepRepresentation.Builder.before(WorkflowStepRepresentation targetStep, Duration timeBeforeTarget) WorkflowRepresentation.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 workflow, MultivaluedHashMap<String, String> config, List<WorkflowStepRepresentation> steps)