Package jetbrains.buildServer.users.sync
Interface PropertiesConstants
-
- All Known Implementing Classes:
PropertiesReader
public interface PropertiesConstants- Since:
- 8.0
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_ADD_SUBGROUPS_SYNC_OPTIONstatic StringKEY_ASSIGN_USERS_SYNC_OPTIONstatic StringKEY_CREATE_GROUPS_SYNC_OPTIONstatic StringKEY_CREATE_USERS_ONLY_WHEN_GROUP_SYNCOptions for 7.1.x compatibility: TeamCity did not create/remove users on user sync for LDAP.static StringKEY_CREATE_USERS_SYNC_OPTIONstatic StringKEY_DEASSIGN_USERS_SYNC_OPTIONstatic StringKEY_DELETE_GROUPS_SYNC_OPTIONstatic StringKEY_DELETE_USERS_ONLY_WHEN_GROUP_SYNCstatic StringKEY_DELETE_USERS_SYNC_OPTIONstatic StringKEY_ENABLE_GROUP_SYNC_OPTIONstatic StringKEY_ENABLE_USER_SYNC_OPTIONstatic StringKEY_FORCE_UPDATE_PROPERTIESForces overwriting current TeamCity properties by the remote values (needed for LDAP).static StringKEY_REMOVE_SUBGROUPS_SYNC_OPTIONstatic StringKEY_SYNC_OPTION_PREFIXThe prefix for the sync options (createUsers, removeUsers, etc.)static StringKEY_TIMEOUT_SYNC_OPTION
-
-
-
Field Detail
-
KEY_SYNC_OPTION_PREFIX
static final String KEY_SYNC_OPTION_PREFIX
The prefix for the sync options (createUsers, removeUsers, etc.)- See Also:
- Constant Field Values
-
KEY_ENABLE_USER_SYNC_OPTION
static final String KEY_ENABLE_USER_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_ENABLE_GROUP_SYNC_OPTION
static final String KEY_ENABLE_GROUP_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_CREATE_USERS_SYNC_OPTION
static final String KEY_CREATE_USERS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_DELETE_USERS_SYNC_OPTION
static final String KEY_DELETE_USERS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_ASSIGN_USERS_SYNC_OPTION
static final String KEY_ASSIGN_USERS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_DEASSIGN_USERS_SYNC_OPTION
static final String KEY_DEASSIGN_USERS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_CREATE_GROUPS_SYNC_OPTION
static final String KEY_CREATE_GROUPS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_DELETE_GROUPS_SYNC_OPTION
static final String KEY_DELETE_GROUPS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_ADD_SUBGROUPS_SYNC_OPTION
static final String KEY_ADD_SUBGROUPS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_REMOVE_SUBGROUPS_SYNC_OPTION
static final String KEY_REMOVE_SUBGROUPS_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_TIMEOUT_SYNC_OPTION
static final String KEY_TIMEOUT_SYNC_OPTION
- See Also:
- Constant Field Values
-
KEY_FORCE_UPDATE_PROPERTIES
static final String KEY_FORCE_UPDATE_PROPERTIES
Forces overwriting current TeamCity properties by the remote values (needed for LDAP). See TW-21310.- See Also:
- Constant Field Values
-
KEY_CREATE_USERS_ONLY_WHEN_GROUP_SYNC
static final String KEY_CREATE_USERS_ONLY_WHEN_GROUP_SYNC
Options for 7.1.x compatibility: TeamCity did not create/remove users on user sync for LDAP.- See Also:
- Constant Field Values
-
KEY_DELETE_USERS_ONLY_WHEN_GROUP_SYNC
static final String KEY_DELETE_USERS_ONLY_WHEN_GROUP_SYNC
- See Also:
- Constant Field Values
-
-