Changeset 13 for trunk/grails-app/services
- Timestamp:
- Oct 19, 2009, 4:08:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.