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.