|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
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 |
Uses of User in org.apache.ftpserver.filesystem.nativefs |
---|
Methods in org.apache.ftpserver.filesystem.nativefs with parameters of type User | |
---|---|
FileSystemView |
NativeFileSystemFactory.createFileSystemView(User user)
Create the appropriate user file system view. |
Uses of User in org.apache.ftpserver.filesystem.nativefs.impl |
---|
Constructors in org.apache.ftpserver.filesystem.nativefs.impl with parameters of type User | |
---|---|
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. |
Uses of User in org.apache.ftpserver.ftplet |
---|
Methods in org.apache.ftpserver.ftplet that return User | |
---|---|
User |
UserManager.authenticate(Authentication authentication)
Authenticate user |
User |
FtpSession.getUser()
Get user object. |
User |
UserManager.getUserByName(String username)
Get user by name. |
Methods in org.apache.ftpserver.ftplet with parameters of type User | |
---|---|
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. |
Uses of User in org.apache.ftpserver.impl |
---|
Methods in org.apache.ftpserver.impl that return User | |
---|---|
User |
DefaultFtpSession.getUser()
Get user. |
User |
FtpIoSession.getUser()
|
Methods in org.apache.ftpserver.impl with parameters of type User | |
---|---|
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)
|
Uses of User in org.apache.ftpserver.usermanager |
---|
Methods in org.apache.ftpserver.usermanager that return User | |
---|---|
User |
UserFactory.createUser()
Creates a user based on the configuration set on the factory |
Uses of User in org.apache.ftpserver.usermanager.impl |
---|
Classes in org.apache.ftpserver.usermanager.impl that implement User | |
---|---|
class |
BaseUser
Internal class, do not use directly. Generic user class. |
Methods in org.apache.ftpserver.usermanager.impl that return User | |
---|---|
User |
DbUserManager.authenticate(Authentication authentication)
User authentication. |
User |
PropertiesUserManager.authenticate(Authentication authentication)
User authenticate method |
User |
DbUserManager.getUserByName(String name)
Get the user object. |
User |
PropertiesUserManager.getUserByName(String userName)
Load user data. |
Methods in org.apache.ftpserver.usermanager.impl with parameters of type User | |
---|---|
void |
DbUserManager.save(User user)
Save user. |
void |
PropertiesUserManager.save(User usr)
Save user data. |
Constructors in org.apache.ftpserver.usermanager.impl with parameters of type User | |
---|---|
BaseUser(User user)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |