summaryrefslogtreecommitdiff
path: root/eaaf_core_utils
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core_utils')
-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.";