Uses of Class
com.vaadin.flow.server.auth.ViewAccessChecker
Packages that use ViewAccessChecker
Package
Description
-
Uses of ViewAccessChecker in com.vaadin.flow.spring
Subclasses of ViewAccessChecker in com.vaadin.flow.springModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ViewAccessChecker in com.vaadin.flow.spring.security
Methods in com.vaadin.flow.spring.security that return ViewAccessCheckerModifier and TypeMethodDescriptionprotected ViewAccessChecker
VaadinWebSecurity.getViewAccessChecker()
Deprecated, for removal: This API element is subject to removal in a future version.ViewAccessChecker is not used anymore by VaadinWebSecurity, and has been replaced byNavigationAccessControl
. -
Uses of ViewAccessChecker in com.vaadin.hilla.route
Constructors in com.vaadin.hilla.route with parameters of type ViewAccessCheckerModifierConstructorDescriptionServerAndClientViewsProvider
(DeploymentConfiguration deploymentConfiguration, NavigationAccessControl accessControl, ViewAccessChecker viewAccessChecker, boolean exposeServerRoutesToClient) Creates a new listener instance with the given route registry. -
Uses of ViewAccessChecker in com.vaadin.hilla.startup
Constructors in com.vaadin.hilla.startup with parameters of type ViewAccessCheckerModifierConstructorDescriptionRouteUnifyingServiceInitListener
(RouteUtil routeUtil, RouteUnifyingConfigurationProperties routeUnifyingConfigurationProperties, NavigationAccessControl accessControl, ViewAccessChecker viewAccessChecker) Creates a new instance of the listener.
NavigationAccessControl
.