Class LoginAuthenticationSuccessHandler

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.AuthenticationSuccessHandler

    public class LoginAuthenticationSuccessHandler
    extends Object
    implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
    • Constructor Detail

      • LoginAuthenticationSuccessHandler

        public LoginAuthenticationSuccessHandler()
    • 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 interface org.springframework.security.web.authentication.AuthenticationSuccessHandler
        Throws:
        IOException
        javax.servlet.ServletException
      • determineTargetUrl

        protected String determineTargetUrl()