Uses of Class
org.apache.commons.vfs.UserAuthenticationData.Type
Packages that use UserAuthenticationData.Type
Package
Description
The public VFS API.
The FTP File Provider.
The SFTP Provider.
Utility classes used by the VFS.
-
Uses of UserAuthenticationData.Type in org.apache.commons.vfs
Fields in org.apache.commons.vfs declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type
UserAuthenticationData.DOMAIN
static final UserAuthenticationData.Type
UserAuthenticationData.PASSWORD
static final UserAuthenticationData.Type
UserAuthenticationData.USERNAME
Methods in org.apache.commons.vfs with parameters of type UserAuthenticationData.TypeModifier and TypeMethodDescriptionchar[]
UserAuthenticationData.getData
(UserAuthenticationData.Type type) get a data from the collectionUserAuthenticator.requestAuthentication
(UserAuthenticationData.Type[] types) queries the given type from the uservoid
UserAuthenticationData.setData
(UserAuthenticationData.Type type, char[] data) set a data to this collection -
Uses of UserAuthenticationData.Type in org.apache.commons.vfs.auth
Methods in org.apache.commons.vfs.auth with parameters of type UserAuthenticationData.TypeModifier and TypeMethodDescriptionStaticUserAuthenticator.requestAuthentication
(UserAuthenticationData.Type[] types) -
Uses of UserAuthenticationData.Type in org.apache.commons.vfs.provider.ftp
Fields in org.apache.commons.vfs.provider.ftp declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type[]
FtpFileProvider.AUTHENTICATOR_TYPES
-
Uses of UserAuthenticationData.Type in org.apache.commons.vfs.provider.http
Fields in org.apache.commons.vfs.provider.http declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type[]
HttpFileProvider.AUTHENTICATOR_TYPES
-
Uses of UserAuthenticationData.Type in org.apache.commons.vfs.provider.sftp
Fields in org.apache.commons.vfs.provider.sftp declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type[]
SftpFileProvider.AUTHENTICATOR_TYPES
-
Uses of UserAuthenticationData.Type in org.apache.commons.vfs.util
Methods in org.apache.commons.vfs.util with parameters of type UserAuthenticationData.TypeModifier and TypeMethodDescriptionstatic UserAuthenticationData
UserAuthenticatorUtils.authenticate
(FileSystemOptions opts, UserAuthenticationData.Type[] authenticatorTypes) if there is a authenticator the authentication will take place, else null will be reutrnedstatic UserAuthenticationData
UserAuthenticatorUtils.authenticate
(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes) if there is a authenticator the authentication will take place, else null will be reutrnedstatic char[]
UserAuthenticatorUtils.getData
(UserAuthenticationData data, UserAuthenticationData.Type type, char[] overwriddenValue) gets data of given type from the UserAuthenticationData or null if there is no data or data of this type available