java.lang.Object
com.atlassian.crowd.search.query.entity.restriction.constants.DirectoryTermKeys

public class DirectoryTermKeys extends Object
  • Field Details

    • NAME

      public static final Property<String> NAME
      Name of directory.
    • ACTIVE

      public static final Property<Boolean> ACTIVE
      Active flag for directory. Exact match search.
    • TYPE

      public static final Property<Enum> TYPE
      Type of directory. Exact match search.
    • IMPLEMENTATION_CLASS

      public static final Property<String> IMPLEMENTATION_CLASS
      Implementation class for directory. Case-insensitive search.
  • Constructor Details

    • DirectoryTermKeys

      public DirectoryTermKeys()