Groovy Documentation

domain
Class JsecUser

java.lang.Object
  domain.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

author:
Angus Roberts


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

constraints

static def constraints


email

String email
The email address of this JsecUser


firstname

String firstname
The first name of this JsecUser


lastname

String lastname
The last name of this JsecUser


passwordHash

String passwordHash
The hashed password of this JsecUser


preferRichEditor

boolean preferRichEditor
Should we use the rich editor by default for this user's edits?


username

String username
The username of this JsecUser


 
Constructor Detail

JsecUser

JsecUser()


 
Method Detail

toString

String toString()
Return a string representation of this JsecUser, its username


 

Groovy Documentation