You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/01/11 15:35:20 UTC

directory-fortress-core git commit: Distinguish accelmgr from accessmgr.

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 8d2c04e13 -> 9b13d474b


Distinguish accelmgr from accessmgr.


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/9b13d474
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/9b13d474
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/9b13d474

Branch: refs/heads/master
Commit: 9b13d474bbd519458fb138768f5ad18105894bf1
Parents: 8d2c04e
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Jan 11 07:35:14 2019 -0800
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Jan 11 07:35:14 2019 -0800

----------------------------------------------------------------------
 src/main/java/org/apache/directory/fortress/core/AccelMgr.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/9b13d474/src/main/java/org/apache/directory/fortress/core/AccelMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/AccelMgr.java b/src/main/java/org/apache/directory/fortress/core/AccelMgr.java
index 182b075..1153e81 100644
--- a/src/main/java/org/apache/directory/fortress/core/AccelMgr.java
+++ b/src/main/java/org/apache/directory/fortress/core/AccelMgr.java
@@ -29,7 +29,7 @@ import org.apache.directory.fortress.core.model.UserRole;
 
 
 /**
- * This object performs runtime access control operations on objects that are provisioned RBAC entities
+ * This object is a Policy Enforcement Point (PEP) using the OpenLDAP Accelerator Policy Decision Point (PDP) on objects that are provisioned RBAC entities
  * that reside in LDAP directory.  These APIs map directly to similar named APIs specified by ANSI and NIST
  * RBAC system functions.
  * Many of the java doc function descriptions found below were taken directly from ANSI INCITS 359-2004.