Class AuthenticationSuccessHandlerSendingOkHttpStatusCode
- java.lang.Object
-
- com.devonfw.module.security.common.impl.rest.AuthenticationSuccessHandlerSendingOkHttpStatusCode
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class AuthenticationSuccessHandlerSendingOkHttpStatusCode extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
Sends the OK status code upon successful authentication.- See Also:
JsonUsernamePasswordAuthenticationFilter
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSuccessHandlerSendingOkHttpStatusCode()
-
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)
-
-
-
Method Detail
-
onAuthenticationSuccess
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException- Specified by:
onAuthenticationSuccessin interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler- Throws:
IOExceptionjavax.servlet.ServletException
-
-