summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-07-24 14:57:56 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-07-24 14:57:56 +0000
commit2eecedc172330390f8bc162a4fa8f89f4811db71 (patch)
treea5b96eda16123942740c4ad46e5ef4c40fc8b721
parenta52b66cf1d0a579b95cddba44fb4df0e97bf8e22 (diff)
downloadpdf-over-2eecedc172330390f8bc162a4fa8f89f4811db71.tar.gz
pdf-over-2eecedc172330390f8bc162a4fa8f89f4811db71.tar.bz2
pdf-over-2eecedc172330390f8bc162a4fa8f89f4811db71.zip
Add proxy auth cmd-line parameters
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@466 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
-rw-r--r--pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java4
-rw-r--r--pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties4
-rw-r--r--pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties8
3 files changed, 14 insertions, 2 deletions
diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java
index 2107e50b..5ba24378 100644
--- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java
+++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/states/PrepareConfigurationState.java
@@ -39,7 +39,9 @@ import at.asit.pdfover.gui.cliarguments.OutputFolderArgument;
import at.asit.pdfover.gui.cliarguments.PasswordArgument;
import at.asit.pdfover.gui.cliarguments.PhoneNumberArgument;
import at.asit.pdfover.gui.cliarguments.ProxyHostArgument;
+import at.asit.pdfover.gui.cliarguments.ProxyPassArgument;
import at.asit.pdfover.gui.cliarguments.ProxyPortArgument;
+import at.asit.pdfover.gui.cliarguments.ProxyUserArgument;
import at.asit.pdfover.gui.cliarguments.SkipFinishArgument;
import at.asit.pdfover.gui.controls.ErrorDialog;
import at.asit.pdfover.gui.controls.Dialog.BUTTONS;
@@ -80,6 +82,8 @@ public class PrepareConfigurationState extends State {
this.handler.addCLIArgument(PasswordArgument.class);
this.handler.addCLIArgument(ProxyHostArgument.class);
this.handler.addCLIArgument(ProxyPortArgument.class);
+ this.handler.addCLIArgument(ProxyUserArgument.class);
+ this.handler.addCLIArgument(ProxyPassArgument.class);
this.handler.addCLIArgument(EmblemArgument.class);
this.handler.addCLIArgument(AutomaticPositioningArgument.class);
this.handler.addCLIArgument(SkipFinishArgument.class);
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties
index c5991585..208b97fc 100644
--- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties
+++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties
@@ -46,6 +46,8 @@ argument.help.output=Sets the output folder or file to use. Example: -o <folder>
argument.help.password=Sets the password to use for mobile CCE. Example: -p <password>
argument.help.proxyhost=Sets the proxy host to use. Example: -proxy <hostname/IP>
argument.help.proxyport=Sets the proxy port to use. Example: -proxyport <port>
+argument.help.proxyuser=Sets the proxy username to use. Example: -proxyuser <username>
+argument.help.proxypass=Sets the proxy password to use. Example: -proxypass <password>
argument.help.skipfinish=Enables skipping of the "Finish" dialog (if successfully saved)
argument.info.help=The following options are available:
argument.invalid.bku=CCE argument invalid! Usage:
@@ -57,6 +59,8 @@ argument.invalid.output=Output folder argument invalid! Usage:
argument.invalid.password=Mobile CCE password invalid! Usage:
argument.invalid.proxyhost=Proxy host argument invalid! Usage:
argument.invalid.proxyport=Proxy port argument invalid! Usage:
+argument.invalid.proxyuser=Proxy username argument invalid! Usage:
+argument.invalid.proxypass=Proxy password argument invalid! Usage:
bku_selection.card=&Card
bku_selection.mobile=&Mobile
common.AllExtension_Description=All files
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties
index 4d9eaf50..73e63a8c 100644
--- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties
+++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties
@@ -46,6 +46,8 @@ argument.help.output=Wählt den Ausgabeordner oder die Ausgabedatei. Bsp.: -o <Or
argument.help.password=Wählt das Passwort für die Handy-BKU. Bsp.: -p <Passwort>
argument.help.proxyhost=Wählt den Proxy-Server. Bsp.: -proxy <Hostname/IP>
argument.help.proxyport=Wählt den Proxy-Server-Port. Bsp.: -proxyport <Portnummer>
+argument.help.proxyuser=Wählt den Proxy-Benutznamen. Bsp.: -proxyuser <Benutzername>
+argument.help.proxypass=Wählt das Proxy-Passwort. Bsp.: -proxypass <Passwort>
argument.help.skipfinish=Aktiviert das Überspringen des "Fertig"-Dialogs (falls Speichern erfolgreich)
argument.info.help=Die folgenden Optionen sind verfügbar:
argument.invalid.bku=BKU-Auswahl ungültig! Verwendung:
@@ -55,8 +57,10 @@ argument.invalid.input=Dokument ungültig! Verwendung:
argument.invalid.number=Telefonnummer ungültig! Verwendung:
argument.invalid.output=Ausgabeordner ungültig! Verwendung:
argument.invalid.password=Handy-BKU Passwort ungültig! Verwendung:
-argument.invalid.proxyhost=Proxy host ungültig! Verwendung:
-argument.invalid.proxyport=Proxy port ungültig! Verwendung:
+argument.invalid.proxyhost=Proxy-Host ungültig! Verwendung:
+argument.invalid.proxyport=Proxy-Port ungültig! Verwendung:
+argument.invalid.proxyuser=Proxy-Benutzername ungültig! Verwendung:
+argument.invalid.proxypass=Proxy-Passwort ungültig! Verwendung:
bku_selection.card=&Karte
bku_selection.mobile=&Handy
common.AllExtension_Description=Alle Dateien