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.AccessPathChecker
Packages that use AccessPathChecker
Package
Description
-
Uses of AccessPathChecker in com.vaadin.flow.server.auth
Constructors in com.vaadin.flow.server.auth with parameters of type AccessPathCheckerModifierConstructorDescriptionRoutePathAccessChecker
(AccessPathChecker accessPathChecker) Creates an instance for the given checker.
-
Uses of AccessPathChecker in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return AccessPathCheckerModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.accessPatchChecker
(VaadinConfigurationProperties vaadinProperties, org.springframework.security.web.access.WebInvocationPrivilegeEvaluator evaluator) Makes the default route path access checker available for security configuration.
Methods in com.vaadin.flow.spring with parameters of type AccessPathCheckerModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.routePathAccessChecker
(AccessPathChecker accessPathChecker) Makes the default route path access checker available for security configuration.
-
Uses of AccessPathChecker in com.vaadin.flow.spring.security
Classes in com.vaadin.flow.spring.security that implement AccessPathCheckerModifier and TypeClassDescriptionclass
A Spring specific route path access checker that delegates the check to Spring Security.