You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Generate a deployer application during the build to upload the Data Control Language (DCL) base policies.
362
362
363
363
364
-
AM provides highly flexible APIs to define and enforce authorization rules at runtime. A relevant subset of these APIs is available for consumption in CAP apps by way of the AMS CAP integration plugin.
364
+
AM provides highly flexible APIs to define and enforce authorization rules at runtime.
365
+
A relevant subset of these APIs is consumed by CAP apps by way of the AMS CAP integration plugin.
365
366
366
-
::: warn
367
+
::: warning
367
368
Make sure not to mix native AMS APIs with those provided by the CAP plugin.
368
369
:::
369
-
In general, AMS provides highly flexible APIs to define and enforce authorization rules at runtime suitable for native Cloud applications.
370
-
**In the context of CAP projects, only a limited subset of these APIs is relevant and is offered in a streamlined way via the CAP integration plugins**.
371
-
:::
372
370
373
371
### Adding AMS Support { .node }
374
372
@@ -429,7 +427,7 @@ Hence, the **rules in the CAP model act as basic building blocks for higher-leve
429
427
You can define CAP roles in the CDS model as [described before](#roles).
430
428
431
429
::: tip
432
-
A CAP role describes a **conceptual role on technical domain level** defined by application developers.
430
+
A CAP role describes a **capability on technical domain level** defined by application developers.
433
431
In contrast, an AMS policy reflects a coarser-grained **business role on application level** defined by user administrators.
434
432
:::
435
433
@@ -590,7 +588,7 @@ There are several options for the attribute declarations that have an impact on
590
588
|`WHERE Genre IS RESTRICTED`| _Enforces `Genre` as filtered attribute in the scope forthe role_ | _Filter restriction must be providedin a custom policy and is applied (restricted)_ |
591
589
| _- no defintion -_ | _The role does not offer any attribute for filtering_ | _No restriction filter is applied (unrestricted)_ |
592
590
593
-
::: tip
591
+
::: info
594
592
The attribute statement is defined in the scope of a dedicated CAP role and filters are applied on matching entites accordingly.
0 commit comments