Changeset 13


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

added some comments

Location:
trunk/grails-app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/BaseController.groovy

    r12 r13  
    77 * @Author  Jeroen Wesbeek
    88 * @Since   20091014
     9 * @see     Authorization.groovy
    910 * @Description
    1011 *
  • 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.