Changeset 12844 for main/waeup.kofa/trunk/docs/source
- Timestamp:
- 2 Apr 2015, 06:11:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/security.rst
r12843 r12844 60 60 :noindex: 61 61 62 .. autoclass:: waeup.kofa.reports.ManageReports() 63 :noindex: 64 62 65 Application Section Permissions 63 66 ------------------------------- … … 127 130 Many global roles do only bundle one or two permissions. The objective behind is to share responsibilities and distribute tasks. 128 131 129 The highly specialized roles are: 132 Global General Roles 133 -------------------- 130 134 131 135 .. autoclass:: waeup.kofa.permissions.AcademicsOfficer() … … 153 157 :noindex: 154 158 159 .. autoclass:: waeup.kofa.reports.ReportsManager() 160 :noindex: 161 155 162 In contrast to these specialized sets of permissions, there are two sets which delegate extensive powers on portal managers. 156 163 157 .. autoclass:: waeup.kofa.permissions.PortalManager 164 .. autoclass:: waeup.kofa.permissions.PortalManager() 158 165 :noindex: 159 166 160 167 .. autoclass:: waeup.kofa.permissions.CCOfficer() 168 :noindex: 169 170 Global 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 182 Global 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() 161 201 :noindex: 162 202
Note: See TracChangeset for help on using the changeset viewer.