Class LoginAuthenticationSuccessHandler
- java.lang.Object
-
- org.onebusaway.users.impl.authentication.LoginAuthenticationSuccessHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class LoginAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
-
-
Constructor Summary
Constructors Constructor Description LoginAuthenticationSuccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
determineTargetUrl()
String
getTargetUrl()
void
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication success)
void
setTargetUrl(String targetUrl)
-
-
-
Method Detail
-
setTargetUrl
public void setTargetUrl(String targetUrl)
-
getTargetUrl
public String getTargetUrl()
-
onAuthenticationSuccess
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication success) throws IOException, javax.servlet.ServletException
- Specified by:
onAuthenticationSuccess
in interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler
- Throws:
IOException
javax.servlet.ServletException
-
determineTargetUrl
protected String determineTargetUrl()
-
-