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