Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP/HTTPS is used for communication between the RESTful Web Services Service and the JOC Cockpit - or other applications.

The web service Web Service uses JSON and XML based commands and responses to communicate with the JobScheduler Master(s). In addition events Masters. Events about object status changes are communicated between the JobScheduler Masters and the Web Service and the JobScheduler Masters.

Communication between the JobScheduler Masters and Agents takes place using HTTP/HTTPS RESTful web service .

...

Authentication and authorization is carried out by an Apache Shiro framework integrated into the JOC CockpitWeb Service:

  • authentication is carried out against a local configuration or an LDAP directory
  • authorization is carried out against role-based group permissions.

...