diff options
author | Thomas <> | 2021-04-16 15:13:37 +0200 |
---|---|---|
committer | Thomas <> | 2021-04-16 15:13:37 +0200 |
commit | af378b443868a0fecc5176a263dbd42718424d14 (patch) | |
tree | befa161d2e34e0a864a0f91c69e9c780318d3dd7 /eaaf_core_api/src | |
parent | b8b5f661b4b16f2ae82e9a63bf1e2d9279e1dcbc (diff) | |
parent | 4a418d3a55752850891dbb9a6b10d03728a27520 (diff) | |
download | EAAF-Components-af378b443868a0fecc5176a263dbd42718424d14.tar.gz EAAF-Components-af378b443868a0fecc5176a263dbd42718424d14.tar.bz2 EAAF-Components-af378b443868a0fecc5176a263dbd42718424d14.zip |
Merge branch 'feature/VT-21-016' of gitlab.iaik.tugraz.at:egiz/eaaf_components into feature/VT-21-016
# Conflicts:
# eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
# eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller/ProtocolFinalizationController.java
Diffstat (limited to 'eaaf_core_api/src')
-rw-r--r-- | eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java | 1 |
1 files changed, 1 insertions, 0 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..f110d50e 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 @@ -39,6 +39,7 @@ public interface IProtocolAuthenticationService { String PARAM_GUI_TICKET = "supportTicket"; String PARAM_GUI_REDIRECT = "redirectLink"; + /** * Initialize an authentication process for this protocol request. * |