| Package | Description |
|---|---|
| org.genesys.blocks.security.service | |
| org.genesys.blocks.security.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordPolicy.assureGoodPassword(String password)
Check that password meets policy requirements.
|
T |
BasicUserService.changePassword(T user,
String password)
Change password.
|
T |
BasicUserService.createUser(String email,
String fullName,
String password,
BasicUser.AccountType accountType)
Create a new user account with
BasicUserService.getDefaultUserRole() assigned. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePasswordPolicy.assureGoodPassword(String password)
Check that password follows defined policy.
|
void |
BasicUserServiceImpl.assureGoodPassword(String password)
Test if password passes the password policy (if set).
|
T |
BasicUserServiceImpl.changePassword(T user,
String password) |
protected void |
BasicUserServiceImpl.setPassword(T user,
String password)
Sets the password.
|
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.