From a9a7014cc6e06792d03890ad956d1222e245b8f1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 6 May 2019 13:08:28 +0200 Subject: update error message generation to add msg parameters into GUI model --- .../core/api/idp/auth/services/IProtocolAuthenticationService.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'eaaf_core/src/main/java/at/gv/egiz/eaaf/core/api') diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java index f6f8e576..de5eb036 100644 --- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java +++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java @@ -33,6 +33,12 @@ import at.gv.egiz.eaaf.core.exceptions.EAAFException; public interface IProtocolAuthenticationService { + public String PARAM_GUI_ERROMSG = "errorMsg"; + public String PARAM_GUI_ERRORCODE = "errorCode"; + public String PARAM_GUI_ERRORCODEPARAMS = "errorParams"; + public String PARAM_GUI_ERRORSTACKTRACE = "stacktrace"; + + /** * Initialize an authentication process for this protocol request * -- cgit v1.2.3