com.vaadin.flow.server.auth.
Uses of Package
com.vaadin.flow.server.auth
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.componentClassDescription
A security annotation, granting anonymous access to the Vaadin endpoint (or its method) it is placed onto.
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.diClassDescription
Interface for controlling access to routes in the application's menu component.
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.routerClassDescription
A security annotation, granting anonymous access to the Vaadin endpoint (or its method) it is placed onto.
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.server.authClassDescription
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.
Checks if a user has access to a given route path.
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.
Context information for a navigation request.
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.springClassDescription
Checks if a given user has access to a given method.
Checks if a user has access to a given route path.
Checks access to views using an
AccessAnnotationChecker
.Interface for controlling access to routes in the application's menu component.
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.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.
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.spring.securityClassDescription
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.Checks if a user has access to a given route path.
Default implementation of
MenuAccessControl
.Interface for controlling access to routes in the application's menu component.
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.Deprecated, for removal: This API element is subject to removal in a future version.
for annotation based view security useNavigationAccessControl
withAnnotatedViewAccessChecker
. -
Classes in com.vaadin.flow.server.auth used by com.vaadin.hilla.auth
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.hilla.routeClassDescription
A
BeforeEnterListener
implementation that contains logic to perform access checks before entering a view.Deprecated, for removal: This API element is subject to removal in a future version.
for annotation based view security useNavigationAccessControl
withAnnotatedViewAccessChecker
. -
Classes in com.vaadin.flow.server.auth used by com.vaadin.hilla.signals.handlerClassDescription
A security annotation, granting anonymous access to the Vaadin endpoint (or its method) it is placed onto.
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.hilla.startupClassDescription
A
BeforeEnterListener
implementation that contains logic to perform access checks before entering a view.Deprecated, for removal: This API element is subject to removal in a future version.
for annotation based view security useNavigationAccessControl
withAnnotatedViewAccessChecker
.
NavigationAccessControl
withAnnotatedViewAccessChecker
.