Class OpenAIREAuthenticationSuccessHandler

java.lang.Object
eu.dnetlib.authentication.security.OpenAIREAuthenticationSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

@Configuration public class OpenAIREAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
  • Constructor Details

    • OpenAIREAuthenticationSuccessHandler

      @Autowired public OpenAIREAuthenticationSuccessHandler(Properties properties, UserInfoService service)
  • Method Details

    • onAuthenticationSuccess

      public void onAuthenticationSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException
      Specified by:
      onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
      Throws:
      IOException