Uses of Package
com.vaadin.flow.server.auth
Packages that use com.vaadin.flow.server.auth
Package
Description
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.componentClassDescriptionA 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.diClassDescriptionInterface for controlling access to routes in the application's menu component.
-
Classes in com.vaadin.flow.server.auth used by com.vaadin.flow.routerClassDescriptionA 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.authClassDescriptionChecks 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.springClassDescriptionChecks 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.ABeforeEnterListener
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.securityClassDescriptionIndicates 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 ofMenuAccessControl
.Interface for controlling access to routes in the application's menu component.Checks if a user is allowed to navigate to a specific view.ABeforeEnterListener
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.routeClassDescriptionA
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.handlerClassDescriptionA 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.startupClassDescriptionA
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
.