@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=VaadinManagedSecurityConfiguration.class) public @interface EnableVaadinManagedSecurity
SecurityContext
and take care of login and logout by using VaadinSecurity. No Spring Web Security should be enabled
for the Vaadin application's URLs at all. Global method security is enabled by default, which means that the backend and the Views
can be protected using either PreAuthorize or Secured annotations.
Use Vaadin managed Spring Security when your application is using a Vaadin UI only and you want to control the logins and logouts yourself. Push with web sockets is also supported
in this mode.AuthenticationManagerConfigurerCopyright © 2017. All rights reserved.