Package | Description |
---|---|
org.waarp.gateway.ftp.exec |
Class for the real Exec for the Waarp Gateway.
|
org.waarp.gateway.ftp.file |
Filesystem based implementation of File, Dir, Auth and SimpleAuth.
|
org.waarp.gateway.kernel.session |
Modifier and Type | Method and Description |
---|---|
static AbstractExecutor |
AbstractExecutor.createAbstractExecutor(HttpAuthInterface auth,
String[] args,
boolean isStore,
WaarpFuture futureCompletion) |
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 | 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 | Field and Description |
---|---|
protected HttpAuthInterface |
HttpSession.httpAuth |
Modifier and Type | Method and Description |
---|---|
HttpAuthInterface |
HttpSession.getAuth() |
Modifier and Type | Method and Description |
---|---|
void |
HttpSession.setHttpAuth(HttpAuthInterface httpAuth) |
Copyright © 2009–2020 Waarp. All rights reserved.