|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectdomain.JsecUser
class JsecUser
A model of wiki users, as implemented by the Grails JSecurity plugin. Note that most of the cosntraints on this class are defined in JsecUserCommand
Property Summary | |
---|---|
static def |
constraints
|
String |
email
The email address of this JsecUser |
String |
firstname
The first name of this JsecUser |
String |
lastname
The last name of this JsecUser |
String |
passwordHash
The hashed password of this JsecUser |
boolean |
preferRichEditor
Should we use the rich editor by default for this user's edits? |
String |
username
The username of this JsecUser |
Constructor Summary | |
JsecUser()
|
Method Summary | |
---|---|
String
|
toString()
Return a string representation of this JsecUser, its username |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
static def constraints
String email
String firstname
String lastname
String passwordHash
boolean preferRichEditor
String username
Constructor Detail |
---|
JsecUser()
Method Detail |
---|
String toString()
Groovy Documentation