Uses of Class
org.keycloak.representations.workflows.WorkflowRepresentation
Packages that use WorkflowRepresentation
Package
Description
-
Uses of WorkflowRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return WorkflowRepresentationMethods in org.keycloak.admin.client.resource that return types with arguments of type WorkflowRepresentationModifier and TypeMethodDescriptionWorkflowsResource.getScheduledWorkflows(String resourceId) WorkflowsResource.list()Methods in org.keycloak.admin.client.resource with parameters of type WorkflowRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseWorkflowsResource.create(WorkflowRepresentation representation) jakarta.ws.rs.core.ResponseWorkflowResource.update(WorkflowRepresentation workflow) -
Uses of WorkflowRepresentation in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowRepresentationModifier and TypeMethodDescriptionDefaultWorkflowProvider.toRepresentation(Workflow workflow) WorkflowProvider.toRepresentation(Workflow workflow) Methods in org.keycloak.models.workflow that return types with arguments of type WorkflowRepresentationModifier and TypeMethodDescriptionDefaultWorkflowProvider.getScheduledWorkflowsByResource(String resourceId) WorkflowProvider.getScheduledWorkflowsByResource(String resourceId) Methods in org.keycloak.models.workflow with parameters of type WorkflowRepresentationModifier and TypeMethodDescriptionDefaultWorkflowProvider.toModel(WorkflowRepresentation rep) WorkflowProvider.toModel(WorkflowRepresentation representation) voidDefaultWorkflowProvider.updateWorkflow(Workflow workflow, WorkflowRepresentation representation) voidWorkflowProvider.updateWorkflow(Workflow workflow, WorkflowRepresentation rep) static voidWorkflowValidator.validateWorkflow(KeycloakSession session, WorkflowRepresentation rep) -
Uses of WorkflowRepresentation in org.keycloak.representations.workflows
Methods in org.keycloak.representations.workflows that return WorkflowRepresentationConstructors in org.keycloak.representations.workflows with parameters of type WorkflowRepresentation -
Uses of WorkflowRepresentation in org.keycloak.workflow.admin.resource
Methods in org.keycloak.workflow.admin.resource that return WorkflowRepresentationMethods in org.keycloak.workflow.admin.resource that return types with arguments of type WorkflowRepresentationMethods in org.keycloak.workflow.admin.resource with parameters of type WorkflowRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseWorkflowsResource.create(WorkflowRepresentation rep) voidWorkflowResource.update(WorkflowRepresentation rep) Update the workflow configuration.