Uses of Class
com.vaadin.flow.server.auth.AccessAnnotationChecker
Packages that use AccessAnnotationChecker
-
Uses of AccessAnnotationChecker in com.vaadin.flow.server.auth
Constructors in com.vaadin.flow.server.auth with parameters of type AccessAnnotationCheckerModifierConstructorDescriptionprotected
ViewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Creates an instance using the given checker. -
Uses of AccessAnnotationChecker in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return AccessAnnotationCheckerModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.accessAnnotationChecker()
Makes the default access annotation checker available for security configuration.Methods in com.vaadin.flow.spring with parameters of type AccessAnnotationCheckerModifier and TypeMethodDescriptionSpringSecurityAutoConfiguration.viewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Makes the default view access checker available for security configuration.Constructors in com.vaadin.flow.spring with parameters of type AccessAnnotationCheckerModifierConstructorDescriptionSpringViewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Creates an instance with the given annotation checker.