Skip to content

Commit

Permalink
Define ACL acronym on first usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Mockenhaupt authored and nawroth committed May 14, 2012
1 parent d621fe9 commit 42b3e51
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,15 +32,15 @@ public class AclExampleTest extends AbstractJavaDocTestbase
{

/**
* This example gives a generic overview of an approach to handling ACLs in graphs,
* This example gives a generic overview of an approach to handling Access Control Lists (ACLs) in graphs,
* and a simplified example with concrete queries.
*
* == Generic approach ==
*
* In many scenarios, an application needs to handle security on some form of managed
* objects. This example describes one pattern to handle that through use a the graph structure and traversers
* that build a full permissions-structure for any managed object with exclude and include overriding
* possibilities. This results in a dynamic construction of Access Control Lists (ACLs) based on the
* possibilities. This results in a dynamic construction of ACLs based on the
* position and context of the managed object.
*
* The result is a complex security scheme that can easily be implemented in a graph structure,
Expand Down

0 comments on commit 42b3e51

Please sign in to comment.