public interface DirectoryPoller extends DirectoryMonitor
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CACHE_SYNCHRONISE_INTERVAL
Default cache synchronisation interval in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getPollingInterval() |
void |
pollChanges(SynchronisationMode syncMode)
Polls the directory for mutations and synchronises accordingly.
|
getDirectoryIDstatic final int DEFAULT_CACHE_SYNCHRONISE_INTERVAL
void pollChanges(SynchronisationMode syncMode)
syncMode - determines whether the poll only requests elements that have changed since a timestamp or if
it queries for the entire user base from the remote directory and determines changes locally.long getPollingInterval()
Copyright © 2018 Atlassian. All rights reserved.