Interface LoginContextService

All Known Implementing Classes:
LoginContextServiceImpl

public interface LoginContextService
  • Method Details

    • getLoginPage

      String getLoginPage()
    • getSuccessPage

      String getSuccessPage()
    • getUnauthorizedPage

      String getUnauthorizedPage()
    • getLoginURL

      @Deprecated String getLoginURL()
      Deprecated.
    • getSuccessURL

      @Deprecated String getSuccessURL()
      Deprecated.
    • getUnauthorizedURL

      @Deprecated String getUnauthorizedURL()
      Deprecated.
    • getLocalelessPathWithinApplication

      String getLocalelessPathWithinApplication()
    • getLocaleFromPath

      String getLocaleFromPath(String path)
    • saveRequest

      void saveRequest()
    • removeSavedRequest

      void removeSavedRequest()
    • saveRequest

      @Deprecated void saveRequest(String contextPath)
      Deprecated.
    • redirectToSavedRequest

      void redirectToSavedRequest(String fallbackUrl) throws IOException
      Throws:
      IOException