comparison servlet/src/digilib/auth/XMLAuthOps.java @ 88:398d39ee1014

New version 1.8b4. Utility classes use newer Collection classes like HashMap.
author robcast
date Mon, 17 Mar 2003 15:24:55 +0100
parents 3b8797fc3e90
children afe7ff98bb71
comparison
equal deleted inserted replaced
87:5d44cd2481a5 88:398d39ee1014
68 * 68 *
69 * @throws AuthOpException Exception thrown on error. 69 * @throws AuthOpException Exception thrown on error.
70 */ 70 */
71 public void init() throws AuthOpException { 71 public void init() throws AuthOpException {
72 util.dprintln(10, "xmlauthops.init (" + configFile + ")"); 72 util.dprintln(10, "xmlauthops.init (" + configFile + ")");
73 Hashtable pathList = null; 73 HashMap pathList = null;
74 Hashtable ipList = null; 74 HashMap ipList = null;
75 try { 75 try {
76 // create data loader for auth-path file 76 // create data loader for auth-path file
77 File confFile = new File(configFile); 77 File confFile = new File(configFile);
78 // load authPaths 78 // load authPaths
79 XMLListLoader pathLoader = 79 XMLListLoader pathLoader =