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

java.lang.Object
  extended by org.apache.lokahi.core.common.authentication.NoAuthentication
All Implemented Interfaces:
Authentication

public class NoAuthentication
extends java.lang.Object
implements Authentication

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

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

Constructor Detail

NoAuthentication

public NoAuthentication()
Method Detail

authenticate

public boolean authenticate(java.lang.String userID,
                            java.lang.String password)
Specified by:
authenticate in interface Authentication