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