com.atlassian.confluence.user
Class ConfluenceGroupJoiningAuthenticator
java.lang.Object
com.atlassian.seraph.auth.AbstractAuthenticator
com.atlassian.seraph.auth.DefaultAuthenticator
com.atlassian.confluence.user.ConfluenceAuthenticator
com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator
- All Implemented Interfaces:
- com.atlassian.seraph.auth.Authenticator, com.atlassian.seraph.Initable, java.io.Serializable
public class ConfluenceGroupJoiningAuthenticator
- extends ConfluenceAuthenticator
This authenticator adds users to confluence-users when they first log in
- See Also:
- Serialized Form
| 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 |
|
Method Summary |
protected com.atlassian.user.GroupManager |
getGroupManager()
|
boolean |
login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String username,
java.lang.String password,
boolean b)
|
void |
setGroupManager(com.atlassian.user.GroupManager groupManager)
|
| Methods inherited from class com.atlassian.seraph.auth.DefaultAuthenticator |
decodeCookie, encodeCookie, getCookiePath, getLoginCookieKey, getLogoutInterceptors, getRoleMapper, init, isUserInRole |
| 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 |
ConfluenceGroupJoiningAuthenticator
public ConfluenceGroupJoiningAuthenticator()
login
public boolean login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String username,
java.lang.String password,
boolean b)
throws com.atlassian.seraph.auth.AuthenticatorException
- Specified by:
login in interface com.atlassian.seraph.auth.Authenticator- Overrides:
login in class ConfluenceAuthenticator
- Throws:
com.atlassian.seraph.auth.AuthenticatorException
setGroupManager
public void setGroupManager(com.atlassian.user.GroupManager groupManager)
getGroupManager
protected com.atlassian.user.GroupManager getGroupManager()
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.