-
- All Implemented Interfaces:
-
org.springframework.security.web.authentication.AuthenticationSuccessHandler
@Component() public final class RedirectToFrontend implements AuthenticationSuccessHandler
-
-
Constructor Summary
Constructors Constructor Description RedirectToFrontend()
-
Method Summary
Modifier and Type Method Description final AppConfiggetAppConfig()final UnitsetAppConfig(@Autowired() AppConfig appConfig)UnitonAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)-
-
Method Detail
-
getAppConfig
final AppConfig getAppConfig()
-
setAppConfig
final Unit setAppConfig(@Autowired() AppConfig appConfig)
-
onAuthenticationSuccess
Unit onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
-
-
-
-