Class SearchPropertiesSearchSettings

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getArguments()  
      java.lang.String[] getAttributes()
      A null value indicates all attributes should be returned.
      java.lang.String getBase()  
      java.lang.String getFilter()  
      boolean isSubtree()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isSubtree

        public boolean isSubtree()
        Specified by:
        isSubtree in interface SearchSettings
        Returns:
        True if the subtree should be searched
      • getBase

        public java.lang.String getBase()
        Specified by:
        getBase in interface SearchSettings
        Returns:
        The base DN to start the search
      • getFilter

        public java.lang.String getFilter()
        Specified by:
        getFilter in interface SearchSettings
        Returns:
        The search filter
      • getArguments

        public java.lang.Object[] getArguments()
        Specified by:
        getArguments in interface SearchSettings
        Returns:
        The search filter arguments
      • getAttributes

        public java.lang.String[] getAttributes()
        Description copied from interface: SearchSettings
        A null value indicates all attributes should be returned.
        Specified by:
        getAttributes in interface SearchSettings
        Returns:
        Which attributes should be returned from the search