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

From EPrints Documentation
Jump to: navigation, search
(ACL_Roles)
 
Line 4: Line 4:
 
* Fields
 
* Fields
 
** ID
 
** ID
** ACL_Authority e.g. LDAP; IP address; EPrintsUser
+
** ACL_Authority (e.g. LDAP; IP address; EPrintsUser)
 
** Role title
 
** Role title
 
** Role description
 
** Role description
** Filter e.g. member of a specific LDAP group; EPrintsUser type = editor;
+
** Filter (e.g. member of a specific LDAP group; EPrintsUser type = editor)
  
 
==ACL_Groups==
 
==ACL_Groups==

Latest revision as of 10:12, 9 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.