| Package | Description |
|---|---|
| io.stallion.boot | |
| io.stallion.forms | |
| io.stallion.monitoring | |
| io.stallion.users |
| Modifier and Type | Method and Description |
|---|---|
UserController<User> |
AppContextLoader.getUserController()
Deprecated.
|
| Constructor and Description |
|---|
SimpleFormSubmissionEmailer(User user,
SimpleFormSubmission submission) |
| Constructor and Description |
|---|
ExceptionEmailer(User user,
ExceptionInfo ex) |
| Modifier and Type | Method and Description |
|---|---|
User |
User.setCreatedAt(Long createdAt) |
User |
User.setDisabled(boolean disabled) |
User |
User.setEmail(String email) |
User |
User.setHonorific(String honorific) |
User |
User.setOptedOut(boolean optedOut) |
User |
User.setOrgId(Long orgId) |
User |
User.setPredefined(boolean predefined) |
User |
User.setRole(Role role) |
User |
User.setRoleFromString(String role) |
User |
User.setTotallyOptedOut(boolean totallyOptedOut) |
| Modifier and Type | Method and Description |
|---|---|
Object |
UsersApiResource.adminCreateUser(User newUser) |
IUser |
UsersApiResource.updateUser(Long userId,
User updatedUser) |
Copyright © 2016. All rights reserved.