Package org.alfresco.repo.security.sync
Class UserRegistrySynchronizerJob
- java.lang.Object
-
- org.alfresco.repo.security.sync.UserRegistrySynchronizerJob
-
- All Implemented Interfaces:
org.quartz.Job
public class UserRegistrySynchronizerJob extends java.lang.Object implements org.quartz.JobA scheduled job that regularly invokes aUserRegistrySynchronizer. Supports asynchronizeChangesOnlystring parameter. When"false"means that theUserRegistrySynchronizer.synchronize(boolean, boolean)method will be called with atrueforceUpdate argument rather than the defaultfalse.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description UserRegistrySynchronizerJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext executionContext)
-