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.spring.security.NavigationAccessControlConfigurer
Packages that use NavigationAccessControlConfigurer
-
Uses of NavigationAccessControlConfigurer in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring with parameters of type NavigationAccessControlConfigurerModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.navigationAccessControl
(List<NavigationAccessChecker> accessCheckerList, NavigationAccessControlConfigurer configurer) Makes the default navigation access control available for security configuration.
-
Uses of NavigationAccessControlConfigurer in com.vaadin.flow.spring.security
Methods in com.vaadin.flow.spring.security that return NavigationAccessControlConfigurerModifier and TypeMethodDescriptionNavigationAccessControlConfigurer.disabled()
Disables the
NavigationAccessControl
.NavigationAccessControlConfigurer.withAnnotatedViewAccessChecker()
Enables the
AnnotatedViewAccessChecker
.NavigationAccessControlConfigurer.withAvailableNavigationAccessCheckers
(Predicate<NavigationAccessChecker> filter) Adds to
NavigationAccessControl
all the registeredNavigationAccessChecker
beans that matches the given filter.NavigationAccessControlConfigurer.withDecisionResolver
(AccessCheckDecisionResolver resolver) Sets the
AccessCheckDecisionResolver
for the navigation access control.NavigationAccessControlConfigurer.withLoginView
(Class<? extends Component> loginView) Sets the Flow login view to use.
NavigationAccessControlConfigurer.withLoginView
(String loginViewPath) Sets the path of the login view.
NavigationAccessControlConfigurer.withNavigationAccessChecker
(NavigationAccessChecker accessChecker) Adds the given
NavigationAccessChecker
to the collection of checker that will be used byNavigationAccessControl
.NavigationAccessControlConfigurer.withNavigationAccessCheckers
(Collection<NavigationAccessChecker> accessChecker) Adds the given
NavigationAccessChecker
to the collection of checker that will be used byNavigationAccessControl
.NavigationAccessControlConfigurer.withRoutePathAccessChecker()
Enables the
RoutePathAccessChecker
.