Groovy Documentation

domain
Class JsecRolePermissionRel

java.lang.Object
  domain.JsecRolePermissionRel

class JsecRolePermissionRel

A model of CowPermissions held by roles, as implemented by the Grails JSecurity plugin.

author:
Angus Roberts


Property Summary
JsecActionList actions

The actions to which a CowPermission applies

static def constraints

JsecControllerName controllerName

The controller to which a CowPermission applies

String excludeDir

A regular expression for directories excluded by this CowPermission.

String includeDir

A regular expression for directories included by this CowPermission.

static def mapping

JsecRole role

The JsecRole that holds a CowPermission

String wikiId

The id of the wiki to which a CowPermission applies

 
Constructor Summary
JsecRolePermissionRel()

 
Method Summary
String toString()

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

actions

JsecActionList actions
The actions to which a CowPermission applies


constraints

static def constraints


controllerName

JsecControllerName controllerName
The controller to which a CowPermission applies


excludeDir

String excludeDir
A regular expression for directories excluded by this CowPermission. An actual directory must match this pattern in its entirety to be excluded.


includeDir

String includeDir
A regular expression for directories included by this CowPermission. An actual directory must match this pattern in its entirety to be included.


mapping

static def mapping


role

JsecRole role
The JsecRole that holds a CowPermission


wikiId

String wikiId
The id of the wiki to which a CowPermission applies


 
Constructor Detail

JsecRolePermissionRel

JsecRolePermissionRel()


 
Method Detail

toString

String toString()


 

Groovy Documentation