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,
String username,
String password,
boolean cookie) |
authoriseUserAndEstablishSession, getAuthType, getElevatedSecurityGuard, getLogoutInterceptors, getRememberMeService, getRoleMapper, getUser, getUserFromBasicAuthentication, getUserFromCookie, getUserFromSession, init, isAuthorised, isPrincipalAlreadyInSessionContext, logout, putPrincipalInSessionContext, refreshPrincipalObtainedFromSession, removePrincipalFromSessionContext
public boolean login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @Nullable String username, String password, boolean cookie) throws com.atlassian.seraph.auth.AuthenticatorException
login
in interface com.atlassian.seraph.auth.Authenticator
login
in class com.atlassian.seraph.auth.DefaultAuthenticator
com.atlassian.seraph.auth.AuthenticatorException
protected boolean authenticate(Principal user, String password)
authenticate
in class com.atlassian.seraph.auth.DefaultAuthenticator
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.