Uses of Class
com.vaadin.copilot.AccessRequirement
Packages that use AccessRequirement
-
Uses of AccessRequirement in com.vaadin.copilot
Methods in com.vaadin.copilot that return AccessRequirementModifier and TypeMethodDescriptionstatic AccessRequirement
AccessRequirementUtil.getAccessRequirement
(AnnotatedElement annotatedClassOrMethod, AnnotatedElement fallback) Get the access requirement for the given annotated class or method based on its annotations.Methods in com.vaadin.copilot with parameters of type AccessRequirementModifier and TypeMethodDescriptionvoid
RouteCreator.createFlowView
(String route, AccessRequirement accessRequirement, Class<?> layoutClass) Creates a Flow view for the given route using the given access requirement.void
RouteCreator.createHillaView
(String route, AccessRequirement accessRequirement) Creates a Hilla view for the given route using the given access requirement.