Interface PermissionsApi

All Superinterfaces:
ApiService

@Path("/api/v1/global-permissions") @Consumes("application/json") @Produces("application/json") public interface PermissionsApi extends ApiService
Operations related to permissions.
  • Method Details

    • serviceName

      default String serviceName()
      Specified by:
      serviceName in interface ApiService
    • getGlobalPermissions

      @GET List<String> getGlobalPermissions()
      Returns the list of global permissions.