fabioformosa / quartz-manager

REST API and UI Console Manager for Quartz Scheduler. This is a Java Library & UI embeddable single page app, to control and monitor jobs scheduled with Quartz Scheduler
Apache License 2.0
237 stars 85 forks source link

Authorization management: roles and permission checks #65

Open fabioformosa opened 1 year ago

fabioformosa commented 1 year ago

Define some roles (Manager, Viewer) and spread permissions on API and UI.

The authorization must apply only if the security module is imported