| Package | Description |
|---|---|
| org.apache.ftpserver | |
| org.apache.ftpserver.ftplet | |
| org.apache.ftpserver.impl |
Internal classes, do not use directly!
|
| org.apache.ftpserver.usermanager | |
| org.apache.ftpserver.usermanager.impl |
| Modifier and Type | Method and Description |
|---|---|
UserManager |
FtpServerFactory.getUserManager()
Retrieve the user manager used by servers created by this factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
FtpServerFactory.setUserManager(UserManager userManager)
Set the user manager to be used by servers created by this factory
|
| Modifier and Type | Method and Description |
|---|---|
UserManager |
FtpletContext.getUserManager()
Get the user manager.
|
| Modifier and Type | Method and Description |
|---|---|
UserManager |
DefaultFtpServerContext.getUserManager()
Get user manager.
|
UserManager |
DefaultFtpServer.getUserManager()
Retrieve the user manager used with this server
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFtpServerContext.setUserManager(UserManager userManager) |
| Modifier and Type | Method and Description |
|---|---|
UserManager |
DbUserManagerFactory.createUserManager() |
UserManager |
UserManagerFactory.createUserManager()
Create an
UserManager instance based on the configuration on the factory |
UserManager |
PropertiesUserManagerFactory.createUserManager()
Creates a
PropertiesUserManager instance based on the provided configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserManager
Internal class, do not use directly.
Abstract common base type for
UserManager implementations |
class |
DbUserManager
Internal class, do not use directly.
This is another database based user manager class.
|
class |
PropertiesUserManager
Internal class, do not use directly.
|
Copyright © 2003–2025 The Apache Software Foundation. All rights reserved.