Class AuthenticationRequiredHandlerImpl

    • Field Detail

      • loginFormUrl

        protected String loginFormUrl
      • requestCache

        protected org.springframework.security.web.savedrequest.RequestCache requestCache
    • Constructor Detail

      • AuthenticationRequiredHandlerImpl

        public AuthenticationRequiredHandlerImpl()
        Default constructor
    • Method Detail

      • setLoginFormUrl

        public void setLoginFormUrl​(String loginFormUrl)
        Sets the URL of the login form page.
      • getLoginFormUrl

        protected String getLoginFormUrl()
      • setRequestCache

        public void setRequestCache​(org.springframework.security.web.savedrequest.RequestCache requestCache)
        Sets the cache where the current request is saved.
      • saveRequest

        protected void saveRequest​(org.craftercms.commons.http.RequestContext context)