com.ecyrd.jspwiki.auth.login
Class WebContainerCallbackHandler
java.lang.Object
com.ecyrd.jspwiki.auth.login.WebContainerCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class WebContainerCallbackHandler
- extends Object
- implements CallbackHandler
Handles logins made from within JSPWiki.
- Since:
- 2.3
- Version:
- $Revision: 1.3 $ $Date: 2006/05/28 23:25:07 $
- Author:
- Andrew Jaquith
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebContainerCallbackHandler
public WebContainerCallbackHandler(javax.servlet.http.HttpServletRequest request,
UserDatabase database,
Authorizer authorizer)
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
- See Also:
CallbackHandler.handle(javax.security.auth.callback.Callback[])