public interface PasswordPolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
PasswordPolicy.PasswordPolicyException
Thrown when password is not okay.
|
| Modifier and Type | Method and Description |
|---|---|
void |
assureGoodPassword(String password)
Check that password meets policy requirements.
|
void assureGoodPassword(String password) throws PasswordPolicy.PasswordPolicyException
password - the passwordPasswordPolicy.PasswordPolicyException - the password policy exceptionCopyright © 2021 Global Crop Diversity Trust. All rights reserved.