167168169170171172173
return new RememberMeAuthenticationFilter(authenticationManager, rememberMeServices); } @Bean public RequestCache requestCache() { return new LightAdminRequestCache(); }