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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4383 * @param suffixDn the dn of the suffix.
4392 String suffixDn, boolean displayProgress, String sourceServerDisplay)
4408 attrs.put("ds-task-initialize-domain-dn", suffixDn);
4667 resetGenerationId(ctx, suffixDn, sourceServerDisplay);
4704 String suffixDn, String sourceServerDisplay)
4719 attrs.put("ds-task-reset-generation-id-domain-base-dn", suffixDn);
4391 initializeSuffix(InitialLdapContext ctx, int replicaId, String suffixDn, boolean displayProgress, String sourceServerDisplay) argument
4703 resetGenerationId(InitialLdapContext ctx, String suffixDn, String sourceServerDisplay) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4495 * @param suffixDn the dn of the suffix.
4504 String suffixDn, boolean displayProgress, String sourceServerDisplay)
4520 attrs.put("ds-task-initialize-domain-dn", suffixDn);
4779 resetGenerationId(ctx, suffixDn, sourceServerDisplay);
4816 String suffixDn, String sourceServerDisplay)
4831 attrs.put("ds-task-reset-generation-id-domain-base-dn", suffixDn);
4503 initializeSuffix(InitialLdapContext ctx, int replicaId, String suffixDn, boolean displayProgress, String sourceServerDisplay) argument
4815 resetGenerationId(InitialLdapContext ctx, String suffixDn, String sourceServerDisplay) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java269 * @param suffixDn the DN of the suffix to be analyzed.
275 public boolean hasSuffix(String suffixDn) throws IllegalArgumentException argument
277 return findSuffixNode(suffixDn, rootNode) != null;
283 * @param suffixDn the DN of the suffix.
289 public TreePath addSuffix(String suffixDn, String parentSuffixDn) argument
303 int index = findChildNode(parentNode, suffixDn);
305 throw new IllegalArgumentException("Duplicate suffix dn " + suffixDn);
308 SuffixNode newNode = new SuffixNode(suffixDn);
1793 * @param suffixDn the dn of the suffix node.
1800 private SuffixNode findSuffixNode(String suffixDn, SuffixNod argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java266 * @param suffixDn the DN of the suffix to be analyzed.
272 public boolean hasSuffix(String suffixDn) argument
275 return (findSuffixNode(suffixDn, rootNode) != null);
281 * @param suffixDn the DN of the suffix.
287 public TreePath addSuffix(String suffixDn, String parentSuffixDn) argument
301 int index = findChildNode(parentNode, suffixDn);
303 throw new IllegalArgumentException("Duplicate suffix dn " + suffixDn);
308 SuffixNode newNode = new SuffixNode(suffixDn);
343 * @param suffixDn the DN of the suffix to be removed.
346 public TreePath removeSuffix(String suffixDn) { argument
1996 findSuffixNode(String suffixDn, SuffixNode suffixNode) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4495 * @param suffixDn the dn of the suffix.
4504 String suffixDn, boolean displayProgress, String sourceServerDisplay)
4520 attrs.put("ds-task-initialize-domain-dn", suffixDn);
4779 resetGenerationId(ctx, suffixDn, sourceServerDisplay);
4816 String suffixDn, String sourceServerDisplay)
4831 attrs.put("ds-task-reset-generation-id-domain-base-dn", suffixDn);
4503 initializeSuffix(InitialLdapContext ctx, int replicaId, String suffixDn, boolean displayProgress, String sourceServerDisplay) argument
4815 resetGenerationId(InitialLdapContext ctx, String suffixDn, String sourceServerDisplay) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java266 * @param suffixDn the DN of the suffix to be analyzed.
272 public boolean hasSuffix(String suffixDn) argument
275 return (findSuffixNode(suffixDn, rootNode) != null);
281 * @param suffixDn the DN of the suffix.
287 public TreePath addSuffix(String suffixDn, String parentSuffixDn) argument
301 int index = findChildNode(parentNode, suffixDn);
303 throw new IllegalArgumentException("Duplicate suffix dn " + suffixDn);
308 SuffixNode newNode = new SuffixNode(suffixDn);
343 * @param suffixDn the DN of the suffix to be removed.
346 public TreePath removeSuffix(String suffixDn) { argument
1996 findSuffixNode(String suffixDn, SuffixNode suffixNode) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java269 * @param suffixDn the DN of the suffix to be analyzed.
275 public boolean hasSuffix(String suffixDn) throws IllegalArgumentException argument
277 return findSuffixNode(suffixDn, rootNode) != null;
283 * @param suffixDn the DN of the suffix.
289 public TreePath addSuffix(String suffixDn, String parentSuffixDn) argument
303 int index = findChildNode(parentNode, suffixDn);
305 throw new IllegalArgumentException("Duplicate suffix dn " + suffixDn);
308 SuffixNode newNode = new SuffixNode(suffixDn);
1793 * @param suffixDn the dn of the suffix node.
1800 private SuffixNode findSuffixNode(String suffixDn, SuffixNod argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java266 * @param suffixDn the DN of the suffix to be analyzed.
272 public boolean hasSuffix(String suffixDn) argument
275 return (findSuffixNode(suffixDn, rootNode) != null);
281 * @param suffixDn the DN of the suffix.
287 public TreePath addSuffix(String suffixDn, String parentSuffixDn) argument
301 int index = findChildNode(parentNode, suffixDn);
303 throw new IllegalArgumentException("Duplicate suffix dn " + suffixDn);
308 SuffixNode newNode = new SuffixNode(suffixDn);
343 * @param suffixDn the DN of the suffix to be removed.
346 public TreePath removeSuffix(String suffixDn) { argument
1996 findSuffixNode(String suffixDn, SuffixNode suffixNode) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4383 * @param suffixDn the dn of the suffix.
4392 String suffixDn, boolean displayProgress, String sourceServerDisplay)
4408 attrs.put("ds-task-initialize-domain-dn", suffixDn);
4667 resetGenerationId(ctx, suffixDn, sourceServerDisplay);
4704 String suffixDn, String sourceServerDisplay)
4719 attrs.put("ds-task-reset-generation-id-domain-base-dn", suffixDn);
4391 initializeSuffix(InitialLdapContext ctx, int replicaId, String suffixDn, boolean displayProgress, String sourceServerDisplay) argument
4703 resetGenerationId(InitialLdapContext ctx, String suffixDn, String sourceServerDisplay) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java4547 * @param suffixDn the dn of the suffix.
4556 String suffixDn, boolean displayProgress, String sourceServerDisplay)
4572 attrs.put("ds-task-initialize-domain-dn", suffixDn);
4831 resetGenerationId(ctx, suffixDn, sourceServerDisplay);
4868 String suffixDn, String sourceServerDisplay)
4883 attrs.put("ds-task-reset-generation-id-domain-base-dn", suffixDn);
4555 initializeSuffix(InitialLdapContext ctx, int replicaId, String suffixDn, boolean displayProgress, String sourceServerDisplay) argument
4867 resetGenerationId(InitialLdapContext ctx, String suffixDn, String sourceServerDisplay) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DBrowserController.java268 * @param suffixDn the DN of the suffix to be analyzed.
274 public boolean hasSuffix(String suffixDn) throws IllegalArgumentException argument
276 return findSuffixNode(suffixDn, rootNode) != null;
282 * @param suffixDn the DN of the suffix.
288 public TreePath addSuffix(String suffixDn, String parentSuffixDn) argument
302 int index = findChildNode(parentNode, suffixDn);
304 throw new IllegalArgumentException("Duplicate suffix dn " + suffixDn);
307 SuffixNode newNode = new SuffixNode(suffixDn);
1792 * @param suffixDn the dn of the suffix node.
1799 private SuffixNode findSuffixNode(String suffixDn, SuffixNod argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java3907 * @param suffixDn
3919 public void initializeSuffix(InitialLdapContext ctx, int replicaId, String suffixDn, boolean displayProgress, argument
3933 attrs.put("ds-task-initialize-domain-dn", suffixDn);
4159 resetGenerationId(ctx, suffixDn, sourceServerDisplay);
4196 private void resetGenerationId(InitialLdapContext ctx, String suffixDn, String sourceServerDisplay) argument
4210 attrs.put("ds-task-reset-generation-id-domain-base-dn", suffixDn);

Completed in 225 milliseconds