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 AccessAnnotationCheckerModifierConstructorDescriptionAnnotatedViewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Creates an instance using the given checker.
protected
ViewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Deprecated, for removal: This API element is subject to removal in a future version.
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.annotatedViewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Makes the default annotation based view access checker available for security configuration.
Constructors in com.vaadin.flow.spring with parameters of type AccessAnnotationCheckerModifierConstructorDescriptionSpringViewAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Deprecated, for removal: This API element is subject to removal in a future version.
Creates an instance with the given annotation checker.
-
Uses of AccessAnnotationChecker in com.vaadin.hilla.auth
Methods in com.vaadin.hilla.auth that return AccessAnnotationCheckerModifier and TypeMethodDescriptionEndpointAccessChecker.getAccessAnnotationChecker()
Returns the instance used for checking access based on annotations.
Constructors in com.vaadin.hilla.auth with parameters of type AccessAnnotationCheckerModifierConstructorDescriptionEndpointAccessChecker
(AccessAnnotationChecker accessAnnotationChecker) Creates a new instance.