diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-10-19 11:12:45 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-10-19 11:12:45 +0200 |
commit | 2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c (patch) | |
tree | 069453edece4c068d2cb0bfcf59dcef50e4b430c /eaaf_core_utils | |
parent | 26ebaeec7a2be825f94c0d3ab63402aeb552be81 (diff) | |
download | EAAF-Components-2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c.tar.gz EAAF-Components-2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c.tar.bz2 EAAF-Components-2ec7ceafe9e8260fae8f7b66fc4f67b31aefc50c.zip |
add new PVP1.x header
Diffstat (limited to 'eaaf_core_utils')
-rw-r--r-- | eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/http/pvp/PvpRProfileHttpHeaders.java | 4 |
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."; |