Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accessAnnotationChecker() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default access annotation checker available for security configuration.
- addDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.spring.SpringVaadinSession
-
Adds a listener that gets notified when the Vaadin service session is destroyed.
- addLogoutHandlers(Consumer<LogoutHandler>) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets additional
LogoutHandlers that will participate in logout process. - afterPropertiesSet() - Method in class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
- algorithm(MacAlgorithm) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
-
Sets the signature algorithm.
- and() - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
-
Return to the
VaadinStatelessSecurityConfigurerwhen done using theVaadinStatelessSecurityConfigurer<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>>.SecretKeyConfigurerfor method chaining. - applyUrlMapping(String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Helper method to prepend configured servlet path to the given path.
- AuthenticationContext - Class in com.vaadin.flow.spring.security
-
The authentication context of the application.
- AuthenticationContext() - Constructor for class com.vaadin.flow.spring.security.AuthenticationContext
- AuthenticationUtil - Class in com.vaadin.flow.spring
-
Helpers for authentication related tasks.
- AuthenticationUtil() - Constructor for class com.vaadin.flow.spring.AuthenticationUtil
C
- clearContext() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
- com.vaadin.flow.spring - package com.vaadin.flow.spring
- com.vaadin.flow.spring.annotation - package com.vaadin.flow.spring.annotation
- com.vaadin.flow.spring.data - package com.vaadin.flow.spring.data
- com.vaadin.flow.spring.scopes - package com.vaadin.flow.spring.scopes
- com.vaadin.flow.spring.security - package com.vaadin.flow.spring.security
- com.vaadin.flow.spring.security.stateless - package com.vaadin.flow.spring.security.stateless
- com.vaadin.flow.spring.springnative - package com.vaadin.flow.spring.springnative
- configure(H) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
- configure(HttpSecurity) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Applies Vaadin default configuration to
HttpSecurity. - configure(WebSecurity) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
- contextInitializer() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
-
Creates a
ServletContextInitializerinstance. - createComponent(Class<T>) - Method in class com.vaadin.flow.spring.SpringInstantiator
- createDeploymentConfiguration(Properties) - Method in class com.vaadin.flow.spring.SpringServlet
- createEmptyContext() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
- createLookup(VaadinContext, Map<Class<?>, Collection<Class<?>>>) - Method in class com.vaadin.flow.spring.SpringLookupInitializer
- createServletService(DeploymentConfiguration) - Method in class com.vaadin.flow.spring.SpringServlet
- createVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
D
- defaultApplicationConfigurationFactory() - Method in class com.vaadin.flow.spring.VaadinApplicationConfiguration
-
Creates a default
ApplicationConfigurationFactorybean in case there is no developer provided bean. - determineTargetUrl(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
Determines the originally requested path by the user before authentication by reading the target redirect url from the response header.
- DevModeBrowserLauncher - Class in com.vaadin.flow.spring
-
Utilities for launching a browser when running in development mode.
- DevModeBrowserLauncher(SpringApplication, String[]) - Constructor for class com.vaadin.flow.spring.DevModeBrowserLauncher
- doCreate(VaadinContext, FallbackChunk, Map<String, String>) - Method in class com.vaadin.flow.spring.SpringApplicationConfigurationFactory
E
- EnableVaadin - Annotation Interface in com.vaadin.flow.spring.annotation
-
Brings in the machinery to setup Spring + Vaadin applications.
- EXCLUDED_URLS_PROPERTY - Static variable in class com.vaadin.flow.spring.VaadinServletConfiguration
- expiresIn(long) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Sets the lifetime of the JWT.
F
- filterChain(HttpSecurity) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Registers default
SecurityFilterChainbean. - fireSessionDestroy() - Method in class com.vaadin.flow.spring.SpringVaadinSession
-
Handles destruction of the session.
- ForwardingRequestWrapper - Class in com.vaadin.flow.spring
-
Creates an
HttpServletRequestWrapperinstance which returns appropriateservletPathandpathInfo(which are expected byVaadinServlet) in case forwarding is enforced. - ForwardingRequestWrapper(HttpServletRequest) - Constructor for class com.vaadin.flow.spring.ForwardingRequestWrapper
- fromPagingRepository(PagingAndSortingRepository<T, ?>) - Static method in interface com.vaadin.flow.spring.data.VaadinSpringDataHelpers
-
Binds all items from a given paging Spring Data repository to
Grid.
G
- get(String, ObjectFactory<?>) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- getAuthenticatedUser(Class<U>) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
-
Gets an
Optionalwith an instance of the current user if it has been authenticated, or empty if the user is not authenticated. - getAuthenticationContext() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Gets the default authentication-context bean.
- getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
- getBlacklistedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Get a list of packages that are blacklisted for class scanning.
- getConfigurationClasses() - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
-
Gets the application configuration classes.
- getContext() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
- getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
- getDefaultHttpSecurityPermitMatcher() - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Matcher for framework internal requests.
- getDefaultHttpSecurityPermitMatcher(String) - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Matcher for framework internal requests, with Vaadin servlet mapped on the given path.
- getDefaultWebSecurityIgnoreMatcher() - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Matcher for Vaadin static (public) resources.
- getDefaultWebSecurityIgnoreMatcher(String) - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Matcher for Vaadin static (public) resources, with Vaadin servlet mapped on the given path.
- getExcludedUrls(Environment) - Static method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Gets the excluded URLs using the given environment.
- getExcludeUrls() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Get a list of URL patterns that are not handled by the Vaadin servlet when it is mapped to the context root.
- getHandlerInternal(HttpServletRequest) - Method in class com.vaadin.flow.spring.VaadinServletConfiguration.RootExcludeHandler
- getI18NProvider() - Method in class com.vaadin.flow.spring.SpringInstantiator
- getLogger() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration.RootExcludeHandler
- getMatchingRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
- getOrCreate(Class<T>) - Method in class com.vaadin.flow.spring.SpringInstantiator
-
Hands over an existing bean or tries to instantiate one with the following rules: If exactly one bean is present in the context, it returns this bean.
- getPathInfo() - Method in class com.vaadin.flow.spring.ForwardingRequestWrapper
- getPrincipal(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringViewAccessChecker
- getPrincipalName() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
-
Gets an
Optionalcontaining the authenticated principal name, or an empty optional if the user is not authenticated. - getRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
- getRolesChecker(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringViewAccessChecker
- getSecurityHolderAuthentication() - Static method in class com.vaadin.flow.spring.AuthenticationUtil
-
Gets the authenticated user from the Spring SecurityContextHolder.
- getSecurityHolderRoleChecker() - Static method in class com.vaadin.flow.spring.AuthenticationUtil
-
Gets a function for checking if the authenticated user from the Spring SecurityContextHolder is in a given role.
- getServiceInitListeners() - Method in class com.vaadin.flow.spring.SpringInstantiator
- getServletPath() - Method in class com.vaadin.flow.spring.ForwardingRequestWrapper
- getStaticResource(String) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
- getUrlMapping() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Gets the url mapping for the Vaadin servlet.
- getUrlMapping(Environment) - Static method in class com.vaadin.flow.spring.RootMappedCondition
-
Gets the url mapping in a way compatible with both plain Spring and Spring Boot.
- getUrlMapping(Environment) - Static method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Gets the url mapping using the given environment.
- getVaadinSession() - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
-
Gets current Vaadin session.
- getViewAccessChecker() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Vaadin views access checker bean.
- getWhitelistedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Get a list of packages that are white-listed for class scanning.
I
- init() - Method in class com.vaadin.flow.spring.SpringVaadinServletService
- init(H) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
- initialize(VaadinContext, Map<Class<?>, Collection<Class<?>>>, VaadinApplicationInitializationBootstrap) - Method in class com.vaadin.flow.spring.SpringLookupInitializer
- isAnonymousEndpoint(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request targets an endpoint that is public, i.e.
- isAnonymousRoute(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request targets a Flow route that is public, i.e.
- isAsyncSupported() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Returns if asynchronous operations are supported.
- isAuthenticated() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
-
Indicates whether a user is currently authenticated.
- isEnable() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Pnpm
-
Returns if pnpm support is enabled.
- isEndpointRequest(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request targets an endpoint.
- isFrameworkInternalRequest(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request is an internal request.
- isLaunchBrowser() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Returns if a browser should be launched on startup when in development mode.
- isLoadOnStartup() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Returns if servlet is loaded on startup.
- isPnpmEnabled() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Returns if pnpm support is enabled.
- isRootMapping(String) - Static method in class com.vaadin.flow.spring.RootMappedCondition
-
Returns
trueifmappingis the root mapping ("/*"). - isSpringBoot() - Static method in class com.vaadin.flow.spring.SpringUtil
-
Checks if this is Spring Boot and not plain Spring.
- issuer(String) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Sets the issuer claim to use when issuing and verifying the JWT.
L
- loadInstantiators() - Method in class com.vaadin.flow.spring.SpringVaadinServletService
- logout() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
-
Initiates the logout process of the current authenticated user by invalidating the local session and then notifying
LogoutHandler.
M
- Marker() - Constructor for class com.vaadin.flow.spring.springnative.VaadinBeanFactoryInitializationAotProcessor.Marker
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.vaadin.flow.spring.RootMappedCondition
O
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
Called when a user has been successfully authenticated and finds out whether it should redirect the user back to a default success url or the originally requested url before the authentication.
- onStartup(ServletContext) - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
- onStartup(ServletContext) - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer
P
- Pnpm() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties.Pnpm
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.vaadin.flow.spring.SpringDevToolsPortHandler
- processAheadOfTime(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.springnative.VaadinBeanFactoryInitializationAotProcessor
- PROPERTY_NAMES - Static variable in class com.vaadin.flow.spring.SpringServlet
-
Property names that are read from the application.properties file
R
- ready(ConfigurableApplicationContext, Duration) - Method in class com.vaadin.flow.spring.DevModeBrowserLauncher
- RedirectStrategy() - Constructor for class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.vaadin.flow.spring.VaadinScanPackagesRegistrar
- registerConfiguration(AnnotationConfigWebApplicationContext) - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
-
Registers application configuration classes.
- registerDestructionCallback(String, Runnable) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- registerEndpoints() - Method in class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
- registerHints(RuntimeHints, ClassLoader) - Method in class com.vaadin.flow.spring.springnative.VaadinHintsRegistrar
- remove(String) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- removeRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
- requestUtil() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the request util available.
- RequestUtil - Class in com.vaadin.flow.spring.security
-
Contains utility methods related to request handling.
- RequestUtil() - Constructor for class com.vaadin.flow.spring.security.RequestUtil
- resolveContextualObject(String) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- RootExcludeHandler(List<String>, Controller) - Constructor for class com.vaadin.flow.spring.VaadinServletConfiguration.RootExcludeHandler
- RootMappedCondition - Class in com.vaadin.flow.spring
-
Condition to check whether the Vaadin servlet is mapped to the root ("/*").
- RootMappedCondition() - Constructor for class com.vaadin.flow.spring.RootMappedCondition
- RouteScope - Annotation Interface in com.vaadin.flow.spring.annotation
-
The lifecycle of a
@RouteScopebean is controlled by route navigation. - RouteScopeOwner - Annotation Interface in com.vaadin.flow.spring.annotation
-
Link a
@RouteScopebean to its owner.
S
- 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.
- securityContextHolderStrategy() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategyConfiguration
-
Registers
SecurityContextHolderStrategybean. - sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class com.vaadin.flow.spring.security.UidlRedirectStrategy
- 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(ObjectProvider<MultipartConfigElement>, VaadinConfigurationProperties) - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
-
Creates a
ServletRegistrationBeaninstance with Spring aware Vaadin servlet. - setAsyncSupported(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets
asyncSupportedproperty 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
- setCsrfTokenRepository(CsrfTokenRepository) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
Sets the csrf token repository which is used to generate the csrf token when using a cookie based (stateless) csrf store.
- 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.
- setExcludeUrls(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Set a list of URL patterns that are not handled by the Vaadin servlet when it is mapped to the context root.
- 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, Class<? extends Component>) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
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.VaadinWebSecurity
-
Sets up login for the application using the given Flow login view.
- setLoginView(HttpSecurity, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
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.VaadinWebSecurity
-
Sets up login for the application using form login with the given path for the login view.
- setOAuth2LoginPage(HttpSecurity, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up the login page URI of the OAuth2 provider on the specified HttpSecurity instance.
- 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
- setSharedObjects(HttpSecurity) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
- setStatelessAuthentication(HttpSecurity, SecretKey, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up stateless JWT authentication using cookies.
- setStatelessAuthentication(HttpSecurity, SecretKey, String, long) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up stateless JWT authentication using cookies.
- setUrlMapping(String) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets
urlMappingproperty 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 Interface in com.vaadin.flow.spring.annotation
-
Convenience alias for
Componentto prevent conflicts withComponent. - SpringDevToolsPortHandler - Class in com.vaadin.flow.spring
-
Sets Spring Boot dev tools to run on a free random port if the default port (35729) is in use.
- SpringDevToolsPortHandler() - Constructor for class com.vaadin.flow.spring.SpringDevToolsPortHandler
- 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
LookupInitializerimplementation. - SpringLookupInitializer() - Constructor for class com.vaadin.flow.spring.SpringLookupInitializer
- 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
contextprovided. - SpringUtil - Class in com.vaadin.flow.spring
-
Helpers related to Spring.
- SpringUtil() - Constructor for class com.vaadin.flow.spring.SpringUtil
- 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.
- SpringViewAccessChecker - Class in com.vaadin.flow.spring
-
A Spring specific view access checker that falls back to Spring mechanisms when the generic mechanisms do not work.
- SpringViewAccessChecker(AccessAnnotationChecker) - Constructor for class com.vaadin.flow.spring.SpringViewAccessChecker
-
Creates an instance with the given annotation checker.
T
- toSpringDataSort(Query<?, ?>) - Static method in interface com.vaadin.flow.spring.data.VaadinSpringDataHelpers
-
Translates given Query object from a Vaadin component to Spring Data Sort object.
- toSpringPageRequest(Query<?, ?>) - Static method in interface com.vaadin.flow.spring.data.VaadinSpringDataHelpers
-
Creates a Spring Data
PageRequestbased on the VaadinQueryobject.
U
- UidlRedirectStrategy - Class in com.vaadin.flow.spring.security
-
A strategy to handle redirects which is aware of UIDL requests.
- UidlRedirectStrategy() - Constructor for class com.vaadin.flow.spring.security.UidlRedirectStrategy
- uiInit(UIInitEvent) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- UIScope - Annotation Interface in com.vaadin.flow.spring.annotation
-
Stereotype annotation for Spring's
@Scope("vaadin-ui"). - URL_MAPPING_PROPERTY - Static variable in class com.vaadin.flow.spring.RootMappedCondition
V
- 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
-
Creates an application context initializer for lookup initializer
SpringLookupInitializer. - 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
- VaadinAwareSecurityContextHolderStrategyConfiguration - Class in com.vaadin.flow.spring.security
-
Provides configuration of Vaadin aware
SecurityContextHolderStrategy - VaadinAwareSecurityContextHolderStrategyConfiguration() - Constructor for class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategyConfiguration
- VaadinBeanFactoryInitializationAotProcessor - Class in com.vaadin.flow.spring.springnative
- VaadinBeanFactoryInitializationAotProcessor() - Constructor for class com.vaadin.flow.spring.springnative.VaadinBeanFactoryInitializationAotProcessor
- VaadinBeanFactoryInitializationAotProcessor.Marker - Class in com.vaadin.flow.spring.springnative
- 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() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default request cache available for security configuration.
- 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
- vaadinForwardingController() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
-
Makes a forwarding controller.
- VaadinHintsRegistrar - Class in com.vaadin.flow.spring.springnative
-
Registers runtime hints for Spring 3 native support.
- VaadinHintsRegistrar() - Constructor for class com.vaadin.flow.spring.springnative.VaadinHintsRegistrar
- VaadinMVCWebAppInitializer - Class in com.vaadin.flow.spring
-
Abstract Vaadin Spring MVC
WebApplicationInitializer. - VaadinMVCWebAppInitializer() - Constructor for class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
- vaadinRootMapping(Environment) - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
-
Makes an url handler mapping allowing to forward requests from a
DispatcherServlettoVaadinServlet. - vaadinRouteScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin route scope.
- VaadinRouteScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scopethat binds the beans to a component in the navigation chain. - VaadinRouteScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinRouteScope
- VaadinSavedRequestAwareAuthenticationSuccessHandler - Class in com.vaadin.flow.spring.security
-
A version of
SavedRequestAwareAuthenticationSuccessHandlerthat 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
-
Redirect strategy used by
VaadinSavedRequestAwareAuthenticationSuccessHandler. - 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
- VaadinServletConfiguration.RootExcludeHandler - Class in com.vaadin.flow.spring
- 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
ServletContextInitializerinstance with applicationcontextprovided. - vaadinSessionScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin session scope.
- VaadinSessionScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scopethat binds the beans to the currentVaadinSession(as opposed to the current Servlet session). - VaadinSessionScope - Annotation Interface in com.vaadin.flow.spring.annotation
-
Stereotype annotation for Spring's
@Scope("vaadin-session"). - VaadinSessionScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinSessionScope
- 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
-
Enables configuring the secret key and the algorithm for the JWT signing and verification when using
VaadinStatelessSecurityConfigurer. - vaadinUIScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin UI scope.
- VaadinUIScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scopethat binds the beans to the currentUI. - VaadinUIScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinUIScope
- VaadinWebSecurity - Class in com.vaadin.flow.spring.security
-
Provides basic Vaadin component-based security configuration for the project.
- VaadinWebSecurity() - Constructor for class com.vaadin.flow.spring.security.VaadinWebSecurity
- 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
- value() - Element in annotation interface com.vaadin.flow.spring.annotation.EnableVaadin
-
Base packages to scan for annotated classes on Vaadin startup.
- value() - Element in annotation interface com.vaadin.flow.spring.annotation.RouteScopeOwner
-
Owner class of the qualified
@RouteScopebean. - value() - Element in annotation interface com.vaadin.flow.spring.annotation.SpringComponent
-
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- viewAccessChecker(AccessAnnotationChecker) - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default view access checker available for security configuration.
- viewAccessCheckerInitializer() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default view access check initializer 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
W
- webSecurityCustomizer() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Registers default
WebSecurityCustomizerbean. - websocketEndpointDeployer() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
-
Deploys JSR-356 websocket endpoints when Atmosphere is available.
- withSecretKey() - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Specifies using a secret key for signing and verification.
- withSecretKey(Customizer<VaadinStatelessSecurityConfigurer.SecretKeyConfigurer>) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Specifies using a secret key for signing and verification.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form