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 WorkflowRepresentationMethods in org.keycloak.admin.client.resource with parameters of type WorkflowRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
WorkflowsResource.create
(WorkflowRepresentation representation) jakarta.ws.rs.core.Response
WorkflowResource.update
(WorkflowRepresentation workflow) Method parameters in org.keycloak.admin.client.resource with type arguments of type WorkflowRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
WorkflowsResource.create
(List<WorkflowRepresentation> representation) -
Uses of WorkflowRepresentation in org.keycloak.models.workflow
Methods in org.keycloak.models.workflow that return WorkflowRepresentationMethods in org.keycloak.models.workflow with parameters of type WorkflowRepresentation -
Uses of WorkflowRepresentation in org.keycloak.representations.workflows
Methods in org.keycloak.representations.workflows that return types with arguments 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.Response
WorkflowsResource.create
(WorkflowRepresentation rep) void
WorkflowResource.update
(WorkflowRepresentation rep) Method parameters in org.keycloak.workflow.admin.resource with type arguments of type WorkflowRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
WorkflowsResource.createAll
(List<WorkflowRepresentation> reps)