Uses of Interface
org.apache.commons.vfs.UserAuthenticator
Packages that use UserAuthenticator
Package
Description
The standard VFS implementation.
Utility classes used by the VFS.
-
Uses of UserAuthenticator in org.apache.commons.vfs.auth
Classes in org.apache.commons.vfs.auth that implement UserAuthenticatorModifier and TypeClassDescriptionclassprovides always the same credential data passed in with the constructor. -
Uses of UserAuthenticator in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return UserAuthenticatorModifier and TypeMethodDescriptionDefaultFileSystemConfigBuilder.getUserAuthenticator(FileSystemOptions opts) Methods in org.apache.commons.vfs.impl with parameters of type UserAuthenticatorModifier and TypeMethodDescriptionvoidDefaultFileSystemConfigBuilder.setUserAuthenticator(FileSystemOptions opts, UserAuthenticator userAuthenticator) Sets the user authenticator to get authentication informations -
Uses of UserAuthenticator in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http that return UserAuthenticatorModifier and TypeMethodDescriptionHttpFileSystemConfigBuilder.getProxyAuthenticator(FileSystemOptions opts) Get the proxy authenticator where the system should get the credentials fromMethods in org.apache.commons.vfs.provider.http with parameters of type UserAuthenticatorModifier and TypeMethodDescriptionvoidHttpFileSystemConfigBuilder.setProxyAuthenticator(FileSystemOptions opts, UserAuthenticator authenticator) Set the proxy authenticator where the system should get the credentials from -
Uses of UserAuthenticator in org.apache.commons.vfs.util
Methods in org.apache.commons.vfs.util with parameters of type UserAuthenticatorModifier and TypeMethodDescriptionstatic UserAuthenticationDataUserAuthenticatorUtils.authenticate(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes) if there is a authenticator the authentication will take place, else null will be reutrned