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 Interface
com.vaadin.flow.server.auth.AccessCheckDecisionResolver
Packages that use AccessCheckDecisionResolver
-
Uses of AccessCheckDecisionResolver in com.vaadin.flow.server.auth
Classes in com.vaadin.flow.server.auth that implement AccessCheckDecisionResolverModifier and TypeClassDescriptionclass
Default implementation of
AccessCheckDecisionResolver
that allow access only if input results are all ALLOW, or a combination of ALLOW and NEUTRAL.Constructors in com.vaadin.flow.server.auth with parameters of type AccessCheckDecisionResolverModifierConstructorDescriptionNavigationAccessControl
(Collection<NavigationAccessChecker> checkerList, AccessCheckDecisionResolver decisionResolver) Create a new instance with given checkers and decision resolver.
-
Uses of AccessCheckDecisionResolver in com.vaadin.flow.spring.security
Methods in com.vaadin.flow.spring.security with parameters of type AccessCheckDecisionResolverModifier and TypeMethodDescriptionNavigationAccessControlConfigurer.withDecisionResolver
(AccessCheckDecisionResolver resolver) Sets the
AccessCheckDecisionResolver
for the navigation access control.Method parameters in com.vaadin.flow.spring.security with type arguments of type AccessCheckDecisionResolverModifier and TypeMethodDescription<T extends NavigationAccessControl>
TNavigationAccessControlConfigurer.build
(BiFunction<List<NavigationAccessChecker>, AccessCheckDecisionResolver, T> factory, List<NavigationAccessChecker> availableCheckers) Builds a
NavigationAccessControl
instance, configured according to this configurer instance settings.Constructors in com.vaadin.flow.spring.security with parameters of type AccessCheckDecisionResolverModifierConstructorDescriptionSpringNavigationAccessControl
(Collection<NavigationAccessChecker> checkerList, AccessCheckDecisionResolver decisionResolver) Create a new instance with given checkers and decision resolver.