Class LoginRedirector


  • public class LoginRedirector
    extends Object
    A user has just completed the login process. What page do we direct them to?
    • Constructor Detail

      • LoginRedirector

        public LoginRedirector​(javax.servlet.http.HttpServletRequest request,
                               String afterLoginPage)
    • Method Detail

      • getRedirectionUriForLoggedInUser

        public String getRedirectionUriForLoggedInUser()
      • getRedirectionUriForCancellingUser

        public String getRedirectionUriForCancellingUser()
      • redirectLoggedInUser

        public void redirectLoggedInUser​(javax.servlet.http.HttpServletResponse response)
                                  throws IOException
        Throws:
        IOException
      • assembleWelcomeMessage

        public String assembleWelcomeMessage()
      • redirectCancellingUser

        public void redirectCancellingUser​(javax.servlet.http.HttpServletResponse response)
                                    throws IOException
        Throws:
        IOException