Interface IDynamicMembership

    • Method Detail

      • setSearchFilter

        void setSearchFilter​(String filter)
        Sets the search filter used to evaluate this dynamic group.
        Parameters:
        filter - search filter for evaluating members of the group
      • getSearchFilter

        String getSearchFilter()
        Gets the search filter used to evaluate this dynamic group.
        Returns:
        search filter for evaluating members of the group
      • setSearchBase

        void setSearchBase​(Guid baseGuid)
        Sets the search base used to evaluate this dynamic group.
        Parameters:
        baseGuid - Search base for evaluating members of the group.
      • getSearchBase

        Guid getSearchBase()
        Gets the search base used to evaluate this dynamic group.
        Returns:
        search base for evaluating members of the group
      • setSearchScope

        void setSearchScope​(int scope)
        Sets the search scope used to evaluate this dynamic group.
        Parameters:
        scope - Search scope for evaluating members of the group. Use one of the LDAPv2 scopes: SCOPE_BASE, SCOPE_ONE, or SCOPE_SUB.
      • getSearchScope

        int getSearchScope()
        Gets the search scope used to evaluate this dynamic group.
        Returns:
        search scope for evaluating members of the group