org.apache.commons.vfs
Interface UserAuthenticator

All Known Implementing Classes:
StaticUserAuthenticator

public interface UserAuthenticator

The user authenticator is used to query credentials from the user


Method Summary
 UserAuthenticationData requestAuthentication(UserAuthenticationData.Type[] types)
          queries the given type from the user
 

Method Detail

requestAuthentication

UserAuthenticationData requestAuthentication(UserAuthenticationData.Type[] types)
queries the given type from the user