Interface RouteAccessControl

  • All Known Implementing Classes:
    DefaultRouteAccessControl

    public interface RouteAccessControl
    Checks access before entering a navigation target.
    • Method Detail

      • checkAccess

        void checkAccess​(com.vaadin.flow.router.BeforeEnterEvent event)