aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PEPSParameters.java
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PEPSParameters.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PEPSParameters.java110
1 files changed, 109 insertions, 1 deletions
diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PEPSParameters.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PEPSParameters.java
index 37b204351..146e4c39d 100644
--- a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PEPSParameters.java
+++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PEPSParameters.java
@@ -76,6 +76,10 @@ public enum PEPSParameters {
*/
ATTRIBUTE_LIST("attrList"),
/**
+ * Represents the 'apMandAttrList' parameter constant.
+ */
+ AP_MANDATORY_ATTRIBUTE_LIST("apMandAttrList"),
+ /**
* Represents the 'attrTuple' parameter constant.
*/
ATTRIBUTE_TUPLE("attrTuple"),
@@ -174,6 +178,10 @@ public enum PEPSParameters {
*/
EXTERNAL_AP("external-ap"),
/**
+ * Represents the 'external-pv' parameter constant.
+ */
+ EXTERNAL_PV("external-pv"),
+ /**
* Represents the 'external-sig-module' parameter constant.
*/
EXT_SIG_CREATOR_MOD("external-sig-module"),
@@ -199,6 +207,10 @@ public enum PEPSParameters {
* Represents the 'internal-ap' parameter constant.
*/
INTERNAL_AP("internal-ap"),
+ /**
+ * Represents the 'internal-pv' parameter constant.
+ */
+ INTERNAL_PV("internal-pv"),
/**
* Represents the 'samlIssuer' parameter constant.
@@ -226,6 +238,15 @@ public enum PEPSParameters {
*/
MANDATORY_CONSENT_MISSING("mandatoryConsentAttrMissing"),
/**
+ * Represents the 'missing-attrs' parameter constant.
+ */
+ MISSING_ATTRS("missing-attrs"),
+ /**
+ * Represents the 'no-more-attrs' parameter constant.
+ */
+ NO_MORE_ATTRS("no-more-attrs"),
+
+ /**
* Represents the 'optional' parameter constant.
*/
OPTIONAL("optional"),
@@ -267,6 +288,10 @@ public enum PEPSParameters {
* Represents the 'cpeps.specificapredirect.url' parameter constant.
*/
PEPS_SPECIFIC_URL("cpeps.specificapredirect.url"),
+ /**
+ * Represents the 'pv.url' parameter constant.
+ */
+ PV_URL("pv.url"),
/**
* Represents the 'qaaLevel' parameter constant.
@@ -442,11 +467,21 @@ public enum PEPSParameters {
ATTRIBUTE_PROVIDER_NUMBER("atp.number"),
/**
+ * Represents the 'atn.number' parameter constant.
+ */
+ ATTRIBUTE_NAME_NUMBER("atn.number"),
+
+ /**
* Represents the 'apLinker' parameter constant.
*/
AP_LINKER("apLinker"),
/**
+ * Represents the 'prevApLinker' parameter constant.
+ */
+ PREV_AP_LINKER("prevApLinker"),
+
+ /**
* Represents the 'NOSEL' parameter constant (no attribute provider selected).
*/
AP_NO_SELECTION("NOSEL"),
@@ -467,6 +502,11 @@ public enum PEPSParameters {
AP_COUNTRY_SELECT_SUFFIX("_country"),
/**
+ * Represents the '_name' suffix parameter constant.
+ */
+ AP_NAME_SELECT_SUFFIX("_name"),
+
+ /**
* Represents the 'next-ap' parameter constant.
*/
NEXT_AP("next-ap"),
@@ -477,6 +517,21 @@ public enum PEPSParameters {
NEXT_APEPS("next-apeps"),
/**
+ * Represents the 'back-to-apeps' parameter constant.
+ */
+ BACK_TO_APEPS("back-to-apeps"),
+
+ /**
+ * Represents the 'is-remote-apeps' parameter constant.
+ */
+ IS_REMOTE_APEPS("is-remote-apeps"),
+
+ /**
+ * Represents the 'more-attributes' parameter constant.
+ */
+ MORE_ATTRIBUTES("more-attributes"),
+
+ /**
* Represents the 'attr-filter.number' parameter constant.
*/
ATTRIBUTES_FILTER_NUMBER("attr-filter.number"),
@@ -484,7 +539,60 @@ public enum PEPSParameters {
/**
* Represents the 'atp.url' parameter constant.
*/
- ATP_URL("atp.url");
+ ATP_URL("atp.url"),
+ /**
+ * Represents the 'apepsURL' parameter constant.
+ */
+ APEPS_URL("apepsUrl"),
+
+ /**
+ * Represents the 'apepsCountry' parameter constant.
+ */
+ APEPS_COUNTRY("apepsCountry"),
+
+ /**
+ * Represents the 'apepsAuthRequest' parameter constant.
+ */
+ APEPS_ATTR_REQUEST("apepsAttrRequest"),
+
+ /**
+ * Represents the 'isApepsRequest' parameter constant.
+ */
+ APEPS_REQUEST_COMPLETE("apeps-request-complete"),
+
+ /**
+ * Represents the 'apeps.callbackUrl' parameter constant.
+ */
+ APEPS_CALLBACK_URL("apeps.callbackUrl"),
+ /**
+ * Represents the 'attrListMand' parameter constant.
+ */
+ ATTR_LIST_MAND("attrListMand"),
+
+ /**
+ * Represents the 'attrListOpt' parameter constant.
+ */
+ ATTR_LIST_OPT("attrListOpt"),
+
+ /**
+ * Represents the 'simpleAttrListMand' parameter constant.
+ */
+ SIMPLE_ATTR_LIST_MAND("simpleAttrListMand"),
+
+ /**
+ * Represents the 'simpleAttrListOpt' parameter constant.
+ */
+ SIMPLE_ATTR_LIST_OPT("simpleAttrListOpt"),
+
+ /**
+ * Represents the 'complexAttrListMand' parameter constant.
+ */
+ COMPLEX_ATTR_LIST_MAND("complexAttrListMand"),
+
+ /**
+ * Represents the 'complexAttrListOpt' parameter constant.
+ */
+ COMPLEX_ATTR_LIST_OPT("complexAttrListOpt");
/**
* Represents the constant's value.