net.sf.jguard.authentication
Class AuthenticationDAOFactory

java.lang.Object
  extended bynet.sf.jguard.authentication.AuthenticationDAOFactory

public class AuthenticationDAOFactory
extends java.lang.Object

Author:
Charles Gay

Constructor Summary
AuthenticationDAOFactory()
           
 
Method Summary
static AuthenticationInterface getDAO()
          Convenience method that returns the current AuthenticationInterface implementation.
static void setDAO(java.util.Map map)
          initialize the DAO implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationDAOFactory

public AuthenticationDAOFactory()
Method Detail

getDAO

public static AuthenticationInterface getDAO()
Convenience method that returns the current AuthenticationInterface implementation.

Returns:
ForumDAOInterface

setDAO

public static void setDAO(java.util.Map map)
                   throws AuthenticationException
initialize the DAO implementation.

Parameters:
map -
Throws:
AuthenticationException