public class ServiceManagementAuthenticationFilter extends AuthenticationFilter
Service Management uses /context/servicedesk/customer/user/login?destination=portals, which should redirect to /context/servicedesk/customer/portals
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_MANAGEMENT_DESTINATION_QUERY_PARAM |
static String |
SERVICE_MANAGEMENT_PSEUDO_ABSOLUTE_REDIRECT_QUERY_PARAM |
ATLASSIAN_RECOVERY_PASSWORD, AUTH_FALLBACK_QUERY_PARAM, authenticationHandlerProvider, DESTINATION_REQUEST_PARAM, idpConfigService, loginOptionsService, NATIVE_LOGIN_PARAM| Constructor and Description |
|---|
ServiceManagementAuthenticationFilter(AuthenticationHandlerProvider authenticationHandlerProvider,
IdpConfigService idpConfigService,
TargetUrlNormalizer targetUrlNormalizer,
LoginOptionsService loginOptionsService,
JohnsonChecker johnsonChecker) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
extractRequestedUrl(javax.servlet.http.HttpServletRequest req) |
protected LoginGatewayType |
getLoginGatewayType() |
doFilterInternal, isProductSpecificSkip, isSupportedHttpMethoddestroy, doFilter, initpublic static final String SERVICE_MANAGEMENT_DESTINATION_QUERY_PARAM
public static final String SERVICE_MANAGEMENT_PSEUDO_ABSOLUTE_REDIRECT_QUERY_PARAM
public ServiceManagementAuthenticationFilter(AuthenticationHandlerProvider authenticationHandlerProvider, IdpConfigService idpConfigService, TargetUrlNormalizer targetUrlNormalizer, LoginOptionsService loginOptionsService, JohnsonChecker johnsonChecker)
@Nullable protected String extractRequestedUrl(javax.servlet.http.HttpServletRequest req)
extractRequestedUrl in class AuthenticationFilterprotected LoginGatewayType getLoginGatewayType()
getLoginGatewayType in class AuthenticationFilterCopyright © 2023 Atlassian. All rights reserved.