Package | Description |
---|---|
org.passay |
Modifier and Type | Method and Description |
---|---|
PasswordData.Origin |
PasswordData.getOrigin()
Returns the origin.
|
static PasswordData.Origin |
PasswordData.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordData.Origin[] |
PasswordData.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordData.setOrigin(PasswordData.Origin o)
Sets the origin.
|
Constructor and Description |
---|
PasswordData(String p,
PasswordData.Origin o)
Creates a new password data.
|
PasswordData(String u,
String p,
PasswordData.Origin o)
Creates a new password data.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.