Uses of Record Class
com.vaadin.flow.server.menu.AvailableViewInfo
Packages that use AvailableViewInfo
Package
Description
-
Uses of AvailableViewInfo in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth with parameters of type AvailableViewInfoModifier and TypeMethodDescriptiondefault booleanMenuAccessControl.canAccessView(AvailableViewInfo viewInfo) Determines if current user has permissions to access the given view.static booleanMenuAccessControl.canAccessView(AvailableViewInfo viewInfo, Principal principal, Predicate<String> roleChecker) Check view against authentication state.