Uses of Class
com.smartfoxserver.v2.components.signup.PasswordMode
-
Packages that use PasswordMode Package Description com.smartfoxserver.v2.components.signup -
-
Uses of PasswordMode in com.smartfoxserver.v2.components.signup
Fields in com.smartfoxserver.v2.components.signup declared as PasswordMode Modifier and Type Field Description PasswordMode
SignUpConfiguration. passwordMode
Indicates how the password should be stored in the databaseMethods in com.smartfoxserver.v2.components.signup that return PasswordMode Modifier and Type Method 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.
-