Package | Description |
---|---|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem
implementation
|
org.waarp.ftp.core.command.access |
FTP Access related command
|
org.waarp.ftp.core.file |
Interfaces for FtpFile, FtpDir and FtpAuth as specific FTP extension of
interfaces FileInterface,
DirInterface and AuthInterface
|
org.waarp.ftp.filesystembased |
Classes implementing File, Directory and Authentication according to a
filesystem implementation for FTP
|
org.waarp.ftp.simpleimpl.file |
Filesystem based implementation example of File, Dir, Auth and SimpleAuth.
|
org.waarp.gateway.ftp.file |
Filesystem based implementation of File, Dir, Auth and SimpleAuth.
|
org.waarp.gateway.kernel.session | |
org.waarp.openr66.context.authentication |
Classes implementing Authentication
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDir.checkIdentify() |
void |
AbstractFile.checkIdentify() |
void |
DirInterface.checkIdentify()
Check if the authentication is correct
|
void |
FileInterface.checkIdentify()
Check if the authentication is correct
|
NextCommandReply |
AuthInterface.setPassword(String password) |
NextCommandReply |
AuthInterface.setUser(String user) |
Modifier and Type | Method and Description |
---|---|
protected abstract NextCommandReply |
FilesystemBasedAuthImpl.setBusinessPassword(String password)
Set the password according to any implementation and could set the
rootFromAuth.
|
protected abstract NextCommandReply |
FilesystemBasedAuthImpl.setBusinessUser(String user)
Set the user according to any implementation and could set the
rootFromAuth.
|
NextCommandReply |
FilesystemBasedAuthImpl.setPassword(String password) |
NextCommandReply |
FilesystemBasedAuthImpl.setUser(String user) |
Modifier and Type | Method and Description |
---|---|
void |
ACCT.exec() |
void |
PASS.exec() |
void |
USER.exec() |
Modifier and Type | Method and Description |
---|---|
NextCommandReply |
FtpAuth.setAccount(String account) |
Modifier and Type | Method and Description |
---|---|
NextCommandReply |
FilesystemBasedFtpAuth.setAccount(String account) |
protected abstract NextCommandReply |
FilesystemBasedFtpAuth.setBusinessAccount(String account)
Set the account according to any implementation and could set the
rootFromAuth.
|
Modifier and Type | Method and Description |
---|---|
protected NextCommandReply |
FileBasedAuth.setBusinessAccount(String account)
Set the account according to any implementation and could set the
rootFromAuth.
|
protected NextCommandReply |
FileBasedAuth.setBusinessPassword(String password)
Set the password according to any implementation and could set the
rootFromAuth.
|
protected NextCommandReply |
FileBasedAuth.setBusinessUser(String user) |
Modifier and Type | Method and Description |
---|---|
protected NextCommandReply |
FileBasedAuth.setBusinessAccount(String account)
Set the account according to any implementation and could set the
rootFromAuth.
|
protected NextCommandReply |
FileBasedAuth.setBusinessPassword(String password)
Set the password according to any implementation and could set the
rootFromAuth.
|
protected NextCommandReply |
FileBasedAuth.setBusinessUser(String user) |
Modifier and Type | Method and Description |
---|---|
NextCommandReply |
DefaultHttpAuth.setAccount(String account) |
NextCommandReply |
HttpAuthInterface.setAccount(String account) |
NextCommandReply |
DefaultHttpAuth.setPassword(String password) |
NextCommandReply |
DefaultHttpAuth.setUser(String user) |
Modifier and Type | Method and Description |
---|---|
boolean |
R66Auth.connection(String hostId,
byte[] arg0,
boolean isSsl) |
boolean |
R66Auth.connectionHttps(String hostId,
byte[] arg0)
connection from HTTPS (no default rights, must be set either as admin or
specifically through ROLEs).
|
protected NextCommandReply |
R66Auth.setBusinessPassword(String arg0) |
protected NextCommandReply |
R66Auth.setBusinessUser(String arg0) |
Copyright © 2009–2020 Waarp. All rights reserved.