|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserAuthRepository | |
---|---|
tigase.db | |
tigase.db.jdbc | |
tigase.db.xml | |
tigase.server.xmppsession | |
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(String comp_name,
String class_name,
String resource,
Map<String,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. |
class |
TigaseAuth
Describe class TigaseAuth here. |
class |
TigaseCustomAuth
The user authentication connector allows for customized SQL queries to be used. |
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.server.xmppsession |
---|
Constructors in tigase.server.xmppsession with parameters of type UserAuthRepository | |
---|---|
SMResourceConnection(tigase.xmpp.JID connectionId,
UserRepository rep,
UserAuthRepository authRepo,
SessionManagerHandler loginHandler)
Constructs ... |
Uses of UserAuthRepository in tigase.util |
---|
Methods in tigase.util with parameters of type UserAuthRepository | |
---|---|
static void |
RepositoryUtils.copyRepositories(UserRepository src,
UserAuthRepository dst)
Method description |
static void |
RepositoryUtils.copyUser(String user,
UserRepository src,
UserAuthRepository dst)
Method description |
Uses of UserAuthRepository in tigase.xmpp |
---|
Constructors in tigase.xmpp with parameters of type UserAuthRepository | |
---|---|
RepositoryAccess(UserRepository rep,
UserAuthRepository auth)
Creates a new RepositoryAccess instance. |
|
XMPPResourceConnection(tigase.xmpp.JID connectionId,
UserRepository rep,
UserAuthRepository authRepo,
SessionManagerHandler loginHandler)
Creates a new XMPPResourceConnection instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |