Uses of Class
tigase.db.UserExistsException
-
Packages that use UserExistsException Package Description tigase.db tigase.db.jdbc tigase.db.ldap tigase.db.xml -
-
Uses of UserExistsException in tigase.db
Methods in tigase.db that throw UserExistsException Modifier and Type Method Description voidAuthRepositoryImpl. addUser(BareJID user, java.lang.String password)voidDummyRepository. addUser(BareJID user, java.lang.String password)voidUserRepository. addUser(BareJID user)ThisaddUsermethod allows to add new user to repository.voidUserRepositoryMDImpl. addUser(BareJID user)voidUserRepositoryPool. addUser(BareJID user) -
Uses of UserExistsException in tigase.db.jdbc
Methods in tigase.db.jdbc that throw UserExistsException Modifier and Type Method Description voidDrupalWPAuth. addUser(BareJID user, java.lang.String password)voidJDBCRepository. addUser(BareJID user_id)voidJDBCRepository. addUser(BareJID user, java.lang.String password)voidTigaseAuth. addUser(BareJID user, java.lang.String password)Deprecated.voidTigaseSPAuth. addUser(BareJID user, java.lang.String password) -
Uses of UserExistsException in tigase.db.ldap
Methods in tigase.db.ldap that throw UserExistsException Modifier and Type Method Description voidLdapAuthProvider. addUser(BareJID user, java.lang.String password) -
Uses of UserExistsException in tigase.db.xml
Methods in tigase.db.xml that throw UserExistsException Modifier and Type Method Description voidXMLRepository. addUser(BareJID user)voidXMLRepository. addUser(BareJID user, java.lang.String password)voidXMLRepository. updatePassword(BareJID user, java.lang.String password)
-