Uses of Interface
org.uberfire.security.Resource
-
-
Uses of Resource in org.uberfire.security
Classes in org.uberfire.security that implement Resource Modifier and Type Class Description classResourceRefA resource reference.Methods in org.uberfire.security that return types with arguments of type Resource Modifier and Type Method Description default List<Resource>Resource. getDependencies()A list of dependent resources.List<Resource>ResourceRef. getDependencies()Method parameters in org.uberfire.security with type arguments of type Resource Modifier and Type Method Description voidResourceRef. setDependencies(List<Resource> deps)Constructor parameters in org.uberfire.security with type arguments of type Resource Constructor Description ResourceRef(String identifier, ResourceType type, List<Resource> dependencies) -
Uses of Resource in org.uberfire.security.authz
Subinterfaces of Resource in org.uberfire.security.authz Modifier and Type Interface Description interfaceRuntimeContentResourceinterfaceRuntimeFeatureResourceinterfaceRuntimeResourceMethods in org.uberfire.security.authz that return Resource Modifier and Type Method Description ResourceResourceActionRef. getResource()Constructors in org.uberfire.security.authz with parameters of type Resource Constructor Description ResourceActionRef(Resource resource)ResourceActionRef(Resource resource, ResourceAction action)ResourceActionRef(ResourceType type, Resource resource, ResourceAction action) -
Uses of Resource in org.uberfire.workbench.model.menu
Subinterfaces of Resource in org.uberfire.workbench.model.menu Modifier and Type Interface Description interfaceMenuCustom<T>A menu item that provides its own widget.interfaceMenuGroupA menu item that has child items nested under it.interfaceMenuItemMeta-data for a Workbench MenuItem including permissions.interfaceMenuItemCommandA menu item that invokes a particularCommandwhen it is clicked.interfaceMenuItemPerspectiveA menu item that invokes a particularPerspectiveDefinitionwhen it is clicked.interfaceMenuItemPlainA menu item that has no children and no specificCommandassociated with it.Methods in org.uberfire.workbench.model.menu with parameters of type Resource Modifier and Type Method Description TMenuFactory.SecurityInfos. withPermission(Resource resource)TMenuFactory.SecurityInfos. withPermission(Resource resource, ResourceAction resourceAction)TMenuFactory.SecurityInfos. withPermission(ResourceType resourceType, Resource resource, ResourceAction resourceAction) -
Uses of Resource in org.uberfire.workbench.model.menu.impl
Classes in org.uberfire.workbench.model.menu.impl that implement Resource Modifier and Type Class Description classBaseMenuCustom<T>classDefaultMenuGroupMethods in org.uberfire.workbench.model.menu.impl that return types with arguments of type Resource Modifier and Type Method Description List<Resource>DefaultMenuGroup. getDependencies()Methods in org.uberfire.workbench.model.menu.impl with parameters of type Resource Modifier and Type Method Description MenuBuilderImplMenuBuilderImpl. withPermission(Resource resource)MenuBuilderImplMenuBuilderImpl. withPermission(Resource resource, ResourceAction resourceAction)MenuBuilderImplMenuBuilderImpl. withPermission(ResourceType resourceType, Resource resource, ResourceAction resourceAction) -
Uses of Resource in org.uberfire.workbench.model.toolbar
Subinterfaces of Resource in org.uberfire.workbench.model.toolbar Modifier and Type Interface Description interfaceToolBarMeta-data for a Workbench Tool Bar including permissionsinterfaceToolBarItemMeta-data for a Workbench Tool Bar Item including permissions. -
Uses of Resource in org.uberfire.workbench.model.toolbar.impl
Classes in org.uberfire.workbench.model.toolbar.impl that implement Resource Modifier and Type Class Description classDefaultToolBarDefault implementation of ToolBarclassDefaultToolBarItemDefault implementation of ToolBarItem
-