Class ClearSessions
java.lang.Object
com.tremolosecurity.provisioning.scheduler.UnisonJob
com.tremolosecurity.idp.providers.oidc.model.jobs.ClearSessions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ConfigManager cfg, org.quartz.JobExecutionContext job) Method called to execute the job
-
Constructor Details
-
ClearSessions
public ClearSessions()
-
-
Method Details
-
execute
public void execute(ConfigManager cfg, org.quartz.JobExecutionContext job) throws ProvisioningException Description copied from class:UnisonJob
Method called to execute the job- Specified by:
execute
in classUnisonJob
- Parameters:
cfg
-job
-- Throws:
ProvisioningException
-