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.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.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 |
---|---|
AuthInterface |
SessionInterface.getAuth() |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedAuthImpl
Authentication implementation for Filesystem Based
|
Modifier and Type | Interface and Description |
---|---|
interface |
FtpAuth |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedFtpAuth
Filesystem implementation of a AuthInterface
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedAuth
FtpAuth implementation based on a list of (user/password/account) stored in a
xml file load at startup from
configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpAuthInterface |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpAuth
Allow all default implementation
If an authentication is needed, then it will have to use an implementation
compatible with the Security of
the IT that needs it.
|
Modifier and Type | Class and Description |
---|---|
class |
R66Auth |
Copyright © 2009–2020 Waarp. All rights reserved.