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.NavigationContext
Packages that use NavigationContext
-
Uses of NavigationContext in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth that return NavigationContextModifier and TypeMethodDescriptionNavigationAccessControl.createNavigationContext
(Class<?> navigationTarget, String path, VaadinService vaadinService, VaadinRequest vaadinRequest) Creates a new
NavigationContext
instance based on the given route data and Vaadin service and request.ViewAccessChecker.createNavigationContext
(Class<?> navigationTarget, String path, VaadinService vaadinService, VaadinRequest vaadinRequest) Deprecated, for removal: This API element is subject to removal in a future version.
Creates a new
NavigationContext
instance based on the given route data and Vaadin service and request.Methods in com.vaadin.flow.server.auth with parameters of type NavigationContextModifier and TypeMethodDescriptionAnnotatedViewAccessChecker.check
(NavigationContext context) NavigationAccessChecker.check
(NavigationContext context) Checks if the current user is allowed to access a target view.
RoutePathAccessChecker.check
(NavigationContext context) NavigationAccessControl.checkAccess
(NavigationContext context, boolean productionMode) ViewAccessChecker.checkAccess
(NavigationContext context) Deprecated, for removal: This API element is subject to removal in a future version.
Checks access to the given navigation target.
AccessCheckDecisionResolver.resolve
(List<AccessCheckResult> results, NavigationContext context) Determines if access is granted for a specific navigation context, based on the decisions provided by
NavigationAccessChecker
s.DefaultAccessCheckDecisionResolver.resolve
(List<AccessCheckResult> results, NavigationContext context)