Class OpenAIREAuthenticationSuccessHandler

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.AuthenticationSuccessHandler

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

      • OpenAIREAuthenticationSuccessHandler

        @Autowired
        public OpenAIREAuthenticationSuccessHandler​(Properties properties)
    • Method Detail

      • onAuthenticationSuccess

        public void onAuthenticationSuccess​(javax.servlet.http.HttpServletRequest request,
                                            javax.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