Package com.soffid.iam.service.cron
Class ReleasePrivilegedAccountsTask
- java.lang.Object
-
- com.soffid.iam.service.cron.ReleasePrivilegedAccountsTask
-
- All Implemented Interfaces:
TaskHandler
public class ReleasePrivilegedAccountsTask extends Object implements TaskHandler
- Author:
- bubu
-
-
Constructor Summary
Constructors Constructor Description ReleasePrivilegedAccountsTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.soffid.iam.api.ScheduledTask
getTask()
void
run(PrintWriter out)
void
setTask(com.soffid.iam.api.ScheduledTask task)
-
-
-
Method Detail
-
run
public void run(PrintWriter out) throws SQLException, es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
run
in interfaceTaskHandler
- Throws:
SQLException
es.caib.seycon.ng.exception.InternalErrorException
-
setTask
public void setTask(com.soffid.iam.api.ScheduledTask task)
- Specified by:
setTask
in interfaceTaskHandler
-
getTask
public com.soffid.iam.api.ScheduledTask getTask()
- Specified by:
getTask
in interfaceTaskHandler
-
-