Versions Compared

Key

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

...

Fcrepo4 webapp plusTest stepsTested bySuccess?Notes
Role-Based Access Control Lists

mvn install -P rbacl

   
Web Access Controlmvn install -P webac   
XACML-based Access Controlmvn install -P xacml   
Audit Capability Packagemvn install -P audit   
Audit capability with RBACLmvn install -P audit,rbacl   
Audit capability with XACMLmvn install -P audit,xacml   
Audit capability with WebAC (Default build)mvn install -P audit,webac   


Test items:

 

Fedora<version> VagrantTest stepsTested bySuccess?Notes
 Fedora <version> Web Application with Authorization and Audit

FEDORA_AUTH=true
FEDORA_AUDIT=true

   
 Fedora <version> Web Application with Audit

FEDORA_AUTH=false
FEDORA_AUDIT=true

   
 Fedora <version> Web Application with Authorization

FEDORA_AUTH=true
FEDORA_AUDIT=false

    
Fedora <version> Web Application without Authorization and Audit

FEDORA_AUTH=false
FEDORA_AUDIT=false

   

...