The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method creates a rule identified by its name.
It means that the entities bound to this rule will NOT follow the global policy anymore.
POST /API/managementAPI/createRule/{name}/{label}/{type}
options=…&decription=…
API Example:
AbstractRemoteManagementAPI.createRule({'name': /* name */, 'label': /* label */, 'type': /* type */, 'options': /* options the options map (domain, queyList, user) */, 'decription': /* decription */});
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method creates a rule identified by its name.
It means that the entities bound to this rule will NOT follow the global policy anymore.
Output:
org.ow2.bonita.facade.privilege.Rule -
Form parameters:
options - the options map (domain, queyList, user)