Uses of Class
tigase.db.UserExistsException

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

Uses of UserExistsException in tigase.db
 

Methods in tigase.db that throw UserExistsException
 void UserRepositoryPool.addUser(tigase.xmpp.BareJID user)
          Method description
 void UserRepository.addUser(tigase.xmpp.BareJID user)
          This addUser method allows to add new user to repository.
 void UserRepositoryMDImpl.addUser(tigase.xmpp.BareJID user)
          Method description
 void AuthRepository.addUser(tigase.xmpp.BareJID user, String password)
          Describe addUser method here.
 void AuthRepositoryMDImpl.addUser(tigase.xmpp.BareJID user, String password)
          Method description
 void AuthRepositoryPool.addUser(tigase.xmpp.BareJID user, String password)
          Method description
 void DummyRepository.addUser(tigase.xmpp.BareJID user, String password)
          Method description
 void AuthRepositoryImpl.addUser(tigase.xmpp.BareJID 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(tigase.xmpp.BareJID user_id)
          Describe addUser method here.
 void JDBCRepository.addUser(tigase.xmpp.BareJID user, String password)
          Describe addUser method here.
 void TigaseCustomAuth.addUser(tigase.xmpp.BareJID user, String password)
          Describe addUser method here.
 void DrupalWPAuth.addUser(tigase.xmpp.BareJID user, String password)
          Describe addUser method here.
 void TigaseAuth.addUser(tigase.xmpp.BareJID user, String password)
          Describe addUser method here.
 

Uses of UserExistsException in tigase.db.ldap
 

Methods in tigase.db.ldap that throw UserExistsException
 void LdapAuthProvider.addUser(tigase.xmpp.BareJID user, String password)
           
 

Uses of UserExistsException in tigase.db.xml
 

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



Copyright © 2012 Tigase. All Rights Reserved.