|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectdomain.JsecUserPermissionRel
class JsecUserPermissionRel
A model of CowPermissions held by users, 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
|
JsecUser |
user
The JsecUser that holds a CowPermission |
String |
wikiId
The id of the wiki to which a CowPermission applies |
Constructor Summary | |
JsecUserPermissionRel()
|
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
JsecUser user
String wikiId
Constructor Detail |
---|
JsecUserPermissionRel()
Method Detail |
---|
String toString()
Groovy Documentation