Class LdapDirectorySynchronisationJob
- java.lang.Object
-
- org.ikasan.dashboard.security.schedule.LdapDirectorySynchronisationJob
-
- All Implemented Interfaces:
DashboardJob,org.quartz.Job
public class LdapDirectorySynchronisationJob extends java.lang.Object implements DashboardJob
-
-
Constructor Summary
Constructors Constructor Description LdapDirectorySynchronisationJob(org.ikasan.security.model.AuthenticationMethod authenticationMethod, org.ikasan.security.service.LdapService ldapService, org.ikasan.security.service.SecurityService securityService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext jobExecutionContext)java.lang.StringgetCronExpression()Get the cron expression.java.lang.StringgetJobName()Get the job name.
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-
getJobName
public java.lang.String getJobName()
Description copied from interface:DashboardJobGet the job name.- Specified by:
getJobNamein interfaceDashboardJob- Returns:
-
getCronExpression
public java.lang.String getCronExpression()
Description copied from interface:DashboardJobGet the cron expression.- Specified by:
getCronExpressionin interfaceDashboardJob- Returns:
-
-