Uses of Interface
edu.internet2.middleware.shibboleth.idp.authn.LoginHandler

Packages that use LoginHandler
edu.internet2.middleware.shibboleth.idp.authn   
edu.internet2.middleware.shibboleth.idp.authn.provider   
edu.internet2.middleware.shibboleth.idp.profile   
 

Uses of LoginHandler in edu.internet2.middleware.shibboleth.idp.authn
 

Methods in edu.internet2.middleware.shibboleth.idp.authn that return LoginHandler
protected  LoginHandler AuthenticationEngine.selectLoginHandler(Map<String,LoginHandler> possibleLoginHandlers, LoginContext loginContext, Session idpSession)
          Selects a login handler from a list of possible login handlers that could be used for the request.
 

Methods in edu.internet2.middleware.shibboleth.idp.authn that return types with arguments of type LoginHandler
protected  Map<String,LoginHandler> AuthenticationEngine.determinePossibleLoginHandlers(Session idpSession, LoginContext loginContext)
          Determines which configured login handlers will support the requested authentication methods.
 

Method parameters in edu.internet2.middleware.shibboleth.idp.authn with type arguments of type LoginHandler
protected  void AuthenticationEngine.filterByForceAuthentication(Session idpSession, LoginContext loginContext, Map<String,LoginHandler> loginHandlers)
          Filters out any login handler based on the requirement for forced authentication.
protected  void AuthenticationEngine.filterByPassiveAuthentication(Session idpSession, LoginContext loginContext, Map<String,LoginHandler> loginHandlers)
          Filters out any login handler that doesn't support passive authentication if the login context indicates passive authentication is required.
protected  void AuthenticationEngine.filterPreviousSessionLoginHandler(Map<String,LoginHandler> supportedLoginHandlers, Session idpSession, LoginContext loginContext)
          Filters out the previous session login handler if there is no existing IdP session, no active authentication methods, or if at least one of the active authentication methods do not match the requested authentication methods.
protected  LoginHandler AuthenticationEngine.selectLoginHandler(Map<String,LoginHandler> possibleLoginHandlers, LoginContext loginContext, Session idpSession)
          Selects a login handler from a list of possible login handlers that could be used for the request.
 

Uses of LoginHandler in edu.internet2.middleware.shibboleth.idp.authn.provider
 

Classes in edu.internet2.middleware.shibboleth.idp.authn.provider that implement LoginHandler
 class AbstractLoginHandler
          Base class for authentication handlers.
 class IPAddressLoginHandler
          IP Address authentication handler.
 class PreviousSessionLoginHandler
          Login handler that is called when user is logged in under a previously existing session.
 class RemoteUserLoginHandler
          Authentication Handler that redirects to servlet protected by a Web Single-Sign-On system.
 class UsernamePasswordLoginHandler
          Authenticate a username and password against a JAAS source.
 

Uses of LoginHandler in edu.internet2.middleware.shibboleth.idp.profile
 

Methods in edu.internet2.middleware.shibboleth.idp.profile that return types with arguments of type LoginHandler
 Map<String,LoginHandler> IdPProfileHandlerManager.getLoginHandlers()
          Gets the registered authentication handlers.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.