Class OpenAIRELogoutHandler
java.lang.Object
eu.dnetlib.authentication.security.OpenAIRELogoutHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler
@Component
public class OpenAIRELogoutHandler
extends Object
implements org.springframework.security.web.authentication.logout.LogoutHandler
-
Constructor Summary
ConstructorsConstructorDescriptionOpenAIRELogoutHandler(eu.dnetlib.uoaauthorizationlibrary.authorization.configuration.SecurityProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionvoidlogout(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
OpenAIRELogoutHandler
@Autowired public OpenAIRELogoutHandler(eu.dnetlib.uoaauthorizationlibrary.authorization.configuration.SecurityProperties properties)
-
-
Method Details
-
logout
public void logout(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) - Specified by:
logoutin interfaceorg.springframework.security.web.authentication.logout.LogoutHandler
-