86163: Feedback on Shibboleth changes

This commit is contained in:
Yana De Pauw
2021-12-22 17:44:54 +01:00
parent 78013143ef
commit 19371747aa
5 changed files with 12 additions and 11 deletions

View File

@@ -194,6 +194,7 @@ public class AuthenticationServiceImpl implements AuthenticationService {
return getAuthenticationMethodStack().iterator();
}
@Override
public String getAuthenticationMethod(final Context context, final HttpServletRequest request) {
final Iterator<AuthenticationMethod> authenticationMethodIterator = authenticationMethodIterator();