Uses of Interface
org.uberfire.security.ResourceType
-
Packages that use ResourceType Package Description org.uberfire.security org.uberfire.security.authz org.uberfire.workbench.model org.uberfire.workbench.model.menu org.uberfire.workbench.model.menu.impl -
-
Uses of ResourceType in org.uberfire.security
Fields in org.uberfire.security declared as ResourceType Modifier and Type Field Description static ResourceTypeResourceType. UNKNOWNResource type declaration for those resources who do not declare a type.Methods in org.uberfire.security that return ResourceType Modifier and Type Method Description default ResourceTypeResource. getResourceType()Get the resource type classifierResourceTypeResourceRef. getResourceType()Methods in org.uberfire.security with parameters of type ResourceType Modifier and Type Method Description voidResourceRef. setResourceType(ResourceType type)Constructors in org.uberfire.security with parameters of type ResourceType Constructor Description ResourceRef(String identifier, ResourceType type)ResourceRef(String identifier, ResourceType type, List<Resource> dependencies) -
Uses of ResourceType in org.uberfire.security.authz
Constructors in org.uberfire.security.authz with parameters of type ResourceType Constructor Description ResourceActionRef(ResourceType type, ResourceAction action)ResourceActionRef(ResourceType type, Resource resource, ResourceAction action) -
Uses of ResourceType in org.uberfire.workbench.model
Classes in org.uberfire.workbench.model that implement ResourceType Modifier and Type Class Description classActivityResourceTypeAn extension of theResourceTypeinterface holding an enumeration with the different activity types subject to authorization management control. -
Uses of ResourceType in org.uberfire.workbench.model.menu
Methods in org.uberfire.workbench.model.menu with parameters of type ResourceType Modifier and Type Method Description TMenuFactory.SecurityInfos. withPermission(String resourceId, ResourceType resourceType)TMenuFactory.SecurityInfos. withPermission(String resourceId, ResourceType resourceType, ResourceAction resourceAction)TMenuFactory.SecurityInfos. withPermission(ResourceType resourceType)TMenuFactory.SecurityInfos. withPermission(ResourceType resourceType, ResourceAction resourceAction)TMenuFactory.SecurityInfos. withPermission(ResourceType resourceType, Resource resource, ResourceAction resourceAction) -
Uses of ResourceType in org.uberfire.workbench.model.menu.impl
Methods in org.uberfire.workbench.model.menu.impl with parameters of type ResourceType Modifier and Type Method Description ObjectMenuBuilderImpl. withPermission(String resourceId, ResourceType resourceType)ObjectMenuBuilderImpl. withPermission(String resourceId, ResourceType resourceType, ResourceAction resourceAction)MenuBuilderImplMenuBuilderImpl. withPermission(ResourceType resourceType)MenuBuilderImplMenuBuilderImpl. withPermission(ResourceType resourceType, ResourceAction resourceAction)MenuBuilderImplMenuBuilderImpl. withPermission(ResourceType resourceType, Resource resource, ResourceAction resourceAction)
-