Uses of Interface
info.magnolia.cms.security.auth.login.LoginHandler

Packages that use LoginHandler
info.magnolia.cms.security.auth.login Login handlers and filters This package contains login filter and implementations of the various login handlers implementing LoginHandler 
 

Uses of LoginHandler in info.magnolia.cms.security.auth.login
 

Classes in info.magnolia.cms.security.auth.login that implement LoginHandler
 class BasicLogin
          Handles HTTP basic authentication requests.
 class FormLogin
          Uses the the "mgnlUserId" and "mgnlUserPSWD" parameters to login.
 class LoginHandlerBase
          Uses SecuritySupport.authenticate(CredentialsCallbackHandler, String) to authenticate.
 

Methods in info.magnolia.cms.security.auth.login that return types with arguments of type LoginHandler
 Collection<LoginHandler> LoginFilter.getLoginHandlers()
           
 

Methods in info.magnolia.cms.security.auth.login with parameters of type LoginHandler
 void LoginFilter.addLoginHandlers(LoginHandler handler)
           
 

Method parameters in info.magnolia.cms.security.auth.login with type arguments of type LoginHandler
 void LoginFilter.setLoginHandlers(Collection<LoginHandler> loginHandlers)
           
 



Copyright © 2003–2014 Magnolia International Ltd.. All rights reserved.