Ignore:
Timestamp:
Oct 19, 2009, 4:08:10 PM (14 years ago)
Author:
duh
Message:

added some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/Authorization.groovy

    r12 r13  
    2424     */
    2525    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?
    2630        printf("calling isAuthorized(%s,%s)\n",controller,action);
    2731
Note: See TracChangeset for help on using the changeset viewer.