Ignore:
Timestamp:
2 Apr 2015, 06:11:59 (10 years ago)
Author:
Henrik Bettermann
Message:

Add ReportsManager? role.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/security.rst

    r12843 r12844  
    6060   :noindex:
    6161
     62.. autoclass:: waeup.kofa.reports.ManageReports()
     63   :noindex:
     64
    6265Application Section Permissions
    6366-------------------------------
     
    127130Many global roles do only bundle one or two permissions. The objective behind is to share responsibilities and distribute tasks.
    128131
    129 The highly specialized roles are:
     132Global General Roles
     133--------------------
    130134
    131135.. autoclass:: waeup.kofa.permissions.AcademicsOfficer()
     
    153157   :noindex:
    154158
     159.. autoclass:: waeup.kofa.reports.ReportsManager()
     160   :noindex:
     161
    155162In contrast to these specialized sets of permissions, there are two sets which delegate extensive powers on portal managers.
    156163
    157 .. autoclass:: waeup.kofa.permissions.PortalManager
     164.. autoclass:: waeup.kofa.permissions.PortalManager()
    158165   :noindex:
    159166
    160167.. autoclass:: waeup.kofa.permissions.CCOfficer()
     168   :noindex:
     169
     170Global Application Section Roles
     171--------------------------------
     172
     173.. autoclass:: waeup.kofa.applicants.permissions.ApplicantRole()
     174   :noindex:
     175
     176.. autoclass:: waeup.kofa.applicants.permissions.ApplicationsOfficer()
     177   :noindex:
     178
     179.. autoclass:: waeup.kofa.applicants.permissions.ApplicationsManager()
     180   :noindex:
     181
     182Global Student Section Roles
     183----------------------------
     184
     185.. autoclass:: waeup.kofa.students.permissions.StudentRole()
     186   :noindex:
     187
     188.. autoclass:: waeup.kofa.students.permissions.StudentsOfficer()
     189   :noindex:
     190
     191.. autoclass:: waeup.kofa.students.permissions.StudentsManager()
     192   :noindex:
     193
     194.. autoclass:: waeup.kofa.students.permissions.StudentsClearanceOfficer()
     195   :noindex:
     196
     197.. autoclass:: waeup.kofa.students.permissions.StudentsCourseAdviser()
     198   :noindex:
     199
     200.. autoclass:: waeup.kofa.students.permissions.StudentImpersonator()
    161201   :noindex:
    162202
Note: See TracChangeset for help on using the changeset viewer.