aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 16:00:54 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 16:00:54 +0100
commit95a13bba7fc04b13a666442bbe9ef89d3822068e (patch)
treebaf251df1b1baf1483604055236caa7c1f17a79a /id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging
parent124d1fbe79b017b1159b254faea4bba98d86b8d6 (diff)
downloadmoa-id-spss-95a13bba7fc04b13a666442bbe9ef89d3822068e.tar.gz
moa-id-spss-95a13bba7fc04b13a666442bbe9ef89d3822068e.tar.bz2
moa-id-spss-95a13bba7fc04b13a666442bbe9ef89d3822068e.zip
fix problem in ELGA MandateService client
Diffstat (limited to 'id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging')
-rw-r--r--id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging/MOAIDEventConstants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging/MOAIDEventConstants.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging/MOAIDEventConstants.java
index eccd63e3d..054543c3e 100644
--- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging/MOAIDEventConstants.java
+++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/advancedlogging/MOAIDEventConstants.java
@@ -96,6 +96,9 @@ public interface MOAIDEventConstants extends EventConstants {
public static final int AUTHPROCESS_ELGA_MANDATE_SERVICE_REQUESTED = 6000;
public static final int AUTHPROCESS_ELGA_MANDATE_RECEIVED = 6001;
public static final int AUTHPROCESS_ELGA_MANDATE_ERROR_RECEIVED = 6002;
+ public static final int AUTHPROCESS_ELGA_MANDATE_RECEIVED_IP = 6003;
+
+
}