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

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



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.