Class ObjectTree
java.lang.Object
org.gridgain.internal.rbac.privileges.ObjectTree
Represents a tree of objects in RBAC model. Can be used to find all ancestors of a given object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindParents(Privilege child) Finds all parents of a given privilege.
-
Constructor Details
-
ObjectTree
public ObjectTree()
-
-
Method Details
-
findParents
Finds all parents of a given privilege. For example, [CREATE_TABLE action on PUBLIC.MY_TABLE] has two parents: [CREATE_TABLE action on PUBLIC] and [CREATE_TABLE on the cluster].
-