Uses of Package
com.vaadin.flow.server.auth
Packages that use com.vaadin.flow.server.auth
-
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.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
NavigationAccessCheckers.A representation of the access check result, potentially providing deny reason.Checks if a user has access to a given route path.Checks if a user is allowed to navigate to a specific view.Context information for a navigation request.