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 theNavigationAccessControl
.NavigationAccessControlConfigurer.withAnnotatedViewAccessChecker()
Enables theAnnotatedViewAccessChecker
.NavigationAccessControlConfigurer.withAvailableNavigationAccessCheckers
(Predicate<NavigationAccessChecker> filter) Adds toNavigationAccessControl
all the registeredNavigationAccessChecker
beans that matches the given filter.NavigationAccessControlConfigurer.withDecisionResolver
(AccessCheckDecisionResolver resolver) Sets theAccessCheckDecisionResolver
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 givenNavigationAccessChecker
to the collection of checker that will be used byNavigationAccessControl
.NavigationAccessControlConfigurer.withNavigationAccessCheckers
(Collection<NavigationAccessChecker> accessChecker) Adds the givenNavigationAccessChecker
to the collection of checker that will be used byNavigationAccessControl
.NavigationAccessControlConfigurer.withRoutePathAccessChecker()
Enables theRoutePathAccessChecker
.