Refactored authorization module

revert-70aa11f8
milanperera 9 years ago
parent ed937467cd
commit 02ad7fb8e1

@ -26,6 +26,8 @@ import java.util.Map;
/** /**
* This class represents the node of a permission tree. * This class represents the node of a permission tree.
* It holds the current path name, list of permissions associated with URL
* and the set of children.
*/ */
public class PermissionNode { public class PermissionNode {

Loading…
Cancel
Save