Project

General

Profile

« Previous | Next » 

Revision 5057

Added by daigle over 14 years ago

Add session validation to metacat tpc and workflow scheduler. Fix sanparks skin session management so it always uses the logged in session id.

View differences:

BaseScheduler.java
36 36
	// Schedule a job by extracting job specific information and registering it with the scheduler 
37 37
	// service.  
38 38
	public abstract void scheduleJob(HttpServletRequest request, HttpServletResponse response, 
39
            Hashtable<String, String[]> params, String username, String[] groups) throws MetacatSchedulerException;
39
            Hashtable<String, String[]> params) throws MetacatSchedulerException;
40 40
	
41 41
	// Unschedule a job in the scheduler service. 
42 42
	public abstract void unscheduleJob(HttpServletRequest request, HttpServletResponse response, 

Also available in: Unified diff