Class VaadinSecurityConfigurer
java.lang.Object
de.codecamp.vaadin.security.spring.config.VaadinSecurityConfigurer
Configures a few security basics for a Vaadin UI and everything required for the standard
authentication provided by the
VaadinAuthenticationService.
- Disables CSRF support for Vaadin-related requests. Vaadin already handles this on its own.
- Only URLs below the
UI root URL,frameworkandendpointrequests will pass through the Spring Security filter chain. Unless you add more, that it. - Does NOT
restrict accessbased on URLs or requests. Access control is handled byRouteAccessControlon a per view-basis and byEndpointAccessCheckerper endpoint class or method. - If enabled, configures the form login and logout endpoints as needed for the standard authentication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)