org.apache.turbine.services.security.db
Class DBUserManager

java.lang.Object
  extended byorg.apache.turbine.services.security.torque.TorqueUserManager
      extended byorg.apache.turbine.services.security.db.DBUserManager
All Implemented Interfaces:
UserManager

Deprecated. Use TorqueUserManager instead.

public class DBUserManager
extends TorqueUserManager

An UserManager performs User objects related tasks on behalf of the BaseSecurityService. This implementation uses a relational database for storing user data. It expects that the User interface implementation will be castable to BaseObject.

Version:
$Id: DBUserManager.java 571795 2007-09-01 13:09:35Z tv $
Author:
Jon S. Stevens, John D. McNally, Frank Y. Kim, Craig D. Berry, Rafal Krzewski, Quinton McCombs, Henning P. Schmiedehausen

Constructor Summary
DBUserManager()
          Deprecated.  
 
Methods inherited from class org.apache.turbine.services.security.torque.TorqueUserManager
accountExists, accountExists, authenticate, changePassword, createAccount, forcePassword, init, removeAccount, retrieve, retrieve, retrieve, retrieveById, retrieveList, saveOnSessionUnbind, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBUserManager

public DBUserManager()
Deprecated. 


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.