Uses of Interface
tigase.db.AuthRepository

Packages that use AuthRepository
tigase.db   
tigase.db.jdbc   
tigase.db.ldap   
tigase.db.xml   
tigase.server.xmppsession   
tigase.util   
tigase.xmpp   
 

Uses of AuthRepository in tigase.db
 

Classes in tigase.db that implement AuthRepository
 class AuthRepositoryImpl
          Describe class AuthRepositoryImpl here.
 class AuthRepositoryMDImpl
          Created: Mar 27, 2010 9:10:21 PM
 class AuthRepositoryPool
          Created: Mar 27, 2010 11:31:17 PM
 class DummyRepository
          DummyRepository is a class with all methods empty.
 

Methods in tigase.db that return AuthRepository
static AuthRepository RepositoryFactory.getAuthRepository(String class_name, String resource, Map<String,String> params)
          Method description
 AuthRepository AuthRepositoryMDImpl.getRepo(String domain)
          Method description
 AuthRepository AuthRepositoryMDImpl.removeRepo(String domain)
          Method description
 AuthRepository AuthRepositoryPool.takeRepo()
          Method description
 

Methods in tigase.db with parameters of type AuthRepository
 void AuthRepositoryPool.addRepo(AuthRepository repo)
          Method description
 void AuthRepositoryMDImpl.addRepo(String domain, AuthRepository repo)
          Method description
 void AuthRepositoryMDImpl.setDefault(AuthRepository repo)
          Method description
 

Uses of AuthRepository in tigase.db.jdbc
 

Classes in tigase.db.jdbc that implement AuthRepository
 class DrupalWPAuth
          Describe class DrupalWPAuth here.
 class JDBCRepository
          Not synchronized implementation! Musn't be used by more than one thread at the same time.
 class TigaseAuth
          Describe class TigaseAuth here.
 class TigaseCustomAuth
          The user authentication connector allows for customized SQL queries to be used.
 

Uses of AuthRepository in tigase.db.ldap
 

Classes in tigase.db.ldap that implement AuthRepository
 class LdapAuthProvider
           
 

Uses of AuthRepository in tigase.db.xml
 

Classes in tigase.db.xml that implement AuthRepository
 class XMLRepository
          Class XMLRepository is a XML implementation of UserRepository.
 

Uses of AuthRepository in tigase.server.xmppsession
 

Constructors in tigase.server.xmppsession with parameters of type AuthRepository
SMResourceConnection(tigase.xmpp.JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler)
          Constructs ...
 

Uses of AuthRepository in tigase.util
 

Methods in tigase.util with parameters of type AuthRepository
static void RepositoryUtils.copyRepositories(UserRepository src, AuthRepository dst)
          Method description
static void RepositoryUtils.copyUser(tigase.xmpp.BareJID user, UserRepository src, AuthRepository dst)
          Method description
 

Uses of AuthRepository in tigase.xmpp
 

Constructors in tigase.xmpp with parameters of type AuthRepository
RepositoryAccess(UserRepository rep, AuthRepository auth)
          Creates a new RepositoryAccess instance.
XMPPResourceConnection(tigase.xmpp.JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler)
          Creates a new XMPPResourceConnection instance.
 



Copyright © 2012 Tigase. All Rights Reserved.