butler.ext.authentication
Class DatabaseAuthenticator

java.lang.Object
  extended by butler.ext.authentication.DatabaseAuthenticator
All Implemented Interfaces:
Authenticator

public class DatabaseAuthenticator
extends java.lang.Object
implements Authenticator

Author:
Fredrik Bertilsson

Constructor Summary
DatabaseAuthenticator(Table tab, Column userCol, Column pwdCol)
           
 
Method Summary
 void authenticate(AuthData context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseAuthenticator

public DatabaseAuthenticator(Table tab,
                             Column userCol,
                             Column pwdCol)
Method Detail

authenticate

public void authenticate(AuthData context)
                  throws java.lang.Exception
Specified by:
authenticate in interface Authenticator
Throws:
java.lang.Exception