git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2705
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
AuthnContext.PREVIOUS_SESSION_AUTHN_CTX);
AuthenticationMethodInformation authenticationMethod = null;
- for (String possibleAuthnMethod : possibleLoginHandlers.keySet()) {
+ for (String possibleAuthnMethod : idpSession.getAuthenticationMethods().keySet()) {
authenticationMethod = idpSession.getAuthenticationMethods().get(possibleAuthnMethod);
if (authenticationMethod != null) {
break;