|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordEncryptor | |
|---|---|
| org.apache.ftpserver.usermanager | |
| Uses of PasswordEncryptor in org.apache.ftpserver.usermanager |
|---|
| Classes in org.apache.ftpserver.usermanager that implement PasswordEncryptor | |
|---|---|
class |
ClearTextPasswordEncryptor
Password encryptor that does no encryption, that is, keps the password in clear text |
class |
Md5PasswordEncryptor
Password encryptor that hashes the password using MD5. |
class |
SaltedPasswordEncryptor
Password encryptor that hashes a salt together with the password using MD5. |
| Methods in org.apache.ftpserver.usermanager that return PasswordEncryptor | |
|---|---|
PasswordEncryptor |
PropertiesUserManagerFactory.getPasswordEncryptor()
Retrieve the password encryptor used by user managers created by this factory |
PasswordEncryptor |
DbUserManagerFactory.getPasswordEncryptor()
Retrieve the password encryptor used for this user manager |
| Methods in org.apache.ftpserver.usermanager with parameters of type PasswordEncryptor | |
|---|---|
void |
PropertiesUserManagerFactory.setPasswordEncryptor(PasswordEncryptor passwordEncryptor)
Set the password encryptor to use by user managers created by this factory |
void |
DbUserManagerFactory.setPasswordEncryptor(PasswordEncryptor passwordEncryptor)
Set the password encryptor to use for this user manager |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||