This package uses Commons HTTP to provide HTTP functionality that is reused
across several components in this package.
The org.apache.directory.fortress.rest package implements HTTP REST access to Fortress Rest server for Fortress
APIs
Fortress Manager APIs implemented in this package
- AccessMgrRestImpl - This implements using REST runtime access control
operations on objects that are provisioned RBAC
entities that reside in LDAP directory.
- AdminMgrRestImpl - This implements using REST administrative functions to
provision Fortress RBAC
entities into the LDAP directory.
- AuditMgrRestImpl - This implements using REST methods used to search
OpenLDAP's slapd access log.
- DelegatedAccessMgrRestImpl - This implements using REST APIs for
performing runtime delegated access control operations on objects that are provisioned Fortress ARBAC02 entities that reside in LDAP
directory.
- DelegatedAdminMgrRestImpl - This implements using REST the ARBAC02 DelegatedAdminMgr interface for
performing policy administration of Fortress ARBAC entities that reside in LDAP directory.
- DelegatedReviewMgrRestImpl - This implements using REST the ARBAC02 DelegatedReviewMgr interface for
performing policy interrogation of provisioned Fortress ARBAC02 entities that reside in LDAP directory.
- PswdPolicyMgrRestImpl - This implements using REST IETF PW policy draft and is used
to perform administrative and review functions on the PWPOLICIES
and USERS data sets within Fortress.
- ReviewMgrRestImpl - This implements using REST the administrative review functions
on already provisioned Fortress RBAC
entities that reside in LDAP directory.