Package | Description |
---|---|
org.apache.commons.vfs.auth | |
org.apache.commons.vfs.impl |
The standard VFS implementation.
|
org.apache.commons.vfs.provider.http | |
org.apache.commons.vfs.util |
Utility classes used by the VFS.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticUserAuthenticator
provides always the same credential data passed in with the constructor.
|
Modifier and Type | Method and Description |
---|---|
UserAuthenticator |
DefaultFileSystemConfigBuilder.getUserAuthenticator(FileSystemOptions opts) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemConfigBuilder.setUserAuthenticator(FileSystemOptions opts,
UserAuthenticator userAuthenticator)
Sets the user authenticator to get authentication informations
|
Modifier and Type | Method and Description |
---|---|
UserAuthenticator |
HttpFileSystemConfigBuilder.getProxyAuthenticator(FileSystemOptions opts)
Get the proxy authenticator where the system should get the credentials from
|
Modifier and Type | Method and Description |
---|---|
void |
HttpFileSystemConfigBuilder.setProxyAuthenticator(FileSystemOptions opts,
UserAuthenticator authenticator)
Set the proxy authenticator where the system should get the credentials from
|
Modifier and Type | Method and Description |
---|---|
static UserAuthenticationData |
UserAuthenticatorUtils.authenticate(UserAuthenticator auth,
UserAuthenticationData.Type[] authenticatorTypes)
if there is a authenticator the authentication will take place, else null will be reutrned
|