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.MenuAccessControl
Packages that use MenuAccessControl
Package
Description
-
Uses of MenuAccessControl in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return MenuAccessControlModifier and TypeMethodDescriptionDefaultInstantiator.getMenuAccessControl()
default MenuAccessControl
Instantiator.getMenuAccessControl()
Get the MenuAccessControl.
-
Uses of MenuAccessControl in com.vaadin.flow.server.auth
Classes in com.vaadin.flow.server.auth that implement MenuAccessControl -
Uses of MenuAccessControl in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return MenuAccessControlModifier and TypeMethodDescriptionSpringInstantiator.getMenuAccessControl()
VaadinApplicationConfiguration.springSecurityVaadinMenuAccessControl()
Creates default
MenuAccessControl
.VaadinApplicationConfiguration.vaadinMenuAccessControl()
Creates default
MenuAccessControl
. -
Uses of MenuAccessControl in com.vaadin.flow.spring.security
Classes in com.vaadin.flow.spring.security that implement MenuAccessControlModifier and TypeClassDescriptionclass
A Spring specific menu access control that falls back to Spring mechanisms for view access checking, when the generic mechanisms do not work.