Package org.uberfire.security.client.authz.tree.impl
-
Class Summary Class Description AbstractPermissionNode DefaultLoadOptions DefaultPermissionTree DefaultPermissionTreeFactory PermissionGroupNode An group node contains a non-modifiable set of children nodesPermissionLeafNode A leaf node does not contain any children and it only allows for changing its permission valuesPermissionResourceNode A resource node allows for adding or removing children nodes (each one represents a set of permissions over a single resource instance) at runtime.