Class TwoFactorAuthenticationInterceptor
- java.lang.Object
-
- jetbrains.buildServer.controllers.interceptors.SkippableInterceptor
-
- jetbrains.buildServer.controllers.interceptors.TwoFactorAuthenticationInterceptor
-
- All Implemented Interfaces:
org.springframework.web.servlet.AsyncHandlerInterceptor
,org.springframework.web.servlet.HandlerInterceptor
public class TwoFactorAuthenticationInterceptor extends SkippableInterceptor
-
-
Constructor Summary
Constructors Constructor Description TwoFactorAuthenticationInterceptor(TwoFactorWebLoginModel twoFactorLoginModel, AuthorizationPaths authorizationPaths, SecurityContextEx securityContext, LoginConfigurationEx loginConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
preHandleInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler)
-
Methods inherited from class jetbrains.buildServer.controllers.interceptors.SkippableInterceptor
afterCompletion, afterCompletionInternal, afterConcurrentHandlingStarted, afterConcurrentHandlingStartedInternal, isInternalInterceptorsDisabledForHandler, postHandle, postHandleInternal, preHandle
-
-
-
-
Constructor Detail
-
TwoFactorAuthenticationInterceptor
public TwoFactorAuthenticationInterceptor(@NotNull TwoFactorWebLoginModel twoFactorLoginModel, @NotNull AuthorizationPaths authorizationPaths, @NotNull SecurityContextEx securityContext, @NotNull LoginConfigurationEx loginConfiguration)
-
-
Method Detail
-
preHandleInternal
public boolean preHandleInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler) throws Exception
- Specified by:
preHandleInternal
in classSkippableInterceptor
- Throws:
Exception
-
-