Uses of Class
org.apache.commons.vfs2.UserAuthenticationData
Packages that use UserAuthenticationData
Package
Description
The public VFS API.
VFS Authentication implementation.
The FTP File Provider.
The HTTP4 File Provider.
The HTTP5 File Provider.
Utility classes used by the VFS.
-
Uses of UserAuthenticationData in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return UserAuthenticationDataModifier and TypeMethodDescriptionUserAuthenticator.requestAuthentication
(UserAuthenticationData.Type[] types) Queries the given type from the user. -
Uses of UserAuthenticationData in org.apache.commons.vfs2.auth
Methods in org.apache.commons.vfs2.auth that return UserAuthenticationDataModifier and TypeMethodDescriptionStaticUserAuthenticator.requestAuthentication
(UserAuthenticationData.Type[] types) -
Uses of UserAuthenticationData in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp with parameters of type UserAuthenticationDataModifier and TypeMethodDescriptionprotected org.apache.commons.net.ftp.FTPClient
FTPClientWrapper.createClient
(GenericFileName rootFileName, UserAuthenticationData authData) Creates an FTPClient. -
Uses of UserAuthenticationData in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 with parameters of type UserAuthenticationDataModifier and TypeMethodDescriptionprotected org.apache.http.client.protocol.HttpClientContext
Http4FileProvider.createHttpClientContext
(Http4FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData) Deprecated.Create anHttpClientContext
object for an http4 file system. -
Uses of UserAuthenticationData in org.apache.commons.vfs2.provider.http5
Methods in org.apache.commons.vfs2.provider.http5 with parameters of type UserAuthenticationDataModifier and TypeMethodDescriptionprotected org.apache.hc.client5.http.protocol.HttpClientContext
Http5FileProvider.createHttpClientContext
(Http5FileSystemConfigBuilder builder, GenericFileName rootName, FileSystemOptions fileSystemOptions, UserAuthenticationData authData) Create anHttpClientContext
object for an http4 file system. -
Uses of UserAuthenticationData in org.apache.commons.vfs2.util
Methods in org.apache.commons.vfs2.util that return UserAuthenticationDataModifier and TypeMethodDescriptionstatic UserAuthenticationData
UserAuthenticatorUtils.authenticate
(FileSystemOptions options, UserAuthenticationData.Type[] authenticatorTypes) Authenticates if there is an authenticator, else returns null.static UserAuthenticationData
UserAuthenticatorUtils.authenticate
(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes) Authenticates if there is an authenticator, else returns null.Methods in org.apache.commons.vfs2.util with parameters of type UserAuthenticationDataModifier and TypeMethodDescriptionstatic void
UserAuthenticatorUtils.cleanup
(UserAuthenticationData authData) Cleans up the data in the UerAuthenticationData (null-safe).static char[]
UserAuthenticatorUtils.getData
(UserAuthenticationData data, UserAuthenticationData.Type type, char[] overriddenValue) Gets data of given type from the UserAuthenticationData or null if there is no data or data of this type available.