public class CrafterProfileSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
| Constructor and Description |
|---|
CrafterProfileSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication auth) |
void |
proceed(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication auth) |
void |
setChangePasswordUrl(String changePasswordUrl) |
void |
setTarget(org.springframework.security.web.authentication.AuthenticationSuccessHandler target) |
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication auth)
onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandlerpublic void proceed(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication auth)
request - response - auth - public void setChangePasswordUrl(String changePasswordUrl)
public void setTarget(org.springframework.security.web.authentication.AuthenticationSuccessHandler target)
Copyright © 2014 CrafterCMS. All Rights Reserved.