We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.server.auth.NavigationAccessControl
Packages that use NavigationAccessControl
Package
Description
-
Uses of NavigationAccessControl in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return NavigationAccessControlModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.navigationAccessControl
(List<NavigationAccessChecker> accessCheckerList, NavigationAccessControlConfigurer configurer) Makes the default navigation access control available for security configuration.
Methods in com.vaadin.flow.spring with parameters of type NavigationAccessControlModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.navigationAccessControlInitializer
(NavigationAccessControl accessControl) Makes the default navigation access control initializer available for security configuration.
-
Uses of NavigationAccessControl in com.vaadin.flow.spring.security
Subclasses of NavigationAccessControl in com.vaadin.flow.spring.securityModifier and TypeClassDescriptionclass
A Spring specific navigation access control that falls back to Spring mechanisms for user retrieval and role checking, when the generic mechanisms do not work.
Methods in com.vaadin.flow.spring.security with type parameters of type NavigationAccessControlModifier and TypeMethodDescription<T extends NavigationAccessControl>
TNavigationAccessControlConfigurer.build
(BiFunction<List<NavigationAccessChecker>, AccessCheckDecisionResolver, T> factory, List<NavigationAccessChecker> availableCheckers) Builds a
NavigationAccessControl
instance, configured according to this configurer instance settings.Methods in com.vaadin.flow.spring.security that return NavigationAccessControlModifier and TypeMethodDescriptionprotected NavigationAccessControl
VaadinWebSecurity.getNavigationAccessControl()
Vaadin navigation access control bean.
Constructors in com.vaadin.flow.spring.security with parameters of type NavigationAccessControlModifierConstructorDescriptionNavigationAccessControlInitializer
(NavigationAccessControl accessControl) -
Uses of NavigationAccessControl in com.vaadin.hilla.route
Constructors in com.vaadin.hilla.route with parameters of type NavigationAccessControlModifierConstructorDescriptionServerAndClientViewsProvider
(DeploymentConfiguration deploymentConfiguration, NavigationAccessControl accessControl, ViewAccessChecker viewAccessChecker, boolean exposeServerRoutesToClient) Creates a new listener instance with the given route registry.
-
Uses of NavigationAccessControl in com.vaadin.hilla.startup
Constructors in com.vaadin.hilla.startup with parameters of type NavigationAccessControlModifierConstructorDescriptionRouteUnifyingServiceInitListener
(RouteUtil routeUtil, RouteUnifyingConfigurationProperties routeUnifyingConfigurationProperties, NavigationAccessControl accessControl, ViewAccessChecker viewAccessChecker) Creates a new instance of the listener.