net.incongru.berkano.http
Class BasicHttpAuthenticator

java.lang.Object
  extended by net.incongru.berkano.http.BasicHttpAuthenticator
All Implemented Interfaces:
Authenticator

Deprecated. currently unused - staying there for now just as a reminder

public class BasicHttpAuthenticator
extends java.lang.Object
implements Authenticator

Version:
$Revision: 1.4 $
Author:
greg, $Author: gj $ (last edit)

Constructor Summary
BasicHttpAuthenticator(javax.servlet.http.HttpServletRequest req, UserDAO userDAO, PasswordMatchingStrategy passwordMatchingStrategy)
          Deprecated.  
 
Method Summary
 boolean authenticate()
          Deprecated.  
 boolean logout()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicHttpAuthenticator

public BasicHttpAuthenticator(javax.servlet.http.HttpServletRequest req,
                              UserDAO userDAO,
                              PasswordMatchingStrategy passwordMatchingStrategy)
Deprecated. 
Method Detail

authenticate

public boolean authenticate()
                     throws UnknownUserException
Deprecated. 
Specified by:
authenticate in interface Authenticator
Throws:
UnknownUserException

logout

public boolean logout()
Deprecated. 
Specified by:
logout in interface Authenticator


Copyright © 2004-2007. All Rights Reserved.