com.xpn.xwiki.user.impl.xwiki
Interface XWikiAuthenticator

All Superinterfaces:
org.securityfilter.authenticator.Authenticator
All Known Implementing Classes:
MyBasicAuthenticator, MyFormAuthenticator

public interface XWikiAuthenticator
extends org.securityfilter.authenticator.Authenticator


Method Summary
 boolean processLogin(org.securityfilter.filter.SecurityRequestWrapper request, javax.servlet.http.HttpServletResponse response, XWikiContext context)
           
 void showLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, XWikiContext context)
           
 
Methods inherited from interface org.securityfilter.authenticator.Authenticator
bypassSecurityForThisRequest, getAuthMethod, init, processLogin, processLogout, showLogin
 

Method Detail

processLogin

boolean processLogin(org.securityfilter.filter.SecurityRequestWrapper request,
                     javax.servlet.http.HttpServletResponse response,
                     XWikiContext context)
                     throws java.lang.Exception
Throws:
java.lang.Exception

showLogin

void showLogin(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               XWikiContext context)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright 2003 Ludovic Dubost