|
||||||||||
| 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.crowd.integration.seraph.v22.CrowdAuthenticator
com.atlassian.crowd.integration.seraph.v22.BambooAuthenticator
public class BambooAuthenticator
| Field Summary |
|---|
| Fields inherited from class com.atlassian.crowd.integration.seraph.v22.CrowdAuthenticator |
|---|
logger |
| 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 | |
|---|---|
BambooAuthenticator()
|
|
BambooAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
|
|
| Method Summary | |
|---|---|
protected org.acegisecurity.Authentication |
createAuthentication(javax.servlet.ServletRequest request)
|
protected java.security.Principal |
getUser(java.lang.String username)
|
protected void |
logoutUser(javax.servlet.http.HttpServletRequest request)
Clear the Acegi security context in Bamboo and replace it with an AnonymousAuthenticationToken |
| Methods inherited from class com.atlassian.crowd.integration.seraph.v22.CrowdAuthenticator |
|---|
authenticate, fetchUserInCache, getUser, isAuthenticated, login, logout, rememberMeLoginToCrowd |
| Methods inherited from class com.atlassian.seraph.auth.DefaultAuthenticator |
|---|
authoriseUserAndEstablishSession, getAuthType, getElevatedSecurityGuard, getLogoutInterceptors, getRememberMeService, getRoleMapper, getUserFromBasicAuthentication, getUserFromCookie, getUserFromSession, init, isAuthorised, isUserInRole, putPrincipalInSessionContext, removePrincipalFromSessionContext |
| 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 BambooAuthenticator()
public BambooAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)
| Method Detail |
|---|
protected java.security.Principal getUser(java.lang.String username)
getUser in class com.atlassian.seraph.auth.DefaultAuthenticatorprotected org.acegisecurity.Authentication createAuthentication(javax.servlet.ServletRequest request)
protected void logoutUser(javax.servlet.http.HttpServletRequest request)
AnonymousAuthenticationToken
request -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||