Class BackofficeRememberMeService

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.security.web.authentication.logout.LogoutHandler, org.springframework.security.web.authentication.RememberMeServices

    public class BackofficeRememberMeService
    extends CoreRememberMeService
    This class extends CoreRememberMeService, to allow setting correct locale in ZK session, when the user logs in using the remember-me functionality.
    • Field Detail

      • ORG_ZKOSS_WEB_PREFERRED_LOCALE

        protected static final java.lang.String ORG_ZKOSS_WEB_PREFERRED_LOCALE
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackofficeRememberMeService

        public BackofficeRememberMeService()
    • Method Detail

      • processAutoLoginCookie

        public org.springframework.security.core.userdetails.UserDetails processAutoLoginCookie​(LoginToken token,
                                                                                                javax.servlet.http.HttpServletRequest request,
                                                                                                javax.servlet.http.HttpServletResponse response)
        Overrides:
        processAutoLoginCookie in class CoreRememberMeService
      • setCommonI18NService

        public void setCommonI18NService​(CommonI18NService commonI18NService)