Class WikiCallbackHandler

java.lang.Object
org.apache.wiki.auth.login.WikiCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class WikiCallbackHandler extends Object implements CallbackHandler
Handles logins made from inside the wiki application, rather than via the web container. This handler is instantiated in AuthenticationManager.login(org.apache.wiki.api.core.Session,HttpServletRequest, String, String). If container-managed authentication is used, the WebContainerCallbackHandleris used instead. This callback handler is designed to be used with UserDatabaseLoginModule.
Since:
2.3