Versions Compared

Key

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

...

This PEP makes use the Access Roles Module to assign and query roles in the repository.

Roles

  • reader - can retrieve information about Fedora objects
  • writer - all permissions of reader; can create, modify and delete Fedora objects
  • admin - all permissions of writer; can modify the roles assigned to Fedora objects

Policy

The permissions granted to these roles are fixed. This PEP makes decisions in Java code, rather than consulting any kind of declarative policy. If more nuanced roles or policies are required, then you can switch to the Local XACML Role-based XACML PEP based PEP and reuse the roles you have already assigned in your repository.