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.ScheduledTaskgetTask()voidrun(PrintWriter out)voidsetTask(com.soffid.iam.api.ScheduledTask task)
-
-
-
Method Detail
-
run
public void run(PrintWriter out) throws SQLException, es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
runin interfaceTaskHandler- Throws:
SQLExceptiones.caib.seycon.ng.exception.InternalErrorException
-
setTask
public void setTask(com.soffid.iam.api.ScheduledTask task)
- Specified by:
setTaskin interfaceTaskHandler
-
getTask
public com.soffid.iam.api.ScheduledTask getTask()
- Specified by:
getTaskin interfaceTaskHandler
-
-