00001 /* 00002 * PasswordAuthenticator.java 00003 * 00004 * Created on May 13, 2005, 4:24 PM 00005 * Created by Detro - 566/2145 00006 */ 00007 00008 package org.jaebi.server.auth; 00009 00017 public interface PasswordAuthenticator { 00022 public Session getAuthentication(String nick, String password); 00023 }