@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=VaadinSharedSecurityConfiguration.class) public @interface EnableVaadinSharedSecurity
SecurityContext management, etc. When using shared security, you have to manually
configure Spring Security just like you would in a normal Spring-based web application. Vaadin4Spring provides some additional services and helper methods to
make this easier. Please note that push with web sockets is not currently supported in this mode.Copyright © 2017. All rights reserved.