| Package | Description |
|---|---|
| org.genesys.blocks.security | |
| org.genesys.blocks.security.service | |
| org.genesys.blocks.security.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
NotUniqueUserException
The Class NotUniqueUserException.
|
class |
NoUserFoundException
The Class NoUserFoundException.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PasswordPolicy.PasswordPolicyException
Thrown when password is not okay.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BasicUserService.createUser(String email,
String fullName,
String password,
BasicUser.AccountType accountType)
Create a new user account.
|
T |
BasicUserService.updateUser(T user,
String email,
String fullName)
Update user information.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
BasicUserServiceImpl.createSystemAdministrator(String username)
Implementations must create a user with specified username with ADMINISTRATOR
role and account type
BasicUser.AccountType.SYSTEM. |
T |
BasicUserServiceImpl.updateUser(T user,
String email,
String fullName) |
Copyright © 2021 Global Crop Diversity Trust. All rights reserved.