| | |
| | | * |
| | | * |
| | | * Copyright 2007-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.admin.ads; |
| | |
| | | if (suffixes != null) |
| | | { |
| | | if (suffixes.remove( |
| | | DN.decode(ADSContext.getAdministrationSuffixDN()))) |
| | | DN.valueOf(ADSContext.getAdministrationSuffixDN()))) |
| | | { |
| | | if (suffixes.size() > 0) |
| | | { |
| | |
| | | { |
| | | suffixes = new TreeSet<DN>(); |
| | | } |
| | | DN newDN = DN.decode(ADSContext.getAdministrationSuffixDN()); |
| | | DN newDN = DN.valueOf(ADSContext.getAdministrationSuffixDN()); |
| | | if (!suffixes.contains(newDN)) |
| | | { |
| | | suffixes.add(newDN); |