Package | Description |
---|---|
org.apache.ftpserver.filesystem.nativefs | |
org.apache.ftpserver.filesystem.nativefs.impl |
Internal classes, do not use directly!
|
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 |
---|---|
FileSystemView |
NativeFileSystemFactory.createFileSystemView(User user)
Create the appropriate user file system view.
|
Constructor and Description |
---|
NativeFileSystemView(User user)
Constructor - internal do not use directly, use
NativeFileSystemFactory instead |
NativeFileSystemView(User user,
boolean caseInsensitive)
Constructor - internal do not use directly, use
NativeFileSystemFactory instead |
NativeFtpFile(String fileName,
File file,
User user)
Constructor, internal do not use directly.
|
Modifier and Type | Method and Description |
---|---|
User |
UserManager.authenticate(Authentication authentication)
Authenticate user
|
User |
FtpSession.getUser()
Get user object.
|
User |
UserManager.getUserByName(String username)
Get user by name.
|
Modifier and Type | Method and Description |
---|---|
FileSystemView |
FileSystemFactory.createFileSystemView(User user)
Create user specific file system view.
|
int |
FtpStatistics.getCurrentUserLoginNumber(User user)
Get the login number for the specific user
|
int |
FtpStatistics.getCurrentUserLoginNumber(User user,
InetAddress ipAddress)
Get the login number for the specific user from the ipAddress
|
void |
UserManager.save(User user)
Save user.
|
Modifier and Type | Method and Description |
---|---|
User |
FtpIoSession.getUser() |
User |
DefaultFtpSession.getUser()
Get user.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultFtpStatistics.getCurrentUserLoginNumber(User user)
Get the login number for the specific user
|
int |
DefaultFtpStatistics.getCurrentUserLoginNumber(User user,
InetAddress ipAddress)
Get the login number for the specific user from the ipAddress
|
void |
FtpIoSession.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserFactory.createUser()
Creates a user based on the configuration set on the factory
|
Modifier and Type | Class and Description |
---|---|
class |
BaseUser
Internal class, do not use directly.
Generic user class.
|
Modifier and Type | Method and Description |
---|---|
User |
PropertiesUserManager.authenticate(Authentication authentication)
User authenticate method
|
User |
DbUserManager.authenticate(Authentication authentication)
User authentication.
|
User |
PropertiesUserManager.getUserByName(String userName)
Load user data.
|
User |
DbUserManager.getUserByName(String name)
Get the user object.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesUserManager.save(User usr)
Save user data.
|
void |
DbUserManager.save(User user)
Save user.
|
Constructor and Description |
---|
BaseUser(User user)
Copy constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.