com.vaadin.flow.server.auth.
Package com.vaadin.flow.server.auth
-
ClassDescription
Checks if a given user has access to a given method.
Decision on navigation access.
Indicates a class that is responsible for taking a decisions about granting access to a target view, based on the result provided by
NavigationAccessChecker
s.A representation of the access check result, potentially providing deny reason.
Annotation for customizing route specific rerouting of access denied error in
AnnotatedViewAccessChecker
.Checks if a user has access to a given route path.
Checks access to views using an
AccessAnnotationChecker
.A security annotation, granting anonymous access to the Vaadin endpoint (or its method) it is placed onto.
Default implementation of
AccessCheckDecisionResolver
that allow access only if input results are all ALLOW, or a combination of ALLOW and NEUTRAL.Default implementation of
MenuAccessControl
.Interface for controlling access to routes in the application's menu component.
Enum for controlling how the client-side menu should be populated.
Checks if a user is allowed to navigate to a specific view.
A
BeforeEnterListener
implementation that contains logic to perform access checks before entering a view.Context information for a navigation request.
Checks if a user has access to a given route path.
Deprecated, for removal: This API element is subject to removal in a future version.
NavigationAccessControl
withAnnotatedViewAccessChecker
.