Package com.atlassian.crowd.directory
Class DirectoryProperties
java.lang.Object
com.atlassian.crowd.directory.DirectoryProperties
Deprecated, for removal: This API element is subject to removal in a future version.
Contains properties for
Directory.- Since:
- v2.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Key to specify whether the db caching should be enabled. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancachesAllUsers(Directory directory) Deprecated, for removal: This API element is subject to removal in a future version.static booleancachesAnyUsers(Directory directory) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
CACHE_ENABLED
Deprecated, for removal: This API element is subject to removal in a future version.Key to specify whether the db caching should be enabled.- See Also:
-
-
Method Details
-
cachesAllUsers
Deprecated, for removal: This API element is subject to removal in a future version. -
cachesAnyUsers
Deprecated, for removal: This API element is subject to removal in a future version.
-
Directory