Searched defs:baseDNs (Results 1 - 25 of 266) sorted by relevance

1234567891011

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DReplicationUserData.java40 private LinkedList<String> baseDNs = new LinkedList<String>(); field in class:ReplicationUserData
86 return new LinkedList<String>(baseDNs);
91 * @param baseDNs the Base DNs to replicate.
93 public void setBaseDNs(LinkedList<String> baseDNs) argument
95 this.baseDNs.clear();
96 this.baseDNs.addAll(baseDNs);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java55 protected Set<String> baseDNs; field in class:IndexTask
67 baseDNs = new HashSet<String>();
68 baseDNs.add(baseDN);
76 * @param baseDNs the list of base DNs where the indexes are defined.
79 Collection<String> baseDNs)
83 this.baseDNs = new TreeSet<String>();
84 this.baseDNs.addAll(baseDNs);
96 for (String baseDN : baseDNs)
78 IndexTask(ControlPanelInfo info, ProgressDialog dlg, Collection<String> baseDNs) argument
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DTopologyCacheFilter.java39 private Set<String> baseDNs = new HashSet<String>(); field in class:TopologyCacheFilter
88 * is added using this method, only the added baseDNs are searched. If no
94 baseDNs.add(dn);
98 * Removes a base DN fom the list of baseDNs to search.
103 baseDNs.remove(dn);
113 return new HashSet<String>(baseDNs);
123 return baseDNs.isEmpty();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java54 protected Set<String> baseDNs; field in class:IndexTask
66 baseDNs = new HashSet<String>();
67 baseDNs.add(baseDN);
75 * @param baseDNs the list of base DNs where the indexes are defined.
78 Collection<String> baseDNs)
82 this.baseDNs = new TreeSet<String>();
83 this.baseDNs.addAll(baseDNs);
95 for (String baseDN : baseDNs)
77 IndexTask(ControlPanelInfo info, ProgressDialog dlg, Collection<String> baseDNs) argument
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DTopologyCacheFilter.java40 private Set<String> baseDNs = new HashSet<String>(); field in class:TopologyCacheFilter
89 * is added using this method, only the added baseDNs are searched. If no
95 baseDNs.add(dn);
99 * Removes a base DN fom the list of baseDNs to search.
104 baseDNs.remove(dn);
114 return new HashSet<String>(baseDNs);
124 return baseDNs.isEmpty();
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationUserData.java41 private final LinkedList<String> baseDNs = new LinkedList<String>(); field in class:ReplicationUserData
87 return new LinkedList<String>(baseDNs);
92 * @param baseDNs the Base DNs to replicate.
94 public void setBaseDNs(List<String> baseDNs) argument
96 this.baseDNs.clear();
97 this.baseDNs.addAll(baseDNs);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationUserData.java40 private LinkedList<String> baseDNs = new LinkedList<String>(); field in class:ReplicationUserData
86 return new LinkedList<String>(baseDNs);
91 * @param baseDNs the Base DNs to replicate.
93 public void setBaseDNs(LinkedList<String> baseDNs) argument
95 this.baseDNs.clear();
96 this.baseDNs.addAll(baseDNs);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DTopologyCacheFilter.java40 private Set<String> baseDNs = new HashSet<String>(); field in class:TopologyCacheFilter
89 * is added using this method, only the added baseDNs are searched. If no
95 baseDNs.add(dn);
99 * Removes a base DN fom the list of baseDNs to search.
104 baseDNs.remove(dn);
114 return new HashSet<String>(baseDNs);
124 return baseDNs.isEmpty();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java55 protected Set<String> baseDNs; field in class:IndexTask
67 baseDNs = new HashSet<String>();
68 baseDNs.add(baseDN);
76 * @param baseDNs the list of base DNs where the indexes are defined.
79 Collection<String> baseDNs)
83 this.baseDNs = new TreeSet<String>();
84 this.baseDNs.addAll(baseDNs);
96 for (String baseDN : baseDNs)
78 IndexTask(ControlPanelInfo info, ProgressDialog dlg, Collection<String> baseDNs) argument
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheFilter.java39 private Set<String> baseDNs = new HashSet<String>(); field in class:TopologyCacheFilter
88 * is added using this method, only the added baseDNs are searched. If no
94 baseDNs.add(dn);
98 * Removes a base DN fom the list of baseDNs to search.
103 baseDNs.remove(dn);
113 return new HashSet<String>(baseDNs);
123 return baseDNs.isEmpty();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java54 protected Set<String> baseDNs; field in class:IndexTask
66 baseDNs = new HashSet<String>();
67 baseDNs.add(baseDN);
75 * @param baseDNs the list of base DNs where the indexes are defined.
78 Collection<String> baseDNs)
82 this.baseDNs = new TreeSet<String>();
83 this.baseDNs.addAll(baseDNs);
95 for (String baseDN : baseDNs)
77 IndexTask(ControlPanelInfo info, ProgressDialog dlg, Collection<String> baseDNs) argument
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DTopologyCacheFilter.java40 private Set<String> baseDNs = new HashSet<String>(); field in class:TopologyCacheFilter
89 * is added using this method, only the added baseDNs are searched. If no
95 baseDNs.add(dn);
99 * Removes a base DN fom the list of baseDNs to search.
104 baseDNs.remove(dn);
114 return new HashSet<String>(baseDNs);
124 return baseDNs.isEmpty();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationUserData.java40 private LinkedList<String> baseDNs = new LinkedList<String>(); field in class:ReplicationUserData
86 return new LinkedList<String>(baseDNs);
91 * @param baseDNs the Base DNs to replicate.
93 public void setBaseDNs(LinkedList<String> baseDNs) argument
95 this.baseDNs.clear();
96 this.baseDNs.addAll(baseDNs);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationUserData.java41 private final LinkedList<String> baseDNs = new LinkedList<String>(); field in class:ReplicationUserData
87 return new LinkedList<String>(baseDNs);
92 * @param baseDNs the Base DNs to replicate.
94 public void setBaseDNs(List<String> baseDNs) argument
96 this.baseDNs.clear();
97 this.baseDNs.addAll(baseDNs);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java55 protected Set<String> baseDNs; field in class:IndexTask
67 baseDNs = new HashSet<String>();
68 baseDNs.add(baseDN);
76 * @param baseDNs the list of base DNs where the indexes are defined.
79 Collection<String> baseDNs)
83 this.baseDNs = new TreeSet<String>();
84 this.baseDNs.addAll(baseDNs);
96 for (String baseDN : baseDNs)
78 IndexTask(ControlPanelInfo info, ProgressDialog dlg, Collection<String> baseDNs) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DTopologyCacheFilter.java40 private Set<String> baseDNs = new HashSet<>(); field in class:TopologyCacheFilter
89 * is added using this method, only the added baseDNs are searched. If no
95 baseDNs.add(dn);
99 * Removes a base DN fom the list of baseDNs to search.
104 baseDNs.remove(dn);
114 return new HashSet<>(baseDNs);
124 return baseDNs.isEmpty();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DIndexTask.java55 protected Set<String> baseDNs; field in class:IndexTask
67 baseDNs = new HashSet<>();
68 baseDNs.add(baseDN);
76 * @param baseDNs the list of base DNs where the indexes are defined.
79 Collection<String> baseDNs)
83 this.baseDNs = new TreeSet<>();
84 this.baseDNs.addAll(baseDNs);
93 for (String baseDN : baseDNs)
78 IndexTask(ControlPanelInfo info, ProgressDialog dlg, Collection<String> baseDNs) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DReplicationUserData.java39 private final LinkedList<String> baseDNs = new LinkedList<>(); field in class:ReplicationUserData
85 return new LinkedList<>(baseDNs);
90 * @param baseDNs the Base DNs to replicate.
92 public void setBaseDNs(List<String> baseDNs) argument
94 this.baseDNs.clear();
95 this.baseDNs.addAll(baseDNs);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java65 private final DN[] baseDNs; field in class:DynamicGroupSearchThread
88 * @param baseDNs The set of base DNs to use for the search requests.
95 DN[] baseDNs, SearchFilter[] filters,
101 this.baseDNs = baseDNs;
122 for (searchCounter = 0; searchCounter < baseDNs.length; searchCounter++)
125 conn.processSearch(baseDNs[searchCounter], SearchScope.WHOLE_SUBTREE,
136 get(String.valueOf(baseDNs[searchCounter]),
145 String.valueOf(baseDNs[searchCounter]),
94 DynamicGroupSearchThread(DynamicGroupMemberList memberList, DN[] baseDNs, SearchFilter[] filters, LDAPURL[][] memberURLs) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java64 private final DN[] baseDNs; field in class:DynamicGroupSearchThread
87 * @param baseDNs The set of base DNs to use for the search requests.
94 DN[] baseDNs, SearchFilter[] filters,
100 this.baseDNs = baseDNs;
121 for (searchCounter = 0; searchCounter < baseDNs.length; searchCounter++)
124 conn.processSearch(baseDNs[searchCounter], SearchScope.WHOLE_SUBTREE,
135 get(String.valueOf(baseDNs[searchCounter]),
144 String.valueOf(baseDNs[searchCounter]),
93 DynamicGroupSearchThread(DynamicGroupMemberList memberList, DN[] baseDNs, SearchFilter[] filters, LDAPURL[][] memberURLs) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DBackendConfigManagerTestCase.java712 * @param baseDNs The set of base DNs to use for the new backend.
719 DN... baseDNs)
722 assertNotNull(baseDNs);
723 assertFalse(baseDNs.length == 0);
735 for (DN dn : baseDNs)
751 * @param baseDNs The set of base DNs to use when creating the backend ID.
755 private String createBackendID(DN... baseDNs) argument
759 for (DN dn : baseDNs)
718 createBackendEntry(String backendID, boolean enabled, DN... baseDNs) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DBackendConfigManagerTestCase.java711 * @param baseDNs The set of base DNs to use for the new backend.
718 DN... baseDNs)
721 assertNotNull(baseDNs);
722 assertFalse(baseDNs.length == 0);
734 for (DN dn : baseDNs)
750 * @param baseDNs The set of base DNs to use when creating the backend ID.
754 private String createBackendID(DN... baseDNs) argument
758 for (DN dn : baseDNs)
717 createBackendEntry(String backendID, boolean enabled, DN... baseDNs) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java65 private final DN[] baseDNs; field in class:DynamicGroupSearchThread
88 * @param baseDNs The set of base DNs to use for the search requests.
95 DN[] baseDNs, SearchFilter[] filters,
101 this.baseDNs = baseDNs;
122 for (searchCounter = 0; searchCounter < baseDNs.length; searchCounter++)
125 conn.processSearch(baseDNs[searchCounter], SearchScope.WHOLE_SUBTREE,
136 get(String.valueOf(baseDNs[searchCounter]),
145 String.valueOf(baseDNs[searchCounter]),
94 DynamicGroupSearchThread(DynamicGroupMemberList memberList, DN[] baseDNs, SearchFilter[] filters, LDAPURL[][] memberURLs) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DBackendConfigManagerTestCase.java712 * @param baseDNs The set of base DNs to use for the new backend.
719 DN... baseDNs)
722 assertNotNull(baseDNs);
723 assertFalse(baseDNs.length == 0);
735 for (DN dn : baseDNs)
751 * @param baseDNs The set of base DNs to use when creating the backend ID.
755 private String createBackendID(DN... baseDNs) argument
759 for (DN dn : baseDNs)
718 createBackendEntry(String backendID, boolean enabled, DN... baseDNs) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DBackendConfigManagerTestCase.java711 * @param baseDNs The set of base DNs to use for the new backend.
718 DN... baseDNs)
721 assertNotNull(baseDNs);
722 assertFalse(baseDNs.length == 0);
734 for (DN dn : baseDNs)
750 * @param baseDNs The set of base DNs to use when creating the backend ID.
754 private String createBackendID(DN... baseDNs) argument
758 for (DN dn : baseDNs)
717 createBackendEntry(String backendID, boolean enabled, DN... baseDNs) argument

Completed in 42 milliseconds

1234567891011