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 defaultMenuAccessControl
.VaadinApplicationConfiguration.vaadinMenuAccessControl()
Creates defaultMenuAccessControl
. -
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.