Groovy Documentation

domain
Class JsecRole

java.lang.Object
  domain.JsecRole

class JsecRole

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

author:
Angus Roberts


Property Summary
static def constraints

String name

The name of this JsecRole, used to refer to it in the interface

 
Constructor Summary
JsecRole()

 
Method Summary
String toString()

Return a string representation of this JsecRole, its name

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

Property Detail

constraints

static def constraints


name

String name
The name of this JsecRole, used to refer to it in the interface


 
Constructor Detail

JsecRole

JsecRole()


 
Method Detail

toString

String toString()
Return a string representation of this JsecRole, its name


 

Groovy Documentation