|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.user.impl.xwiki.AbstractXWikiAuthService
public abstract class AbstractXWikiAuthService
Common methods useful to all Authentication services implementations.
| Constructor Summary | |
|---|---|
AbstractXWikiAuthService()
|
|
| Method Summary | |
|---|---|
protected java.security.Principal |
authenticateSuperAdmin(java.lang.String password,
XWikiContext context)
|
protected boolean |
isSuperAdmin(java.lang.String username)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.xpn.xwiki.user.api.XWikiAuthService |
|---|
authenticate, checkAuth, checkAuth, showLogin |
| Constructor Detail |
|---|
public AbstractXWikiAuthService()
| Method Detail |
|---|
protected boolean isSuperAdmin(java.lang.String username)
username - the username to check for superadmin access
protected java.security.Principal authenticateSuperAdmin(java.lang.String password,
XWikiContext context)
password - the superadmin password to check against the superadmin password located in XWiki's config filecontext - the XWiki context object, allowing access to XWiki's config
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||