Uses of Class
com.vaadin.flow.server.auth.ViewAccessChecker
Packages that use ViewAccessChecker
-
Uses of ViewAccessChecker in com.vaadin.flow.spring
Subclasses of ViewAccessChecker in com.vaadin.flow.springModifier and TypeClassDescriptionclass
A Spring specific view access checker that falls back to Spring mechanisms when the generic mechanisms do not work.Methods in com.vaadin.flow.spring that return ViewAccessCheckerModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.viewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Makes the default view access checker available for security configuration. -
Uses of ViewAccessChecker in com.vaadin.flow.spring.security
Methods in com.vaadin.flow.spring.security that return ViewAccessCheckerModifier and TypeMethodDescriptionprotected ViewAccessChecker
VaadinWebSecurity.getViewAccessChecker()
Vaadin views access checker bean.