Uses of Class
org.apache.commons.vfs.UserAuthenticationData.Type

Packages that use UserAuthenticationData.Type
org.apache.commons.vfs The public VFS API. 
org.apache.commons.vfs.auth VFS Authentication implementation 
org.apache.commons.vfs.provider.ftp The FTP File Provider. 
org.apache.commons.vfs.provider.http The HTTP File Provider 
org.apache.commons.vfs.provider.sftp The SFTP Provider. 
org.apache.commons.vfs.provider.smb The SMB/CIFS File Provider. 
org.apache.commons.vfs.provider.webdav The WebDAV File Provider 
org.apache.commons.vfs.util Utility classes used by the VFS. 
 

Uses of UserAuthenticationData.Type in org.apache.commons.vfs
 

Fields in org.apache.commons.vfs declared as UserAuthenticationData.Type
static UserAuthenticationData.Type UserAuthenticationData.DOMAIN
          The user's domain.
static UserAuthenticationData.Type UserAuthenticationData.PASSWORD
          The password.
static UserAuthenticationData.Type UserAuthenticationData.USERNAME
          The user name.
 

Methods in org.apache.commons.vfs with parameters of type UserAuthenticationData.Type
 char[] UserAuthenticationData.getData(UserAuthenticationData.Type type)
          get a data from the collection.
 UserAuthenticationData UserAuthenticator.requestAuthentication(UserAuthenticationData.Type[] types)
          Queries the given type from the user.
 void 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.Type
 UserAuthenticationData StaticUserAuthenticator.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.Type
static UserAuthenticationData.Type[] FtpFileProvider.AUTHENTICATOR_TYPES
          Authenticator types.
 

Uses of UserAuthenticationData.Type in org.apache.commons.vfs.provider.http
 

Fields in org.apache.commons.vfs.provider.http declared as UserAuthenticationData.Type
static 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.Type
static UserAuthenticationData.Type[] SftpFileProvider.AUTHENTICATOR_TYPES
           
 

Uses of UserAuthenticationData.Type in org.apache.commons.vfs.provider.smb
 

Fields in org.apache.commons.vfs.provider.smb declared as UserAuthenticationData.Type
static UserAuthenticationData.Type[] SmbFileProvider.AUTHENTICATOR_TYPES
           
 

Uses of UserAuthenticationData.Type in org.apache.commons.vfs.provider.webdav
 

Fields in org.apache.commons.vfs.provider.webdav declared as UserAuthenticationData.Type
static UserAuthenticationData.Type[] WebdavFileProvider.AUTHENTICATOR_TYPES
          The authenticator types used by the WebDAV provider.
 

Uses of UserAuthenticationData.Type in org.apache.commons.vfs.util
 

Methods in org.apache.commons.vfs.util with parameters of type UserAuthenticationData.Type
static UserAuthenticationData UserAuthenticatorUtils.authenticate(FileSystemOptions opts, UserAuthenticationData.Type[] authenticatorTypes)
          if there is a authenticator the authentication will take place, else null will be reutrned.
static UserAuthenticationData UserAuthenticatorUtils.authenticate(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes)
          if there is a authenticator the authentication will take place, else null will be reutrned.
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.
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.