|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectdomain.JsecRolePermissionRel
class JsecRolePermissionRel
A model of CowPermissions held by roles, as implemented by the Grails JSecurity plugin.
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 |
---|
JsecActionList actions
static def constraints
JsecControllerName controllerName
String excludeDir
String includeDir
static def mapping
JsecRole role
String wikiId
Constructor Detail |
---|
JsecRolePermissionRel()
Method Detail |
---|
String toString()
Groovy Documentation