public class LoginSuccessHandel
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
| Constructor and Description |
|---|
LoginSuccessHandel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws java.io.IOException,
javax.servlet.ServletException
onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandlerjava.io.IOExceptionjavax.servlet.ServletExceptionpublic static void main(java.lang.String[] args)