Class 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
      void execute​(org.quartz.JobExecutionContext jobExecutionContext)  
      java.lang.String getCronExpression()
      Get the cron expression.
      java.lang.String getJobName()
      Get the job name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LdapDirectorySynchronisationJob

        public LdapDirectorySynchronisationJob​(org.ikasan.security.model.AuthenticationMethod authenticationMethod,
                                               org.ikasan.security.service.LdapService ldapService,
                                               org.ikasan.security.service.SecurityService securityService)
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext jobExecutionContext)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException
      • getJobName

        public java.lang.String getJobName()
        Description copied from interface: DashboardJob
        Get the job name.
        Specified by:
        getJobName in interface DashboardJob
        Returns:
      • getCronExpression

        public java.lang.String getCronExpression()
        Description copied from interface: DashboardJob
        Get the cron expression.
        Specified by:
        getCronExpression in interface DashboardJob
        Returns: