public class BambooAuthenticator
extends com.atlassian.seraph.auth.DefaultAuthenticator
| Constructor and Description |
|---|
BambooAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
authenticate(Principal user,
String password) |
protected Principal |
getUser(String uid) |
boolean |
login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@Nullable String username,
String password,
boolean cookie) |
authoriseUserAndEstablishSession, getAuthType, getElevatedSecurityGuard, getLogoutInterceptors, getPrincipalFromSession, getRememberMeService, getRoleMapper, getUser, getUserFromBasicAuthentication, getUserFromCookie, getUserFromSession, init, isAuthorised, isPrincipalAlreadyInSessionContext, logout, putPrincipalInSessionContext, refreshPrincipalObtainedFromSession, removePrincipalFromSessionContextpublic boolean login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@Nullable
@Nullable String username,
String password,
boolean cookie)
throws com.atlassian.seraph.auth.AuthenticatorException
login in interface com.atlassian.seraph.auth.Authenticatorlogin in class com.atlassian.seraph.auth.DefaultAuthenticatorcom.atlassian.seraph.auth.AuthenticatorExceptionprotected boolean authenticate(Principal user, String password)
authenticate in class com.atlassian.seraph.auth.DefaultAuthenticatorCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.