Package | Description |
---|---|
tigase.db | |
tigase.db.jdbc | |
tigase.db.ldap | |
tigase.db.xml |
Modifier and Type | Method and Description |
---|---|
void |
UserRepositoryPool.addUser(BareJID user) |
void |
UserRepositoryMDImpl.addUser(BareJID user) |
void |
UserRepository.addUser(BareJID user)
This
addUser method allows to add new user to repository. |
void |
DummyRepository.addUser(BareJID user,
String password) |
void |
AuthRepositoryPool.addUser(BareJID user,
String password) |
void |
AuthRepositoryMDImpl.addUser(BareJID user,
String password) |
void |
AuthRepositoryImpl.addUser(BareJID user,
String password) |
void |
AuthRepository.addUser(BareJID user,
String password)
Describe
addUser method here. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCRepository.addUser(BareJID user_id) |
void |
TigaseSPAuth.addUser(BareJID user,
String password) |
void |
TigaseCustomAuth.addUser(BareJID user,
String password) |
void |
TigaseAuth.addUser(BareJID user,
String password) |
void |
JDBCRepository.addUser(BareJID user,
String password) |
void |
DrupalWPAuth.addUser(BareJID user,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
LdapAuthProvider.addUser(BareJID user,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
XMLRepository.addUser(BareJID user) |
void |
XMLRepository.addUser(BareJID user,
String password) |
void |
XMLRepository.updatePassword(BareJID user,
String password) |
Copyright © 2017 "Tigase, Inc.". All rights reserved.