Uses of Class
org.uberfire.security.client.authz.tree.impl.AbstractPermissionNode
-
Packages that use AbstractPermissionNode Package Description org.uberfire.security.client.authz.tree.impl -
-
Uses of AbstractPermissionNode in org.uberfire.security.client.authz.tree.impl
Subclasses of AbstractPermissionNode in org.uberfire.security.client.authz.tree.impl Modifier and Type Class Description classPermissionGroupNodeAn group node contains a non-modifiable set of children nodesclassPermissionLeafNodeA leaf node does not contain any children and it only allows for changing its permission valuesclassPermissionResourceNodeA resource node allows for adding or removing children nodes (each one represents a set of permissions over a single resource instance) at runtime.
-