summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-10-19 11:12:45 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-10-19 11:12:45 +0200
commit2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c (patch)
tree069453edece4c068d2cb0bfcf59dcef50e4b430c
parent26ebaeec7a2be825f94c0d3ab63402aeb552be81 (diff)
downloadEAAF-Components-2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c.tar.gz
EAAF-Components-2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c.tar.bz2
EAAF-Components-2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c.zip
add new PVP1.x header
-rw-r--r--eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/pvp/PvpRProfileHttpHeaders.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/pvp/PvpRProfileHttpHeaders.java b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/pvp/PvpRProfileHttpHeaders.java
index e57a07e5..942c9fdb 100644
--- a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/pvp/PvpRProfileHttpHeaders.java
+++ b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/pvp/PvpRProfileHttpHeaders.java
@@ -22,7 +22,9 @@ public class PvpRProfileHttpHeaders {
public static final String PVP_1X_CN = "X-AUTHENTICATE-cn";
public static final String PVP_1X_COST_CENTER_ID = "X-ACCOUNTING-CostCenterId";
public static final String PVP_1X_INVOICE_RECPT_ID = "X-ACCOUNTING-InvoiceRecptId";
- public static final String PVP_1X_ROLES = "X-AUTHORIZE-ROLES";
+ public static final String PVP_1X_ROLES = "X-AUTHORIZE-ROLES";
+ public static final String PVP_1X_GV_OU_OKZ = "X-AUTHENTICATE-GVOUOKZ";
+
//PVP 2.x headers
public static final String PVP_2X_VALUE_VERSION_PREFIX = "2.";