All Classes and Interfaces
Class
Description
The authentication context of the application.
Helpers for authentication related tasks.
Utilities for launching a browser when running in development mode.
Brings in the machinery to setup Spring + Vaadin applications.
Creates an
HttpServletRequestWrapper instance which returns
appropriate servletPath and pathInfo (which are expected by
VaadinServlet) in case forwarding is enforced.Contains utility methods related to request handling.
Condition to check whether the Vaadin servlet is mapped to the root
("/*").
The lifecycle of a
@RouteScope bean is controlled by route
navigation.Link a
@RouteScope bean to its owner.Passes Spring application properties to the Vaadin application configuration.
Spring boot auto-configuration class for Flow.
Convenience alias for
Component to
prevent conflicts with Component.Sets Spring Boot dev tools to run on a free random port if the default port
(35729) is in use.
Default Spring instantiator that is used if no other instantiator has been
registered.
Spring aware
LookupInitializer implementation.Spring boot auto-configuration class for Flow.
Spring application context aware Vaadin servlet implementation.
Helpers related to Spring.
Spring application context aware Vaadin servlet service implementation.
Vaadin session implementation for Spring.
A Spring specific view access checker that falls back to Spring mechanisms
when the generic mechanisms do not work.
A strategy to handle redirects which is aware of UIDL requests.
Stereotype annotation for Spring's
@Scope("vaadin-ui").Vaadin Application Spring configuration.
A strategy that uses an available VaadinSession for retrieving the security
context.
Provides configuration of Vaadin aware
SecurityContextHolderStrategyConfiguration properties for Vaadin Spring Boot.
A default request cache implementation which aims to ignore requests that are
not for routes.
Registers runtime hints for Spring 3 native support.
Abstract Vaadin Spring MVC
WebApplicationInitializer.Implementation of Spring's
Scope that binds the beans
to a component in the navigation chain.A version of
SavedRequestAwareAuthenticationSuccessHandler that
writes a different return value for a Fusion TypeScript client.Redirect strategy used by
VaadinSavedRequestAwareAuthenticationSuccessHandler.Internal registrar for Vaadin scan packages settings.
Vaadin scopes configuration.
Vaadin servlet configuration.
Servlet context initializer for Spring Boot Application.
Stereotype annotation for Spring's
@Scope("vaadin-session").Implementation of Spring's
Scope that binds the beans
to the current VaadinSession (as opposed to
the current Servlet session).Contains helper methods to work with Spring Data based back-ends and Vaadin
components.
VaadinStatelessSecurityConfigurer<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>>
Enables authentication that relies on JWT instead of sessions.
Implementation of Spring's
Scope that binds the beans
to the current UI.Provides basic Vaadin component-based security configuration for the project.
Handles registration of JSR-356 websocket endpoints when the Spring Boot
application is run in an embedded container.
Helper for checking access to views.