Package alpine.tasks

Class LdapSyncTask

  • All Implemented Interfaces:
    Subscriber

    public class LdapSyncTask
    extends Object
    implements Subscriber
    A task to synchronize LDAP users. This should be added to a concrete class that extends AlpineTaskScheduler.
    Since:
    1.0.0
    Author:
    Steve Springett
    • Constructor Detail

      • LdapSyncTask

        public LdapSyncTask()
    • Method Detail

      • inform

        public void inform​(Event e)
        Description copied from interface: Subscriber
        Defines a method to inform subscribers who implement this interface.
        Specified by:
        inform in interface Subscriber
        Parameters:
        e - the Event to subscribe to