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 TypeMethodDescriptioncom.vaadin.flow.server.auth.NavigationAccessControlSpringSecurityAutoConfiguration.navigationAccessControl(List<com.vaadin.flow.server.auth.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<com.vaadin.flow.server.auth.NavigationAccessChecker> filter) Adds toNavigationAccessControlall the registeredNavigationAccessCheckerbeans that matches the given filter.NavigationAccessControlConfigurer.withDecisionResolver(com.vaadin.flow.server.auth.AccessCheckDecisionResolver resolver) Sets theAccessCheckDecisionResolverfor the navigation access control.NavigationAccessControlConfigurer.withLoginView(Class<? extends com.vaadin.flow.component.Component> loginView) Sets the Flow login view to use.NavigationAccessControlConfigurer.withLoginView(String loginViewPath) Sets the path of the login view.NavigationAccessControlConfigurer.withNavigationAccessChecker(com.vaadin.flow.server.auth.NavigationAccessChecker accessChecker) Adds the givenNavigationAccessCheckerto the collection of checker that will be used byNavigationAccessControl.NavigationAccessControlConfigurer.withNavigationAccessCheckers(Collection<com.vaadin.flow.server.auth.NavigationAccessChecker> accessChecker) Adds the givenNavigationAccessCheckerto the collection of checker that will be used byNavigationAccessControl.NavigationAccessControlConfigurer.withRoutePathAccessChecker()Enables theRoutePathAccessChecker.