| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.tools; |
| | | |
| | |
| | | public static final String OPTION_LONG_TRUSTALL = "trustAll"; |
| | | |
| | | /** |
| | | * The value for the short option trustAll . |
| | | */ |
| | | public static final char OPTION_SHORT_REMOTE = 'r'; |
| | | |
| | | /** |
| | | * The value for the long option trustAll . |
| | | */ |
| | | public static final String OPTION_LONG_REMOTE = "remote"; |
| | | |
| | | /** |
| | | * The value for the short option certNickname . |
| | | */ |
| | | public static final char OPTION_SHORT_CERT_NICKNAME = 'N'; |