com.ecyrd.jspwiki.auth.login
Class WebContainerCallbackHandler
java.lang.Object
com.ecyrd.jspwiki.auth.login.WebContainerCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public final class WebContainerCallbackHandler
- extends Object
- implements CallbackHandler
Handles logins made from within JSPWiki.
- Since:
- 2.3
- Author:
- Andrew Jaquith
- See Also:
WikiSession.getWikiSession(WikiEngine,HttpServletRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebContainerCallbackHandler
public WebContainerCallbackHandler(WikiEngine engine,
HttpServletRequest request)
- Create a new handler.
- Parameters:
engine
- The WikiEnginerequest
- The request to look into
handle
public final void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
- See Also:
{@inheritDoc}