public class JiraLoginInterceptor extends Object implements com.atlassian.seraph.interceptor.LoginInterceptor
Constructor and Description |
---|
JiraLoginInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
afterLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String username,
String password,
boolean cookieLogin,
String loginStatus) |
void |
beforeLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String username,
String password,
boolean cookieLogin) |
void |
destroy() |
static com.atlassian.sal.api.user.UserRole |
getUserRole(javax.servlet.http.HttpServletRequest request) |
void |
init(Map<String,String> params,
com.atlassian.seraph.config.SecurityConfig config) |
public void beforeLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String username, String password, boolean cookieLogin)
beforeLogin
in interface com.atlassian.seraph.interceptor.LoginInterceptor
public void afterLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String username, String password, boolean cookieLogin, String loginStatus)
afterLogin
in interface com.atlassian.seraph.interceptor.LoginInterceptor
public void destroy()
destroy
in interface com.atlassian.seraph.interceptor.Interceptor
public void init(Map<String,String> params, com.atlassian.seraph.config.SecurityConfig config)
init
in interface com.atlassian.seraph.Initable
public static com.atlassian.sal.api.user.UserRole getUserRole(javax.servlet.http.HttpServletRequest request)
Copyright © 2002-2021 Atlassian. All Rights Reserved.