public class AuthenticationSuccessHandlerSendingOkHttpStatusCode extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
JsonUsernamePasswordAuthenticationFilter| Constructor and Description |
|---|
AuthenticationSuccessHandlerSendingOkHttpStatusCode() |
| Modifier and Type | Method and Description |
|---|---|
private void |
clearAuthenticationAttributes(javax.servlet.http.HttpServletRequest request) |
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
public AuthenticationSuccessHandlerSendingOkHttpStatusCode()
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws IOException,
javax.servlet.ServletException
onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandlerIOExceptionjavax.servlet.ServletExceptionprivate void clearAuthenticationAttributes(javax.servlet.http.HttpServletRequest request)
Copyright © 2014–2016 OASP-Team. All rights reserved.