Groovy Documentation

domain
Class JsecUserPermissionRel

java.lang.Object
  domain.JsecUserPermissionRel

class JsecUserPermissionRel

A model of CowPermissions held by users, 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

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

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


user

JsecUser user
The JsecUser that holds a CowPermission


wikiId

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


 
Constructor Detail

JsecUserPermissionRel

JsecUserPermissionRel()


 
Method Detail

toString

String toString()


 

Groovy Documentation