Interface SearchSettings

    • Method Detail

      • isSubtree

        boolean isSubtree()
        Returns:
        True if the subtree should be searched
      • getBase

        java.lang.String getBase()
        Returns:
        The base DN to start the search
      • getFilter

        java.lang.String getFilter()
        Returns:
        The search filter
      • getArguments

        java.lang.Object[] getArguments()
        Returns:
        The search filter arguments
      • getAttributes

        java.lang.String[] getAttributes()
        A null value indicates all attributes should be returned.
        Returns:
        Which attributes should be returned from the search