| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui; |
| | |
| | | |
| | | try |
| | | { |
| | | DN dn = DN.decode(newBaseDn); |
| | | DN dn = DN.valueOf(newBaseDn); |
| | | newElement = new CategorizedComboBoxElement( |
| | | Utilities.unescapeUtf8(dn.toString()), |
| | | CategorizedComboBoxElement.Type.REGULAR); |
| | |
| | | { |
| | | try |
| | | { |
| | | theDN = DN.decode(s); |
| | | theDN = DN.valueOf(s); |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | |
| | | try |
| | | { |
| | | return theDN.equals( |
| | | DN.decode(ServerConstants.DN_EXTERNAL_CHANGELOG_ROOT)); |
| | | DN.valueOf(ServerConstants.DN_EXTERNAL_CHANGELOG_ROOT)); |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | |
| | | { |
| | | try |
| | | { |
| | | theDN = DN.decode(s); |
| | | theDN = DN.valueOf(s); |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | |
| | | { |
| | | try |
| | | { |
| | | theDN = DN.decode(s); |
| | | theDN = DN.valueOf(s); |
| | | } |
| | | catch (Throwable t) |
| | | { |