Uses of Interface
com.vaadin.flow.server.auth.NavigationAccessChecker
Packages that use NavigationAccessChecker
-
Uses of NavigationAccessChecker in com.vaadin.flow.server.auth
Classes in com.vaadin.flow.server.auth that implement NavigationAccessCheckerModifier and TypeClassDescriptionclassChecks access to views using anAccessAnnotationChecker.classChecks if a user has access to a given route path.Method parameters in com.vaadin.flow.server.auth with type arguments of type NavigationAccessCheckerModifier and TypeMethodDescriptionbooleanNavigationAccessControl.hasAccessChecker(Class<? extends NavigationAccessChecker> type) Checks if an access checker of the given type is in use.Constructor parameters in com.vaadin.flow.server.auth with type arguments of type NavigationAccessCheckerModifierConstructorDescriptionprotectedNavigationAccessControl(Collection<NavigationAccessChecker> checkerList) Create a new instance with given checkers and the default decision resolver.NavigationAccessControl(Collection<NavigationAccessChecker> checkerList, AccessCheckDecisionResolver decisionResolver) Create a new instance with given checkers and decision resolver.