Interface LdapQuery

    • Method Detail

      • searchScope

        SearchScope searchScope()
        Get the search scope. Default is null, indicating that the LdapTemplate default should be used.
        Returns:
        the search scope.
      • timeLimit

        java.lang.Integer timeLimit()
        Get the time limit. Default is null, indicating that the LdapTemplate default should be used.
        Returns:
        the time limit.
      • countLimit

        java.lang.Integer countLimit()
        Get the count limit. Default is null, indicating that the LdapTemplate default should be used.
        Returns:
        the count limit.
      • attributes

        java.lang.String[] attributes()
        Get the attributes to return. Default is null, indicating that all attributes should be returned.
        Returns:
        the attributes to return.
      • filter

        Filter filter()
        Get the filter.
        Returns:
        the filter.