diff options
author | lalber <lukas.alber@iaik.tugraz.at> | 2021-04-07 16:56:26 +0200 |
---|---|---|
committer | lalber <lukas.alber@iaik.tugraz.at> | 2021-04-07 16:56:26 +0200 |
commit | f18e44490057ba6e5fa719fefc47c8fd2e039b04 (patch) | |
tree | 88dc974b1d6cf0b2244fbb81ed3ab9b2254d92e1 /eaaf_core_api/src/main | |
parent | 5dc061db54f17780d3dc8c41d842a496f523af31 (diff) | |
download | EAAF-Components-f18e44490057ba6e5fa719fefc47c8fd2e039b04.tar.gz EAAF-Components-f18e44490057ba6e5fa719fefc47c8fd2e039b04.tar.bz2 EAAF-Components-f18e44490057ba6e5fa719fefc47c8fd2e039b04.zip |
Interface extraction
Diffstat (limited to 'eaaf_core_api/src/main')
-rw-r--r-- | eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java index 7387f706..ad48e8ee 100644 --- a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java +++ b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java @@ -36,8 +36,7 @@ public interface IProtocolAuthenticationService { String PARAM_GUI_EXTERNAL_ERRORCODE = "extErrorCode"; String PARAM_GUI_ERRORCODEPARAMS = "errorParams"; String PARAM_GUI_ERRORSTACKTRACE = "stacktrace"; - String PARAM_GUI_TICKET = "supportTicket"; - String PARAM_GUI_REDIRECT = "redirectLink"; + /** * Initialize an authentication process for this protocol request. |