|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.directory.SynchronisableDirectoryProperties
public class SynchronisableDirectoryProperties
Constants representing synchronisable directory properties.
| Field Summary | |
|---|---|
static java.lang.String |
CACHE_SYNCHRONISE_INTERVAL
Property key for the interval in seconds when the local cache should be synchronised with the remote directory. |
static java.lang.String |
CURRENT_START_SYNC_TIME
Property key for the current synchronisation's start time in milliseconds from epoch. |
static java.lang.String |
INCREMENTAL_SYNC_ENABLED
Property key for enabling incremental sync |
static java.lang.String |
IS_SYNCHRONISING
Property key for the synchronisation status. |
static java.lang.String |
LAST_START_SYNC_TIME
Property key for the last synchronisation's start time in milliseconds from epoch. |
static java.lang.String |
LAST_SYNC_DURATION_MS
Property key for the last synchronisation's duration in milliseconds. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CURRENT_START_SYNC_TIME
public static final java.lang.String LAST_START_SYNC_TIME
public static final java.lang.String LAST_SYNC_DURATION_MS
public static final java.lang.String CACHE_SYNCHRONISE_INTERVAL
public static final java.lang.String IS_SYNCHRONISING
This property should be unset before the first synchronisation has started after directory creation or configuration change.
public static final java.lang.String INCREMENTAL_SYNC_ENABLED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||