Class AdminWebService.UserValueObject
java.lang.Object
ubic.gemma.rest.AdminWebService.UserValueObject
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionNon-null when the user has been soft-deleted.booleanbooleanbooleanTrue when a signup token is present and the user is not yet enabled — never-completed signup. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
username
-
email
-
enabled
public boolean enabled -
isAdmin
public boolean isAdmin -
groups
-
signupTokenPending
public boolean signupTokenPendingTrue when a signup token is present and the user is not yet enabled — never-completed signup. -
signupTokenDate
-
deletedAt
Non-null when the user has been soft-deleted. -
deletedBy
-
-
Constructor Details
-
UserValueObject
public UserValueObject()
-