Package io.jmix.securityflowui.access
Class JmixNavigationAccessChecker
java.lang.Object
io.jmix.securityflowui.access.JmixNavigationAccessChecker
- All Implemented Interfaces:
com.vaadin.flow.server.auth.NavigationAccessChecker
,Serializable
public class JmixNavigationAccessChecker
extends Object
implements com.vaadin.flow.server.auth.NavigationAccessChecker
A
NavigationAccessChecker
that checks access to view by the presence of the Vaadin
@AnonymousAllowed
annotation on the view controller and by analyzing Jmix resource roles assigned for
the current user.- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.server.auth.AccessCheckResult
check
(com.vaadin.flow.server.auth.NavigationContext context)
-
Field Details
-
uiAccessChecker
-
-
Constructor Details
-
JmixNavigationAccessChecker
-
-
Method Details