Searched defs:baseDns (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java64 private List<String> baseDns = new LinkedList<String>(); field in class:NewSuffixOptions
75 * @param baseDns the base DNs of the suffix options.
77 private NewSuffixOptions(List<String> baseDns) argument
79 this.baseDns.addAll(baseDns);
201 return new LinkedList<String>(baseDns);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java69 private LinkedList<String> baseDns = new LinkedList<String>(); field in class:NewSuffixOptions
81 * @param baseDns the base DNs of the suffix options.
84 private NewSuffixOptions(LinkedList<String> baseDns) argument
86 this.baseDns.addAll(baseDns);
209 return new LinkedList<String>(baseDns);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java69 private LinkedList<String> baseDns = new LinkedList<String>(); field in class:NewSuffixOptions
81 * @param baseDns the base DNs of the suffix options.
84 private NewSuffixOptions(LinkedList<String> baseDns) argument
86 this.baseDns.addAll(baseDns);
209 return new LinkedList<String>(baseDns);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java64 private List<String> baseDns = new LinkedList<String>(); field in class:NewSuffixOptions
75 * @param baseDns the base DNs of the suffix options.
77 private NewSuffixOptions(List<String> baseDns) argument
79 this.baseDns.addAll(baseDns);
201 return new LinkedList<String>(baseDns);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java69 private LinkedList<String> baseDns = new LinkedList<String>(); field in class:NewSuffixOptions
81 * @param baseDns the base DNs of the suffix options.
84 private NewSuffixOptions(LinkedList<String> baseDns) argument
86 this.baseDns.addAll(baseDns);
209 return new LinkedList<String>(baseDns);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DNewSuffixOptions.java64 private List<String> baseDns = new LinkedList<>(); field in class:NewSuffixOptions
75 * @param baseDns the base DNs of the suffix options.
77 private NewSuffixOptions(List<String> baseDns) argument
79 this.baseDns.addAll(baseDns);
201 return new LinkedList<>(baseDns);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java42 private SortedSet<BaseDNDescriptor> baseDns; field in class:BackendDescriptor
90 * @param baseDns the base DNs associated with the Backend.
98 Set<BaseDNDescriptor> baseDns,
108 updateBaseDnsAndIndexes(baseDns, indexes, vlvIndexes);
127 return baseDns;
256 * @param baseDns the base DNs associated with the Backend.
261 private void updateBaseDnsAndIndexes(Set<BaseDNDescriptor> baseDns, argument
265 for (BaseDNDescriptor baseDN : baseDns)
269 this.baseDns = new TreeSet<BaseDNDescriptor>(baseDns);
97 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java43 private SortedSet<BaseDNDescriptor> baseDns; field in class:BackendDescriptor
91 * @param baseDns the base DNs associated with the Backend.
99 Set<BaseDNDescriptor> baseDns,
109 updateBaseDnsAndIndexes(baseDns, indexes, vlvIndexes);
128 return baseDns;
257 * @param baseDns the base DNs associated with the Backend.
262 private void updateBaseDnsAndIndexes(Set<BaseDNDescriptor> baseDns, argument
266 for (BaseDNDescriptor baseDN : baseDns)
270 this.baseDns = new TreeSet<BaseDNDescriptor>(baseDns);
98 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java43 private SortedSet<BaseDNDescriptor> baseDns; field in class:BackendDescriptor
91 * @param baseDns the base DNs associated with the Backend.
99 Set<BaseDNDescriptor> baseDns,
109 updateBaseDnsAndIndexes(baseDns, indexes, vlvIndexes);
128 return baseDns;
257 * @param baseDns the base DNs associated with the Backend.
262 private void updateBaseDnsAndIndexes(Set<BaseDNDescriptor> baseDns, argument
266 for (BaseDNDescriptor baseDN : baseDns)
270 this.baseDns = new TreeSet<BaseDNDescriptor>(baseDns);
98 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java42 private SortedSet<BaseDNDescriptor> baseDns; field in class:BackendDescriptor
90 * @param baseDns the base DNs associated with the Backend.
98 Set<BaseDNDescriptor> baseDns,
108 updateBaseDnsAndIndexes(baseDns, indexes, vlvIndexes);
127 return baseDns;
256 * @param baseDns the base DNs associated with the Backend.
261 private void updateBaseDnsAndIndexes(Set<BaseDNDescriptor> baseDns, argument
265 for (BaseDNDescriptor baseDN : baseDns)
269 this.baseDns = new TreeSet<BaseDNDescriptor>(baseDns);
97 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java43 private SortedSet<BaseDNDescriptor> baseDns; field in class:BackendDescriptor
91 * @param baseDns the base DNs associated with the Backend.
99 Set<BaseDNDescriptor> baseDns,
109 updateBaseDnsAndIndexes(baseDns, indexes, vlvIndexes);
128 return baseDns;
257 * @param baseDns the base DNs associated with the Backend.
262 private void updateBaseDnsAndIndexes(Set<BaseDNDescriptor> baseDns, argument
266 for (BaseDNDescriptor baseDN : baseDns)
270 this.baseDns = new TreeSet<BaseDNDescriptor>(baseDns);
98 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java40 private SortedSet<BaseDNDescriptor> baseDns; field in class:BackendDescriptor
84 * @param baseDns the base DNs associated with the Backend.
92 Set<BaseDNDescriptor> baseDns,
102 updateBaseDnsAndIndexes(baseDns, indexes, vlvIndexes);
121 return baseDns;
217 * @param baseDns the base DNs associated with the Backend.
222 private void updateBaseDnsAndIndexes(Set<BaseDNDescriptor> baseDns, argument
225 for (BaseDNDescriptor baseDN : baseDns)
229 this.baseDns = new TreeSet<>(baseDns);
91 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
[all...]

Completed in 73 milliseconds