- saveRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
-
- secretKey(SecretKey) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
-
Sets the secret key.
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy
-
- service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.SpringServlet
-
- serviceInit(ServiceInitEvent) - Method in class com.vaadin.flow.spring.security.ViewAccessCheckerInitializer
-
- servletRegistrationBean() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
-
Creates a ServletRegistrationBean instance with Spring aware
Vaadin servlet.
- setAsyncSupported(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets asyncSupported property value.
- setBlacklistedPackages(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Set list of packages to ignore for class scanning.
- setContext(SecurityContext) - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
-
- setDelegateRequestCache(RequestCache) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
-
Sets the cache implementation that is used for the actual saving of the
requests that are not ignored.
- setEnable(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Pnpm
-
Enables/disabled pnp support.
- setErrorParameter(BeforeEnterEvent, ErrorParameter<NotFoundException>) - Method in class com.vaadin.flow.spring.router.SpringRouteNotFoundError
-
- setLaunchBrowser(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets whether a browser should be launched on startup when in development
mode.
- setLoadOnStartup(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets whether servlet is loaded on startup.
- setLoginView(HttpSecurity, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurityConfigurerAdapter
-
Sets up login for the application using form login with the given path
for the login view.
- setLoginView(HttpSecurity, String, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurityConfigurerAdapter
-
Sets up login for the application using form login with the given path
for the login view.
- setLoginView(HttpSecurity, Class<? extends Component>) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurityConfigurerAdapter
-
Sets up login for the application using the given Flow login view.
- setLoginView(HttpSecurity, Class<? extends Component>, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurityConfigurerAdapter
-
Sets up login for the application using the given Flow login view.
- setPnpmEnabled(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Enables/disabled pnpm support.
- setRequestCache(RequestCache) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
- setStatelessAuthentication(HttpSecurity, SecretKey, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurityConfigurerAdapter
-
Sets up stateless JWT authentication using cookies.
- setStatelessAuthentication(HttpSecurity, SecretKey, String, long) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurityConfigurerAdapter
-
Sets up stateless JWT authentication using cookies.
- setUrlMapping(String) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets urlMapping property value.
- setWhitelistedPackages(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Set list of packages to be scanned.
- SpringApplicationConfigurationFactory - Class in com.vaadin.flow.spring
-
Passes Spring application properties to the Vaadin application configuration.
- SpringApplicationConfigurationFactory() - Constructor for class com.vaadin.flow.spring.SpringApplicationConfigurationFactory
-
- SpringBootAutoConfiguration - Class in com.vaadin.flow.spring
-
Spring boot auto-configuration class for Flow.
- SpringBootAutoConfiguration() - Constructor for class com.vaadin.flow.spring.SpringBootAutoConfiguration
-
- SpringComponent - Annotation Type in com.vaadin.flow.spring.annotation
-
Convenience alias for Component to
prevent conflicts with Component.
- SpringInstantiator - Class in com.vaadin.flow.spring
-
Default Spring instantiator that is used if no other instantiator has been
registered.
- SpringInstantiator(VaadinService, ApplicationContext) - Constructor for class com.vaadin.flow.spring.SpringInstantiator
-
Creates a new spring instantiator instance.
- SpringLookupInitializer - Class in com.vaadin.flow.spring
-
Spring aware LookupInitializer implementation.
- SpringLookupInitializer() - Constructor for class com.vaadin.flow.spring.SpringLookupInitializer
-
- SpringRouteNotFoundError - Class in com.vaadin.flow.spring.router
-
- SpringRouteNotFoundError() - Constructor for class com.vaadin.flow.spring.router.SpringRouteNotFoundError
-
- SpringSecurityAutoConfiguration - Class in com.vaadin.flow.spring
-
Spring boot auto-configuration class for Flow.
- SpringSecurityAutoConfiguration() - Constructor for class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
- SpringServlet - Class in com.vaadin.flow.spring
-
Spring application context aware Vaadin servlet implementation.
- SpringServlet(ApplicationContext, boolean) - Constructor for class com.vaadin.flow.spring.SpringServlet
-
Creates a new Vaadin servlet instance with the application
context provided.
- SpringVaadinServletService - Class in com.vaadin.flow.spring
-
Spring application context aware Vaadin servlet service implementation.
- SpringVaadinServletService(VaadinServlet, DeploymentConfiguration, ApplicationContext) - Constructor for class com.vaadin.flow.spring.SpringVaadinServletService
-
Creates an instance connected to the given servlet and using the given
configuration with provided application context.
- SpringVaadinSession - Class in com.vaadin.flow.spring
-
Vaadin session implementation for Spring.
- SpringVaadinSession(VaadinService) - Constructor for class com.vaadin.flow.spring.SpringVaadinSession
-
Creates a new VaadinSession tied to a VaadinService.
- VAADIN_ROUTE_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinRouteScope
-
- VAADIN_SESSION_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinSessionScope
-
- VAADIN_UI_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinUIScope
-
- VaadinApplicationConfiguration - Class in com.vaadin.flow.spring
-
Vaadin Application Spring configuration.
- VaadinApplicationConfiguration() - Constructor for class com.vaadin.flow.spring.VaadinApplicationConfiguration
-
- vaadinApplicationContextInitializer() - Method in class com.vaadin.flow.spring.VaadinApplicationConfiguration
-
- VaadinAwareSecurityContextHolderStrategy - Class in com.vaadin.flow.spring.security
-
A strategy that uses an available VaadinSession for retrieving the security
context.
- VaadinAwareSecurityContextHolderStrategy() - Constructor for class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
-
- VaadinConfigurationProperties - Class in com.vaadin.flow.spring
-
Configuration properties for Vaadin Spring Boot.
- VaadinConfigurationProperties() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties
-
- VaadinConfigurationProperties.Pnpm - Class in com.vaadin.flow.spring
-
- VaadinDefaultRequestCache - Class in com.vaadin.flow.spring.security
-
A default request cache implementation which aims to ignore requests that are
not for routes.
- VaadinDefaultRequestCache() - Constructor for class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
-
- vaadinDefaultRequestCache() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default request cache available for security configuration.
- vaadinForwardingController() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
-
Makes a forwarding controller.
- VaadinMVCWebAppInitializer - Class in com.vaadin.flow.spring
-
Abstract Vaadin Spring MVC WebApplicationInitializer.
- VaadinMVCWebAppInitializer() - Constructor for class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
-
- vaadinRootMapping() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
-
Makes an url handler mapping allowing to forward requests from a
DispatcherServlet to VaadinServlet.
- VaadinRouteScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scope that binds the beans
to a component in the navigation chain.
- VaadinRouteScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinRouteScope
-
- vaadinRouteScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin route scope.
- VaadinSavedRequestAwareAuthenticationSuccessHandler - Class in com.vaadin.flow.spring.security
-
A version of SavedRequestAwareAuthenticationSuccessHandler that
writes a different return value for a Fusion TypeScript client.
- VaadinSavedRequestAwareAuthenticationSuccessHandler() - Constructor for class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
Creates a new instance.
- VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy - Class in com.vaadin.flow.spring.security
-
- VaadinScanPackagesRegistrar - Class in com.vaadin.flow.spring
-
Internal registrar for Vaadin scan packages settings.
- VaadinScanPackagesRegistrar() - Constructor for class com.vaadin.flow.spring.VaadinScanPackagesRegistrar
-
- VaadinScopesConfig - Class in com.vaadin.flow.spring
-
Vaadin scopes configuration.
- VaadinScopesConfig() - Constructor for class com.vaadin.flow.spring.VaadinScopesConfig
-
- VaadinServletConfiguration - Class in com.vaadin.flow.spring
-
Vaadin servlet configuration.
- VaadinServletConfiguration() - Constructor for class com.vaadin.flow.spring.VaadinServletConfiguration
-
- VaadinServletContextInitializer - Class in com.vaadin.flow.spring
-
Servlet context initializer for Spring Boot Application.
- VaadinServletContextInitializer(ApplicationContext) - Constructor for class com.vaadin.flow.spring.VaadinServletContextInitializer
-
Creates a new ServletContextInitializer instance with application
context provided.
- VaadinSessionScope - Annotation Type in com.vaadin.flow.spring.annotation
-
Stereotype annotation for Spring's @Scope("vaadin-session").
- VaadinSessionScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scope that binds the beans
to the current VaadinSession (as opposed to
the current Servlet session).
- VaadinSessionScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinSessionScope
-
- vaadinSessionScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin session scope.
- VaadinSpringDataHelpers - Interface in com.vaadin.flow.spring.data
-
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>> - Class in com.vaadin.flow.spring.security.stateless
-
Enables authentication that relies on JWT instead of sessions.
- VaadinStatelessSecurityConfigurer() - Constructor for class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
- VaadinStatelessSecurityConfigurer.SecretKeyConfigurer - Class in com.vaadin.flow.spring.security.stateless
-
- VaadinUIScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scope that binds the beans
to the current UI.
- VaadinUIScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinUIScope
-
- vaadinUIScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin UI scope.
- VaadinWebSecurityConfigurerAdapter - Class in com.vaadin.flow.spring.security
-
Provides basic Vaadin security configuration for the project.
- VaadinWebSecurityConfigurerAdapter() - Constructor for class com.vaadin.flow.spring.security.VaadinWebSecurityConfigurerAdapter
-
- VaadinWebsocketEndpointExporter - Class in com.vaadin.flow.spring
-
Handles registration of JSR-356 websocket endpoints when the Spring Boot
application is run in an embedded container.
- VaadinWebsocketEndpointExporter() - Constructor for class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
-
- viewAccessChecker() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default view access checker available for security
configuration.
- ViewAccessCheckerInitializer - Class in com.vaadin.flow.spring.security
-
Helper for checking access to views.
- ViewAccessCheckerInitializer() - Constructor for class com.vaadin.flow.spring.security.ViewAccessCheckerInitializer
-
- viewAccessCheckerInitializer() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default view access check initializer available for security
configuration.