Package org.apache.directory.fortress.core.rest

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

  1. AccessMgrRestImpl - This implements using REST runtime access control operations on objects that are provisioned RBAC entities that reside in LDAP directory.
  2. AdminMgrRestImpl - This implements using REST administrative functions to provision Fortress RBAC entities into the LDAP directory.
  3. AuditMgrRestImpl - This implements using REST methods used to search OpenLDAP's slapd access log.
  4. 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.
  5. DelegatedAdminMgrRestImpl - This implements using REST the ARBAC02 DelegatedAdminMgr interface for performing policy administration of Fortress ARBAC entities that reside in LDAP directory.
  6. DelegatedReviewMgrRestImpl - This implements using REST the ARBAC02 DelegatedReviewMgr interface for performing policy interrogation of provisioned Fortress ARBAC02 entities that reside in LDAP directory.
  7. 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.
  8. ReviewMgrRestImpl - This implements using REST the administrative review functions on already provisioned Fortress RBAC entities that reside in LDAP directory.