| java.lang.Object org.apache.turbine.services.security.torque.TorqueUserManager org.apache.turbine.services.security.db.DBUserManager
Methods inherited from org.apache.turbine.services.security.torque.TorqueUserManager | public boolean accountExists(User user) throws DataBackendException(Code)(Java Doc) public boolean accountExists(String userName) throws DataBackendException(Code)(Java Doc) public void authenticate(User user, String password) throws PasswordMismatchException, UnknownEntityException, DataBackendException(Code)(Java Doc) public void changePassword(User user, String oldPassword, String newPassword) throws PasswordMismatchException, UnknownEntityException, DataBackendException(Code)(Java Doc) public void createAccount(User user, String initialPassword) throws EntityExistsException, DataBackendException(Code)(Java Doc) public void forcePassword(User user, String password) throws UnknownEntityException, DataBackendException(Code)(Java Doc) public void init(Configuration conf) throws InitializationException(Code)(Java Doc) public void removeAccount(User user) throws UnknownEntityException, DataBackendException(Code)(Java Doc) public User retrieve(String userName) throws UnknownEntityException, DataBackendException(Code)(Java Doc) public User[] retrieve(Criteria criteria) throws DataBackendException(Code)(Java Doc) public User retrieve(String userName, String password) throws PasswordMismatchException, UnknownEntityException, DataBackendException(Code)(Java Doc) public User retrieveById(Object key) throws UnknownEntityException, DataBackendException(Code)(Java Doc) public List retrieveList(Criteria criteria) throws DataBackendException(Code)(Java Doc) public void saveOnSessionUnbind(User user) throws UnknownEntityException, DataBackendException(Code)(Java Doc) public void store(User user) throws UnknownEntityException, DataBackendException(Code)(Java Doc)
|
|
|