Project

General

Profile

Actions

Bug #5131

closed

Authentication and authorization of Scheduler server

Added by Jing Tao over 14 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
sensor-view
Target version:
Start date:
08/06/2010
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
5131

Description

When a user tries to schedule a workflow through a kepler client, the scheduler server should check weather the user has the permission.

The session id of the user will be passed to the scheduler when user calls the methods like add/delete/scheduleJob. Scheduler server will used the sessionid to call the two methods:
String isLoggedIn(String sessionid)
boolean isAuthorized(String user)

This mechanism has existed in our current scheduler server code.

Actions

Also available in: Atom PDF