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.