Uses of Class
org.keycloak.representations.workflows.WorkflowStepRepresentation
Packages that use 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 WorkflowStepRepresentationModifier and TypeMethodDescriptionWorkflowRepresentation.getSteps()
WorkflowStepRepresentation.getSteps()
Methods in org.keycloak.representations.workflows with parameters of type WorkflowStepRepresentationModifier and TypeMethodDescriptionvoid
WorkflowRepresentation.addStep
(WorkflowStepRepresentation step) WorkflowStepRepresentation.Builder.before
(WorkflowStepRepresentation targetStep, Duration timeBeforeTarget) WorkflowRepresentation.Builder.withSteps
(WorkflowStepRepresentation... steps) WorkflowStepRepresentation.Builder.withSteps
(WorkflowStepRepresentation... steps) Method parameters in org.keycloak.representations.workflows with type arguments of type WorkflowStepRepresentationModifier and TypeMethodDescriptionvoid
WorkflowRepresentation.setSteps
(List<WorkflowStepRepresentation> steps) void
WorkflowStepRepresentation.setSteps
(List<WorkflowStepRepresentation> steps) Constructor parameters in org.keycloak.representations.workflows with type arguments of type WorkflowStepRepresentationModifierConstructorDescriptionWorkflowStepRepresentation
(String id, String providerId, MultivaluedHashMap<String, String> config, List<WorkflowStepRepresentation> steps)