Uses of Class
org.keycloak.representations.workflows.WorkflowStepRepresentation
Packages that use WorkflowStepRepresentation
Package
Description
-
Uses of WorkflowStepRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return WorkflowStepRepresentationModifier and TypeMethodDescriptionMethods in org.keycloak.admin.client.resource that return types with arguments of type WorkflowStepRepresentationMethods in org.keycloak.admin.client.resource with parameters of type WorkflowStepRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
WorkflowStepsResource.create
(WorkflowStepRepresentation stepRep) jakarta.ws.rs.core.Response
WorkflowStepsResource.create
(WorkflowStepRepresentation stepRep, Integer position) -
Uses of WorkflowStepRepresentation in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowStepRepresentationMethods 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 TypeMethodDescriptionvoid
WorkflowRepresentation.setSteps
(List<WorkflowStepRepresentation> steps) -
Uses of WorkflowStepRepresentation in org.keycloak.workflow.admin.resource
Methods in org.keycloak.workflow.admin.resource that return WorkflowStepRepresentationModifier and TypeMethodDescriptionGet a specific step by its ID.Methods in org.keycloak.workflow.admin.resource that return types with arguments of type WorkflowStepRepresentationModifier and TypeMethodDescriptionWorkflowStepsResource.getSteps()
Get all steps for this workflow.Methods in org.keycloak.workflow.admin.resource with parameters of type WorkflowStepRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
WorkflowStepsResource.addStep
(WorkflowStepRepresentation stepRep, Integer position) Add a new step to this workflow.