org.apache.wiki.auth.login
Class WebContainerCallbackHandler
java.lang.Object
org.apache.wiki.auth.login.WebContainerCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public final class WebContainerCallbackHandler
- extends Object
- implements CallbackHandler
Handles logins made from within JSPWiki.
- Since:
- 2.3
- 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,
javax.servlet.http.HttpServletRequest request)
- Create a new handler.
- Parameters:
engine
- The WikiEnginerequest
- The request to look into
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
- See Also:
{@inheritDoc}
Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.