Package | Description |
---|---|
com.smartfoxserver.v2.components.signup |
Modifier and Type | Field and Description |
---|---|
RecoveryMode |
SignUpConfiguration.PasswordRecovery.mode
Specify the mode in which the Password Recovery service works
SEND_OLD: sends the old password back
GENERATE_NEW: generates a new password
|
Modifier and Type | Method and Description |
---|---|
static RecoveryMode |
RecoveryMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryMode[] |
RecoveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|