Class AuthFile

java.lang.Object
edu.ucsb.nceas.metacat.authentication.AuthFile
All Implemented Interfaces:
AuthInterface

public class AuthFile extends Object implements AuthInterface
This an authentication class base on a username/password file. It is an alternative authentication mechanism of the ldap authentication. The password file looks like: <?xml version="1.0" encoding="UTF-8" ?> ******* foo@foo.com Smith John NCEAS nceas-dev developers at NCEAS http://commons.apache.org/proper/commons-configuration/userguide/howto_xml.html
Author:
tao