| Package | Description |
|---|---|
| com.smartfoxserver.v2.components.signup |
| Modifier and Type | Field and Description |
|---|---|
PasswordMode |
SignUpConfiguration.passwordMode
Indicates how the password should be stored in the database
|
| Modifier and Type | Method and Description |
|---|---|
static PasswordMode |
PasswordMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PasswordMode[] |
PasswordMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|