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 |
processLogin
public boolean processLogin(org.securityfilter.filter.SecurityRequestWrapper request,
javax.servlet.http.HttpServletResponse response,
XWikiContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
showLogin
public 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