Groovy Documentation

domain
Class JsecUserRoleRel

java.lang.Object
  domain.JsecUserRoleRel

class JsecUserRoleRel

A model of wiki roles held by wiki users, as implemented by the Grails JSecurity plugin

author:
Angus Roberts


Property Summary
JsecRole role

The JsecRole held by the given JsecUser

JsecUser user

The JsecUser that holds the given JsecRole

 
Constructor Summary
JsecUserRoleRel()

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

Property Detail

role

JsecRole role
The JsecRole held by the given JsecUser


user

JsecUser user
The JsecUser that holds the given JsecRole


 
Constructor Detail

JsecUserRoleRel

JsecUserRoleRel()


 

Groovy Documentation