|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserAuthenticator | |
|---|---|
| org.apache.commons.vfs2.auth | VFS Authentication implementation |
| org.apache.commons.vfs2.impl | The standard VFS implementation. |
| org.apache.commons.vfs2.provider.http | The HTTP File Provider |
| org.apache.commons.vfs2.util | Utility classes used by the VFS. |
| Uses of UserAuthenticator in org.apache.commons.vfs2.auth |
|---|
| Classes in org.apache.commons.vfs2.auth that implement UserAuthenticator | |
|---|---|
class |
StaticUserAuthenticator
Provides always the same credentials data passed in with the constructor. |
| Uses of UserAuthenticator in org.apache.commons.vfs2.impl |
|---|
| Methods in org.apache.commons.vfs2.impl that return UserAuthenticator | |
|---|---|
UserAuthenticator |
DefaultFileSystemConfigBuilder.getUserAuthenticator(FileSystemOptions opts)
|
| Methods in org.apache.commons.vfs2.impl with parameters of type UserAuthenticator | |
|---|---|
void |
DefaultFileSystemConfigBuilder.setUserAuthenticator(FileSystemOptions opts,
UserAuthenticator userAuthenticator)
Sets the user authenticator to get authentication informations. |
| Uses of UserAuthenticator in org.apache.commons.vfs2.provider.http |
|---|
| Methods in org.apache.commons.vfs2.provider.http that return UserAuthenticator | |
|---|---|
UserAuthenticator |
HttpFileSystemConfigBuilder.getProxyAuthenticator(FileSystemOptions opts)
Get the proxy authenticator where the system should get the credentials from. |
| Methods in org.apache.commons.vfs2.provider.http with parameters of type UserAuthenticator | |
|---|---|
void |
HttpFileSystemConfigBuilder.setProxyAuthenticator(FileSystemOptions opts,
UserAuthenticator authenticator)
Set the proxy authenticator where the system should get the credentials from. |
| Uses of UserAuthenticator in org.apache.commons.vfs2.util |
|---|
| Methods in org.apache.commons.vfs2.util with parameters of type UserAuthenticator | |
|---|---|
static UserAuthenticationData |
UserAuthenticatorUtils.authenticate(UserAuthenticator auth,
UserAuthenticationData.Type[] authenticatorTypes)
if there is a authenticator the authentication will take place, else null will be reutrned. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||