org.apache.lokahi.core.common.authentication
Class AuthenticationFactory

java.lang.Object
  extended by org.apache.lokahi.core.common.authentication.AuthenticationFactory

public class AuthenticationFactory
extends java.lang.Object

Version:
$Id: AuthenticationFactory.java,v 1.1 2006/03/07 20:18:50 drtobes Exp $
Author:
Stephen Toback

Method Summary
static boolean authenticate(java.lang.String user, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

authenticate

public static boolean authenticate(java.lang.String user,
                                   java.lang.String password)
                            throws AuthenticationException
Throws:
AuthenticationException