|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserAuthRepository | |
|---|---|
| tigase.db | |
| tigase.db.jdbc | |
| tigase.db.xml | |
| tigase.util | |
| tigase.xmpp | |
| Uses of UserAuthRepository in tigase.db |
|---|
| Classes in tigase.db that implement UserAuthRepository | |
|---|---|
class |
UserAuthRepositoryImpl
Describe class UserAuthRepositoryImpl here. |
| Methods in tigase.db that return UserAuthRepository | |
|---|---|
static UserAuthRepository |
RepositoryFactory.getAuthRepository(java.lang.String comp_name,
java.lang.String class_name,
java.lang.String resource,
java.util.Map<java.lang.String,java.lang.String> params)
|
| Uses of UserAuthRepository in tigase.db.jdbc |
|---|
| Classes in tigase.db.jdbc that implement UserAuthRepository | |
|---|---|
class |
DrupalAuth
Describe class DrupalAuth here. |
class |
JDBCRepository
Not synchronized implementation! Musn't be used by more than one thread at the same time. |
class |
LibreSourceAuth
Describe class LibreSourceAuth here. |
| Uses of UserAuthRepository in tigase.db.xml |
|---|
| Classes in tigase.db.xml that implement UserAuthRepository | |
|---|---|
class |
XMLRepository
Class XMLRepository is a XML implementation of
UserRepository. |
| Uses of UserAuthRepository in tigase.util |
|---|
| Methods in tigase.util with parameters of type UserAuthRepository | |
|---|---|
static void |
RepositoryUtils.copyRepositories(UserRepository src,
UserAuthRepository dst)
|
static void |
RepositoryUtils.copyUser(java.lang.String user,
UserRepository src,
UserAuthRepository dst)
|
| Uses of UserAuthRepository in tigase.xmpp |
|---|
| Constructors in tigase.xmpp with parameters of type UserAuthRepository | |
|---|---|
RepositoryAccess(UserRepository rep,
UserAuthRepository auth,
boolean anon_allowed)
Creates a new RepositoryAccess instance. |
|
XMPPResourceConnection(java.lang.String connectionId,
UserRepository rep,
UserAuthRepository authRepo,
LoginHandler loginHandler,
boolean anon_allowed)
Creates a new XMPPResourceConnection instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||