Class DirectoryProperties

java.lang.Object
com.atlassian.crowd.directory.DirectoryProperties

@Deprecated(since="7.1.0", forRemoval=true) public class DirectoryProperties extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use the corresponding methods in Directory
Contains properties for Directory.
Since:
v2.1
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, 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 Type
    Method
    Description
    static boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CACHE_ENABLED

      public static final String 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

      public static boolean cachesAllUsers(Directory directory)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • cachesAnyUsers

      public static boolean cachesAnyUsers(Directory directory)
      Deprecated, for removal: This API element is subject to removal in a future version.