info.magnolia.cms.security.auth.callback
Interface HttpClientCallback
- All Known Implementing Classes:
- AbstractHttpClientCallback, BasicClientCallback, CompositeCallback, FormClientCallback, RedirectClientCallback
public interface HttpClientCallback
Implementations are responsible for prompting the user for his credentials. They are also able to determine whether
they should handle the current request or not.
$Id$
Method Summary |
boolean |
accepts(javax.servlet.http.HttpServletRequest request)
Let the implementation if it wants to handle this request. |
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
accepts
boolean accepts(javax.servlet.http.HttpServletRequest request)
- Let the implementation if it wants to handle this request.
handle
void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.