| | |
| | | import org.opends.messages.MessageBuilder; |
| | | import org.opends.quicksetup.Constants; |
| | | import org.opends.quicksetup.UserData; |
| | | import org.opends.server.admin.client.cli.SecureConnectionCliArgs; |
| | | import org.opends.server.admin.client.cli.SecureConnectionCliParser; |
| | | import org.opends.server.tools.ToolConstants; |
| | | import org.opends.server.util.args.Argument; |
| | |
| | | } |
| | | return returnValue; |
| | | } |
| | | |
| | | /** |
| | | * Returns the SecureConnectionCliArgs object containing the arguments |
| | | * of this parser. |
| | | * @return the SecureConnectionCliArgs object containing the arguments |
| | | * of this parser. |
| | | */ |
| | | SecureConnectionCliArgs getSecureArgsList() |
| | | { |
| | | return secureArgsList; |
| | | } |
| | | } |