Actions
Bug #5131
closedAuthentication and authorization of Scheduler server
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