public class AppServerTrustedAuthServiceImpl extends XWikiAuthServiceImpl
authenticators
Constructor and Description |
---|
AppServerTrustedAuthServiceImpl() |
Modifier and Type | Method and Description |
---|---|
XWikiUser |
checkAuth(String username,
String password,
String rememberme,
XWikiContext context)
We cannot authenticate locally since we need to trust the app server for authentication.
|
XWikiUser |
checkAuth(XWikiContext context) |
authenticate, checkPassword, createUser, findUser, getAuthenticator, getParam, showLogin, stripContextPathFromURL
authenticateSuperAdmin, isSuperAdmin
public XWikiUser checkAuth(XWikiContext context) throws XWikiException
checkAuth
in interface XWikiAuthService
checkAuth
in class XWikiAuthServiceImpl
XWikiException
public XWikiUser checkAuth(String username, String password, String rememberme, XWikiContext context) throws XWikiException
checkAuth
in interface XWikiAuthService
checkAuth
in class XWikiAuthServiceImpl
username
- the user name for the user to authenticatepassword
- the password of the user to authenticatecontext
- the XWiki context objectXWikiException
- in case of authentication errorCopyright © 2004–2021 XWiki. All rights reserved.