Uses of Class
com.xpn.xwiki.user.api.XWikiUser
-
Packages that use XWikiUser Package Description com.xpn.xwiki com.xpn.xwiki.api com.xpn.xwiki.user.api com.xpn.xwiki.user.impl.xwiki -
-
Uses of XWikiUser in com.xpn.xwiki
Methods in com.xpn.xwiki that return XWikiUser Modifier and Type Method Description XWikiUser
XWiki. checkAuth(XWikiContext context)
Authenticate the user from the context and check if the user is disabled or not.XWikiUser
XWikiContext. getXWikiUser()
Deprecated.since 3.1M1 useXWikiContext.getUserReference()
instead -
Uses of XWikiUser in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return XWikiUser Modifier and Type Method Description XWikiUser
XWiki. checkAuth()
Check authentication from request and set according persitent login information If it fails user is unloggedXWikiUser
XWiki. checkAuth(String username, String password, String rememberme)
Check authentication from username and password and set according persitent login information If it fails user is unloggedXWikiUser
User. getUser()
Expose the wrapped XWikiUser object.Constructors in com.xpn.xwiki.api with parameters of type XWikiUser Constructor Description User(XWikiUser user, XWikiContext context)
Constructs a wrapper for the given protected XWikiUser object. -
Uses of XWikiUser in com.xpn.xwiki.user.api
Methods in com.xpn.xwiki.user.api that return XWikiUser Modifier and Type Method Description XWikiUser
XWikiAuthService. checkAuth(XWikiContext context)
XWikiUser
XWikiAuthService. checkAuth(String username, String password, String rememberme, XWikiContext context)
Authenticates the user. -
Uses of XWikiUser in com.xpn.xwiki.user.impl.xwiki
Methods in com.xpn.xwiki.user.impl.xwiki that return XWikiUser Modifier and Type Method Description XWikiUser
AppServerTrustedAuthServiceImpl. checkAuth(XWikiContext context)
XWikiUser
AppServerTrustedAuthServiceImpl. checkAuth(String username, String password, String rememberme, XWikiContext context)
We cannot authenticate locally since we need to trust the app server for authentication.XWikiUser
AppServerTrustedKerberosAuthServiceImpl. checkAuth(XWikiContext context)
XWikiUser
AppServerTrustedKerberosAuthServiceImpl. checkAuth(String username, String password, String rememberme, XWikiContext context)
XWikiUser
GroovyAuthServiceImpl. checkAuth(XWikiContext context)
XWikiUser
GroovyAuthServiceImpl. checkAuth(String username, String password, String rememberme, XWikiContext context)
XWikiUser
XWikiAuthServiceImpl. checkAuth(XWikiContext context)
XWikiUser
XWikiAuthServiceImpl. checkAuth(String username, String password, String rememberme, XWikiContext context)
Method to authenticate and set the cookie from a username and password passed as parameters
-