info.magnolia.cms.security.auth.login
Class BasicLogin
java.lang.Object
info.magnolia.cms.security.auth.login.LoginHandlerBase
info.magnolia.cms.security.auth.login.BasicLogin
- All Implemented Interfaces:
- LoginHandler
public class BasicLogin
- extends LoginHandlerBase
Handles HTTP basic authentication requests.
$Id$
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicLogin
public BasicLogin()
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-2013 Magnolia International Ltd.. All Rights Reserved.