HTTP Example:POST /API/managementAPI/getRuleTypePolicy/{ruleType}
options=…
| API Example: AbstractRemoteManagementAPI.getRuleTypePolicy({'ruleType': , 'options': }); |
Get a rule type policy.
PrivilegePolicy.ALLOW_BY_DEFAULT: Means that by default all entities are allowed to act on everything. Except the items listed in rules.
PrivilegePolicy.DENY_BY_DEFAULT: Means that by default all entities are NOT allowed to act on anything. Except the items explicitly listed in rules.
- Output:
- org.ow2.bonita.facade.privilege.PrivilegePolicy -
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|