@Component(value="blAuthenticationSuccessRedirectStrategy")
public class BroadleafAuthenticationSuccessRedirectStrategy
extends java.lang.Object
implements org.springframework.security.web.RedirectStrategy
| Constructor and Description |
|---|
BroadleafAuthenticationSuccessRedirectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRedirectPath() |
org.springframework.security.web.RedirectStrategy |
getRedirectStrategy() |
void |
sendRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String url) |
void |
setRedirectPath(java.lang.String redirectPath) |
void |
setRedirectStrategy(org.springframework.security.web.RedirectStrategy redirectStrategy) |
java.lang.String |
updateLoginErrorUrlForAjax(java.lang.String url) |
public BroadleafAuthenticationSuccessRedirectStrategy()
public void sendRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String url)
throws java.io.IOException
sendRedirect in interface org.springframework.security.web.RedirectStrategyjava.io.IOExceptionpublic java.lang.String updateLoginErrorUrlForAjax(java.lang.String url)
public java.lang.String getRedirectPath()
public void setRedirectPath(java.lang.String redirectPath)
public org.springframework.security.web.RedirectStrategy getRedirectStrategy()
public void setRedirectStrategy(org.springframework.security.web.RedirectStrategy redirectStrategy)
Copyright © 2018. All Rights Reserved.