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 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.