maspack.fileutil.vfs
Class ConsoleUserAuthenticator

java.lang.Object
  extended by maspack.fileutil.vfs.ConsoleUserAuthenticator
All Implemented Interfaces:
org.apache.commons.vfs2.UserAuthenticator

public class ConsoleUserAuthenticator
extends java.lang.Object
implements org.apache.commons.vfs2.UserAuthenticator


Constructor Summary
ConsoleUserAuthenticator()
           
 
Method Summary
 void clear()
           
 org.apache.commons.vfs2.UserAuthenticationData requestAuthentication(org.apache.commons.vfs2.UserAuthenticationData.Type[] types)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleUserAuthenticator

public ConsoleUserAuthenticator()
Method Detail

clear

public void clear()

requestAuthentication

public org.apache.commons.vfs2.UserAuthenticationData requestAuthentication(org.apache.commons.vfs2.UserAuthenticationData.Type[] types)
Specified by:
requestAuthentication in interface org.apache.commons.vfs2.UserAuthenticator