summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-04-08 11:23:34 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-04-08 11:23:34 +0200
commitbfaeb328b295a9508e351068b5061de4efb47645 (patch)
treead23f563c2c03e68f627a1fd384266ff4505067c
parent807278f988088c4da8094164f3803ffd252ffb5a (diff)
downloadEAAF-Components-bfaeb328b295a9508e351068b5061de4efb47645.tar.gz
EAAF-Components-bfaeb328b295a9508e351068b5061de4efb47645.tar.bz2
EAAF-Components-bfaeb328b295a9508e351068b5061de4efb47645.zip
change http parameter name for active Session on VDA side
-rw-r--r--eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/SL20Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/SL20Constants.java b/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/SL20Constants.java
index 6c3c7545..edf70cc8 100644
--- a/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/SL20Constants.java
+++ b/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/SL20Constants.java
@@ -19,7 +19,7 @@ public class SL20Constants {
public static final String PARAM_SL20_REQ_COMMAND_PARAM_OLD = "sl2command";
public static final String PARAM_SL20_REQ_AUTH_METHOD_PARAM = "authtype";
- public static final String PARAM_SL20_REQ_AUTH_VDA_SESSIONID = "handySignaturSession";
+ public static final String PARAM_SL20_REQ_AUTH_VDA_SESSIONID = "session";
public enum VdaAuthMethod {
ANY("any"), MOBILEPHONE("handy"), CARD("card"), SMARTPHONE("smartphone");
@@ -178,7 +178,7 @@ public class SL20Constants {
public static final String SL20_COMMAND_PARAM_GENERAL_RESPONSE_ERRORCODE = "errorCode";
public static final String SL20_COMMAND_PARAM_GENERAL_RESPONSE_ERRORMESSAGE = "errorMessage";
public static final String SL20_COMMAND_PARAM_GENERAL_RESPONSE_ERROR_VDASESSIONID
- = PARAM_SL20_REQ_AUTH_VDA_SESSIONID;
+ = "handySignaturSession";
// qualified eID command
@Deprecated