|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.seraph.auth.AbstractAuthenticator
com.atlassian.seraph.auth.DefaultAuthenticator
com.atlassian.confluence.user.ConfluenceAuthenticator
| Field Summary |
| Fields inherited from class com.atlassian.seraph.auth.DefaultAuthenticator |
LOGGED_IN_KEY, LOGGED_OUT_KEY |
| Fields inherited from interface com.atlassian.seraph.auth.Authenticator |
DEFAULT_AUTHENTICATOR |
| Constructor Summary | |
ConfluenceAuthenticator()
|
|
| Method Summary | |
protected boolean |
authenticate(Principal user,
String password)
|
protected EventManager |
getEventManager()
|
Principal |
getUser(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
protected Principal |
getUser(String uid)
|
protected UserAccessor |
getUserAccessor()
|
boolean |
login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String username,
String password,
boolean b)
|
void |
setUserAccessor(UserAccessor userAccessor)
|
| Methods inherited from class com.atlassian.seraph.auth.DefaultAuthenticator |
decodeCookie, encodeCookie, getCookiePath, getLoginCookieKey, getLogoutInterceptors, getRoleMapper, init, isUserInRole, logout |
| Methods inherited from class com.atlassian.seraph.auth.AbstractAuthenticator |
destroy, getConfig, getRemoteUser, getUser, login |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfluenceAuthenticator()
| Method Detail |
public boolean login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String username,
String password,
boolean b)
throws AuthenticatorException
AuthenticatorException
protected boolean authenticate(Principal user,
String password)
protected EventManager getEventManager()
public void setUserAccessor(UserAccessor userAccessor)
protected UserAccessor getUserAccessor()
protected Principal getUser(String uid)
public Principal getUser(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||