Difference between revisions of "ACL Role, ACL Group and ACL Authority technical details"

From EPrints Documentation
Jump to: navigation, search
(Created page with '==ACL_Roles== * Fields ** ID ** ACL_Authority e.g. LDAP; IP address; EPrintsUser ** Role title ** Role description ** Filter e.g. member of a specific LDAP group; EPrintsUser typ…')
 
Line 1: Line 1:
 +
{{AccessControl}}
 +
 
==ACL_Roles==
 
==ACL_Roles==
 
* Fields
 
* Fields

Revision as of 16:29, 8 January 2015

Access Control Layer

ACL_Roles

  • Fields
    • ID
    • ACL_Authority e.g. LDAP; IP address; EPrintsUser
    • Role title
    • Role description
    • Filter e.g. member of a specific LDAP group; EPrintsUser type = editor;

ACL_Groups

  • Fields
    • ID
    • Group name
    • Group description
    • ACL_Roles
    • Role combination (AND / OR)

ACL_Authority

A perl class that provides a framework to interface with authentication methods.