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 TypeClassDescriptionclassDefault implementation ofAccessCheckDecisionResolverthat 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.