Uses of Class
tigase.db.UserExistsException

Packages that use UserExistsException
tigase.db   
tigase.db.jdbc   
tigase.db.xml   
 

Uses of UserExistsException in tigase.db
 

Methods in tigase.db that throw UserExistsException
 void UserRepositoryPool.addUser(String user)
           
 void UserRepository.addUser(String user)
          This addUser method allows to add new user to repository.
 void UserAuthRepository.addUser(String user, String password)
          Describe addUser method here.
 void UserAuthRepositoryImpl.addUser(String user, String password)
          Describe addUser method here.
 

Uses of UserExistsException in tigase.db.jdbc
 

Methods in tigase.db.jdbc that throw UserExistsException
 void JDBCRepository.addUser(String user_id)
          Describe addUser method here.
 void DrupalAuth.addUser(String user, String password)
          Describe addUser method here.
 void LibreSourceAuth.addUser(String user, String password)
          Describe addUser method here.
 void TigaseCustomAuth.addUser(String user, String password)
          Describe addUser method here.
 void TigaseAuth.addUser(String user, String password)
          Describe addUser method here.
 void JDBCRepository.addUser(String user, String password)
          Describe addUser method here.
 void LibreSourceAuth.updatePassword(String user, String password)
          Describe updatePassword method here.
 

Uses of UserExistsException in tigase.db.xml
 

Methods in tigase.db.xml that throw UserExistsException
 void XMLRepository.addUser(String user)
          This addUser method allows to add new user to repository.
 void XMLRepository.addUser(String user, String password)
          Describe addUser method here.
 void XMLRepository.updatePassword(String user, String password)
           
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.