All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kie.internal.remote.PermissionConstants Maven / Gradle / Ivy

Go to download

The Drools and jBPM internal API which is NOT backwards compatible between releases.

There is a newer version: 9.44.0.Final
Show newest version
package org.kie.internal.remote;

public interface PermissionConstants {

    public static final String REST_ROLE            = "rest-all";
    public static final String REST_PROJECT_ROLE    = "rest-project";
    public static final String REST_DEPLOYMENT_ROLE = "rest-deployment";
    public static final String REST_PROCESS_ROLE    = "rest-process";
    public static final String REST_PROCESS_RO_ROLE = "rest-process-read-only";
    public static final String REST_TASK_ROLE       = "rest-task";
    public static final String REST_TASK_RO_ROLE    = "rest-task-read-only";
    public static final String REST_QUERY_ROLE      = "rest-query";
    public static final String REST_CLIENT_ROLE          = "rest-client";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy