Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. finding the nearest real node for a given the path, since access checks are sometimes performed on new nodes before they are added.
  2. Then you find the nearest parent with a policy property.
  3. Then you read in and return the policy XACML. (There is a PolicyReader class you can use here)
  4. It will also need to support requests for policies by node URI, i.e. resolving policies that are linked from the first policy.

ResourceFinder

...

AttributeFinderModule(s)

Attribute finder modules do not work the same as policy finder modules. The AttributeLocator is an implementation of the AttributeFinderModule interface. So only one class is needed per function.

SubjectAttributeFinderModule

...