| Package | Description |
|---|---|
| com.databasesandlife.util | |
| com.databasesandlife.util.wicket |
Wicket components.
|
| Modifier and Type | Method and Description |
|---|---|
static CleartextPassword |
CleartextPassword.newRandom()
Generates a new password of a reasonable length; see
newRandom(int) |
static CleartextPassword |
CleartextPassword.newRandom(int length)
Generates a random password.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BCryptPassword.is(CleartextPassword b) |
| Constructor and Description |
|---|
BCryptPassword(CleartextPassword b) |
| Modifier and Type | Method and Description |
|---|---|
CleartextPassword |
CleartextPasswordConverter.convertToObject(String value,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
CleartextPasswordConverter.convertToString(CleartextPassword value,
Locale locale) |
Copyright © 2003–2018. All rights reserved.