public interface PasswordGeneratorService
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PASSWORD_LENGTH
Default password length
|
| Modifier and Type | Method and Description |
|---|---|
String |
generatePassword()
Generate random password with default length
DEFAULT_PASSWORD_LENGTH |
String |
generatePassword(int length)
Generate random password with specified length
|
static final int DEFAULT_PASSWORD_LENGTH
String generatePassword()
DEFAULT_PASSWORD_LENGTHString generatePassword(int length)
length - expected password lengthCopyright © 2010-2025 Qcadoo Limited