Handles logins made from inside the wiki application, rather than via the web container. This handler is instantiated in {@link org.apache.wiki.auth.AuthenticationManager#login(org.apache.wiki.WikiSession,HttpServletRequest,String,String)}. If container-managed authentication is used, the {@link WebContainerCallbackHandler}is used instead. This callback handler is designed to be used with {@link UserDatabaseLoginModule}.
@since 2.3
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.