source:
main/waeup.sirp/branches/ulif-images/src/waeup/sirp/permissions.txt
@
10009
Last change on this file since 10009 was 5424, checked in by , 14 years ago | |
---|---|
File size: 359 bytes |
Line | |
---|---|
1 | WAeUP permissions and roles |
2 | *************************** |
3 | |
4 | Permissions and roles used in a WAeUP portal. |
5 | |
6 | .. :doctest: |
7 | .. :layer: waeup.sirp.testing.WAeUPSIRPUnitTestLayer |
8 | |
9 | We can get all roles defined in a WAeUP portal: |
10 | |
11 | >>> from waeup.sirp.permissions import getRoles |
12 | >>> getRoles() |
13 | ['waeup.Applicant', 'waeup.PortalManager', 'waeup.PortalUser'] |
14 |
Note: See TracBrowser for help on using the repository browser.