info.magnolia.cms.security.auth.login
Class BasicLogin

java.lang.Object
  extended by info.magnolia.cms.security.auth.login.LoginHandlerBase
      extended by info.magnolia.cms.security.auth.login.BasicLogin
All Implemented Interfaces:
LoginHandler

public class BasicLogin
extends LoginHandlerBase

Handles HTTP basic authentication requests. $Id: BasicLogin.java 41137 2011-01-06 18:19:25Z gjoseph $


Constructor Summary
BasicLogin()
           
 
Method Summary
 LoginResult handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Returns a login result or LoginResult.NOT_HANDLED if the handler can't handle the request.
 
Methods inherited from class info.magnolia.cms.security.auth.login.LoginHandlerBase
authenticate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicLogin

public BasicLogin()
Method Detail

handle

public LoginResult handle(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
Description copied from interface: LoginHandler
Returns a login result or LoginResult.NOT_HANDLED if the handler can't handle the request.



Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.