public class FrontEndLinkURIAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
| Constructor and Description |
|---|
FrontEndLinkURIAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrontDomain() |
String |
getFrontEndURI() |
String |
getFrontPath() |
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
void |
setFrontDomain(String frontDomain) |
void |
setFrontEndURI(String frontEndURI) |
void |
setFrontPath(String frontPath) |
public FrontEndLinkURIAuthenticationSuccessHandler()
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws IllegalArgumentException,
IOException
onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandlerIllegalArgumentExceptionIOExceptionpublic String getFrontEndURI()
public void setFrontEndURI(String frontEndURI)
public String getFrontPath()
public void setFrontPath(String frontPath)
public String getFrontDomain()
public void setFrontDomain(String frontDomain)
Copyright © 2020. All rights reserved.