Class WorkflowResource

java.lang.Object
org.keycloak.workflow.admin.resource.WorkflowResource

public class WorkflowResource extends Object
  • Constructor Details

  • Method Details

    • delete

      @DELETE public void delete()
    • update

      @PUT public void update(WorkflowRepresentation rep)
    • toRepresentation

      @GET @Produces("application/json") public WorkflowRepresentation toRepresentation()
    • bind

      @POST @Consumes("application/json") @Path("bind/{type}/{resourceId}") public void bind(@PathParam("type") ResourceType type, @PathParam("resourceId") String resourceId, Long notBefore)