> On May 3, 2015, at 10:45 AM, Shawn McKinney <[email protected]> wrote: > > Right now the best source for documentation on what the APIs do is the > javadoc: > > https://directory.apache.org/fortress/gen-docs/latest/apidocs/org/apache/directory/fortress/core/package-summary.html > > Check out the APIs on accessmgr (rbac policy enforcement), adminmgr (rbac > policy provisioning), reviewmgr (rbac policy review), and delaccessMgr (arbac > policy enforcement), deladminmgr (arbac policy provisioning, delreviewmgr > (arbac policy review). > > Think of delegated administration as rbac for rbac. It is used solely for > the purposes of controlling administrative access to the fortress apis.
The corresponding fortress-rest services are also documented in javadoc. It is not currently published on apache directory project website but you can check view online here: http://symas.com/javadocs/enmasse/org/openldap/enmasse/FortressServiceImpl.html and this doc can be generated per the README. Thanks Shawn [email protected]
