Changeset 13
- Timestamp:
- Oct 19, 2009, 4:08:10 PM (14 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/BaseController.groovy
r12 r13 7 7 * @Author Jeroen Wesbeek 8 8 * @Since 20091014 9 * @see Authorization.groovy 9 10 * @Description 10 11 * -
trunk/grails-app/services/Authorization.groovy
r12 r13 24 24 */ 25 25 def isAuthorized(controller,action) { 26 // logic should be implemented here containing: 27 // user / sessions 28 // user authorization per controller + action 29 // another method should be able to list authorized actions? 26 30 printf("calling isAuthorized(%s,%s)\n",controller,action); 27 31
Note: See TracChangeset
for help on using the changeset viewer.