Class WorkflowResource
java.lang.Object
org.keycloak.workflow.admin.resource.WorkflowResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(ResourceType type, String resourceId, Long notBefore) void
delete()
void
-
Constructor Details
-
WorkflowResource
-
-
Method Details
-
delete
@DELETE public void delete() -
update
-
toRepresentation
-
bind
@POST @Consumes("application/json") @Path("bind/{type}/{resourceId}") public void bind(@PathParam("type") ResourceType type, @PathParam("resourceId") String resourceId, Long notBefore)
-