Package alpine.tasks
Class LdapSyncTask
- java.lang.Object
-
- alpine.tasks.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 extendsAlpineTaskScheduler.- Since:
- 1.0.0
- Author:
- Steve Springett
-
-
Constructor Summary
Constructors Constructor Description LdapSyncTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinform(Event e)Defines a method to inform subscribers who implement this interface.
-
-
-
Method Detail
-
inform
public void inform(Event e)
Description copied from interface:SubscriberDefines a method to inform subscribers who implement this interface.- Specified by:
informin interfaceSubscriber- Parameters:
e- the Event to subscribe to
-
-