KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > openedit > users > Authenticator


1 /*
2  * Created on Jul 10, 2006
3  */

4 package com.openedit.users;
5
6 public interface Authenticator
7 {
8     public boolean authenticate(User inUser, String JavaDoc inPassword) throws UserManagerException;
9
10 }
11
Popular Tags