-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Emre Sokullu
committed
May 3, 2017
1 parent
38d9f7a
commit 119b2f4
Showing
7 changed files
with
43 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,19 @@ | |
namespace Pho\Framework; | ||
|
||
/** | ||
* AclCore (Access Control Lists Core) | ||
* Existentials | ||
* | ||
* Access Control List is a gateway authority between graph nodes. | ||
* Pho Framework introduces the core of this authority as an | ||
* abstract implementation and expects the higher level packages | ||
* to extend itself. The core is by default immutable; meaning | ||
* the two values (creator and context) cannot be altered. | ||
* Existentials is an immutable list of properties that constitute | ||
* the basis of the node. | ||
* | ||
* Existentials may be used by Access Control List(ACL) as a gateway | ||
* authority between graph nodes.The actual ACL is expected to be | ||
* implemented separately in higher levels (optional) and the | ||
* Existentials would behave as its core. | ||
* | ||
* @author Emre Sokullu <[email protected]> | ||
*/ | ||
class AclCore { | ||
class Existentials { | ||
|
||
/** | ||
* Who created this node. Must point to an Actor. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters