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