| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Copyright 2006-2009ds Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.config; |
| | | |
| | |
| | | public static final String ATTR_IMPORT_IS_ENCRYPTED = |
| | | NAME_PREFIX_TASK + "import-is-encrypted"; |
| | | |
| | | /** |
| | | * The name of the attribute in an import task definition that specifies |
| | | * the temp directory path. |
| | | */ |
| | | |
| | | public static final String ATTR_IMPORT_TMP_DIRECTORY = |
| | | NAME_PREFIX_TASK + "import-tmp-directory"; |
| | | |
| | | /** |
| | | * The name of the attribute in an import task definition that specifies |
| | | * that minimal DN validation should be done during phase 2. |
| | | */ |
| | | |
| | | public static final String ATTR_IMPORT_DN_CHECK_PHASE2 = |
| | | NAME_PREFIX_TASK + "import-dn-check-phase2"; |
| | | |
| | | /** |
| | | * The name of the objectclass that will be used for a Directory Server |