Package | Description |
---|---|
org.mockftpserver.fake | |
org.mockftpserver.fake.command |
Modifier and Type | Method and Description |
---|---|
UserAccount |
FakeFtpServer.getUserAccount(String username) |
UserAccount |
ServerConfiguration.getUserAccount(String username) |
Modifier and Type | Method and Description |
---|---|
void |
FakeFtpServer.addUserAccount(UserAccount userAccount)
Add a single UserAccount.
|
Modifier and Type | Method and Description |
---|---|
protected UserAccount |
AbstractFakeCommandHandler.getUserAccount(Session session) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFakeCommandHandler.login(UserAccount userAccount,
Session session,
int replyCode,
String replyMessageKey)
Log in the specified user for the current session.
|
Copyright © 2016. All rights reserved.