Uses of Interface
org.apache.commons.vfs2.UserAuthenticator
Packages that use UserAuthenticator
Package
Description
VFS Authentication implementation.
The standard VFS implementation.
The HTTP File Provider.
The HTTP4 File Provider.
The HTTP5 File Provider.
Utility classes used by the VFS.
-
Uses of UserAuthenticator in org.apache.commons.vfs2.auth
Classes in org.apache.commons.vfs2.auth that implement UserAuthenticatorModifier and TypeClassDescriptionclass
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 UserAuthenticatorModifier and TypeMethodDescriptionDefaultFileSystemConfigBuilder.getUserAuthenticator
(FileSystemOptions opts) Gets the UserAuthenticator parameter.Methods in org.apache.commons.vfs2.impl with parameters of type UserAuthenticatorModifier and TypeMethodDescriptionvoid
DefaultFileSystemConfigBuilder.setUserAuthenticator
(FileSystemOptions opts, UserAuthenticator userAuthenticator) Sets the user authenticator to get authentication information. -
Uses of UserAuthenticator in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return UserAuthenticatorModifier and TypeMethodDescriptionHttpFileSystemConfigBuilder.getProxyAuthenticator
(FileSystemOptions opts) Deprecated.Gets the proxy authenticator where the system should get the credentials from.Methods in org.apache.commons.vfs2.provider.http with parameters of type UserAuthenticatorModifier and TypeMethodDescriptionvoid
HttpFileSystemConfigBuilder.setProxyAuthenticator
(FileSystemOptions opts, UserAuthenticator authenticator) Deprecated.Sets the proxy authenticator where the system should get the credentials from. -
Uses of UserAuthenticator in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return UserAuthenticatorModifier and TypeMethodDescriptionHttp4FileSystemConfigBuilder.getProxyAuthenticator
(FileSystemOptions opts) Deprecated.Gets the proxy authenticator where the system should get the credentials from.Methods in org.apache.commons.vfs2.provider.http4 with parameters of type UserAuthenticatorModifier and TypeMethodDescriptionvoid
Http4FileSystemConfigBuilder.setProxyAuthenticator
(FileSystemOptions opts, UserAuthenticator authenticator) Deprecated.Sets the proxy authenticator where the system should get the credentials from. -
Uses of UserAuthenticator in org.apache.commons.vfs2.provider.http5
Methods in org.apache.commons.vfs2.provider.http5 that return UserAuthenticatorModifier and TypeMethodDescriptionHttp5FileSystemConfigBuilder.getProxyAuthenticator
(FileSystemOptions opts) Gets the proxy authenticator where the system should get the credentials from.Methods in org.apache.commons.vfs2.provider.http5 with parameters of type UserAuthenticatorModifier and TypeMethodDescriptionvoid
Http5FileSystemConfigBuilder.setProxyAuthenticator
(FileSystemOptions opts, UserAuthenticator authenticator) Sets 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 UserAuthenticatorModifier and TypeMethodDescriptionstatic UserAuthenticationData
UserAuthenticatorUtils.authenticate
(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes) Authenticates if there is an authenticator, else returns null.