Uses of Class
org.apache.commons.vfs2.UserAuthenticationData.Type
Packages that use UserAuthenticationData.Type
Package
Description
The public VFS API.
VFS Authentication implementation.
The FTP File Provider.
The HTTP File Provider.
The SFTP Provider.
Utility classes used by the VFS.
- 
Uses of UserAuthenticationData.Type in org.apache.commons.vfs2Fields in org.apache.commons.vfs2 declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.TypeUserAuthenticationData.DOMAINThe user's domain.static final UserAuthenticationData.TypeUserAuthenticationData.PASSWORDThe password.static final UserAuthenticationData.TypeUserAuthenticationData.USERNAMEThe user name.Methods in org.apache.commons.vfs2 with parameters of type UserAuthenticationData.TypeModifier and TypeMethodDescriptionintUserAuthenticationData.Type.compareTo(UserAuthenticationData.Type o) char[]UserAuthenticationData.getData(UserAuthenticationData.Type type) Gets a data from the collection.UserAuthenticator.requestAuthentication(UserAuthenticationData.Type[] types) Queries the given type from the user.voidUserAuthenticationData.setData(UserAuthenticationData.Type type, char[] data) Sets a data to this collection.
- 
Uses of UserAuthenticationData.Type in org.apache.commons.vfs2.authMethods in org.apache.commons.vfs2.auth with parameters of type UserAuthenticationData.TypeModifier and TypeMethodDescriptionStaticUserAuthenticator.requestAuthentication(UserAuthenticationData.Type[] types) 
- 
Uses of UserAuthenticationData.Type in org.apache.commons.vfs2.provider.ftpFields in org.apache.commons.vfs2.provider.ftp declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type[]FtpFileProvider.AUTHENTICATOR_TYPESAuthenticator types.
- 
Uses of UserAuthenticationData.Type in org.apache.commons.vfs2.provider.httpFields in org.apache.commons.vfs2.provider.http declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type[]HttpFileProvider.AUTHENTICATOR_TYPESDeprecated.Authenticator information.
- 
Uses of UserAuthenticationData.Type in org.apache.commons.vfs2.provider.sftpFields in org.apache.commons.vfs2.provider.sftp declared as UserAuthenticationData.TypeModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type[]SftpFileProvider.AUTHENTICATOR_TYPESAuthentication types.
- 
Uses of UserAuthenticationData.Type in org.apache.commons.vfs2.utilMethods in org.apache.commons.vfs2.util with parameters of type UserAuthenticationData.TypeModifier and TypeMethodDescriptionstatic UserAuthenticationDataUserAuthenticatorUtils.authenticate(FileSystemOptions options, UserAuthenticationData.Type[] authenticatorTypes) Authenticates if there is an authenticator, else returns null.static UserAuthenticationDataUserAuthenticatorUtils.authenticate(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes) Authenticates if there is an authenticator, else returns null.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.