| Package | Description |
|---|---|
| org.apache.ftpserver.usermanager |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.