com.vaadin.flow.server.auth.

Interface AccessCheckDecisionResolver

All Superinterfaces:

Serializable

All Known Implementing Classes:

DefaultAccessCheckDecisionResolver

Functional Interface:

This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AccessCheckDecisionResolver extends Serializable

Indicates a class that is responsible for taking a decisions about granting access to a target view, based on the result provided by NavigationAccessCheckers.

The component is used by NavigationAccessControl to compute the final decision, based on the results of all registered NavigationAccessCheckers.