Class OpenAIREAuthenticationSuccessHandler
- java.lang.Object
-
- eu.dnetlib.authentication.security.oidc.OpenAIREAuthenticationSuccessHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
@Configuration public class OpenAIREAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
-
-
Constructor Summary
Constructors Constructor Description OpenAIREAuthenticationSuccessHandler(Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
-
-
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:
onAuthenticationSuccessin interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler- Throws:
IOException
-
-