Uses of Interface
tigase.db.Repository
-
Packages that use Repository Package Description tigase.cluster tigase.cluster.repo tigase.conf tigase.db tigase.db.beans tigase.db.comp tigase.db.converter tigase.db.jdbc tigase.db.ldap tigase.db.util tigase.db.xml tigase.io.repo tigase.monitor tigase.server.amp.db tigase.server.ext tigase.server.extdisco tigase.vhosts tigase.workgroupqueues.data tigase.workgroupqueues.data.jdbc tigase.workgroupqueues.data.memory tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of Repository in tigase.cluster
Classes in tigase.cluster that implement Repository Modifier and Type Class Description static classClusterConnectionManager.DefClConRepositoryBean -
Uses of Repository in tigase.cluster.repo
Classes in tigase.cluster.repo that implement Repository Modifier and Type Class Description classClConConfigRepositoryclassClConDirRepositoryclassClConSQLRepository -
Uses of Repository in tigase.conf
Subinterfaces of Repository in tigase.conf Modifier and Type Interface Description interfaceConfigRepositoryIfcCreated: Dec 10, 2009 2:04:20 PMClasses in tigase.conf that implement Repository Modifier and Type Class Description classConfigSQLRepositoryDeprecated.classConfigurationCacheCreated: Dec 10, 2009 2:02:41 PMclassConfigXMLRepositoryClassConfigXMLRepositoryprovides access to configuration settings. -
Uses of Repository in tigase.db
Subinterfaces of Repository in tigase.db Modifier and Type Interface Description interfaceAuthRepositoryInterfaceAuthRepositorydefines a proxy bridge between user authentication data storage and the Tigase server authentication logic.interfaceDataRepositoryThe interface defines a generic data repository for storing arbitrary data in any application specific form.interfaceDataSourceInterface implemented by every class providing access to data storage, ie. databases, files, key-value stores.interfaceDataSourcePool<T extends DataSource>Generic interface for all implementations of a pool of data sources.interfaceMsgRepositoryIfc<T extends DataSource>Created by andrzej on 13.03.2016.interfaceOfflineMsgRepositoryIfcInterface for storing and restoring offline Elements.interfaceRepositoryPool<T>Generic interface of repository pool implementations.interfaceUserRepositoryUserRepositoryinterface defines all functionalities required to store user data.Classes in tigase.db that implement Repository Modifier and Type Class Description classAbstractAuthRepositoryWithCredentialsclassAuthRepositoryImplDescribe class AuthRepositoryImpl here.classAuthRepositoryMDImplImplementation of multi domain pool for authentication repositories.classAuthRepositoryPoolPool for authentication repositories. *
This pool should be used if connection to authentication storage is blocking or synchronized, ie. implemented using single connection.*
If implementation ofAuthRepositoryuses connection pool or non blocking, concurrent access to authentication storage (ie.classDataRepositoryPoolCreated: Sep 4, 2010 2:13:22 PMclassDummyRepositoryDummyRepository is a class with all methods empty.classUserRepositoryMDImplCreated: Mar 27, 2010 6:43:02 PMclassUserRepositoryPoolPool for user repositories. *
This pool should be used if connection to user storage is blocking or synchronized, ie. implemented using single connection.*
If implementation ofUserRepositoryuses connection pool or non blocking, concurrent access to user storage (ie.Methods in tigase.db with type parameters of type Repository Modifier and Type Method Description static <T extends java.lang.Class<? extends Repository>>
TRepositoryFactory. getRepoClass(T cls, java.lang.String uri)Deprecated.Method returns class which would be by default used as implementation of class -
Uses of Repository in tigase.db.beans
Classes in tigase.db.beans with type parameters of type Repository Modifier and Type Class Description classMDPoolBeanWithStatistics<S extends Repository,T extends MDPoolConfigBean<S,T>>Class extends MDPoolBean class by adding support for statistics gathering for every managed repository.Classes in tigase.db.beans that implement Repository Modifier and Type Class Description classAuthRepositoryMDPoolBeanClass implements bean for multi domain pool for authentication repositories.classUserRepositoryMDPoolBeanClass implements bean for multi domain pool for user repositories. -
Uses of Repository in tigase.db.comp
Subinterfaces of Repository in tigase.db.comp Modifier and Type Interface Description interfaceComponentRepository<Item extends RepositoryItem>A convenience interface for a unified access to component specific repository data.interfaceComponentRepositoryDataSourceAware<Item extends RepositoryItem,DS extends DataSource>Interface should be implemented byComponentRepositorywhich are usingDataSourceto load/store entries.Classes in tigase.db.comp that implement Repository Modifier and Type Class Description classAbstractSDComponentRepositoryBean<Item extends RepositoryItem>Class implements ComponentRepository interfaces and extends SDRepositoryBean and is designed to be based bean used by other classes responsible for loading proper implementation of ComponentRepository depending on used implementation of DataSource.classConfigRepository<Item extends RepositoryItem>Created: Oct 3, 2009 2:58:41 PMclassUserRepoRepository<Item extends RepositoryItem>Created: Oct 3, 2009 3:55:27 PM -
Uses of Repository in tigase.db.converter
Classes in tigase.db.converter that implement Repository Modifier and Type Class Description classDataRepoPool -
Uses of Repository in tigase.db.jdbc
Classes in tigase.db.jdbc that implement Repository Modifier and Type Class Description classDataRepositoryImplCreated: Sep 3, 2010 5:55:41 PMclassDrupalWPAuthDescribe class DrupalWPAuth here.classJDBCRepositoryNot synchronized implementation!classTigaseAuthDeprecated.classTigaseCustomAuthThe user authentication connector allows for customized SQL queries to be used.classTigaseSPAuthTigase Salted Password Auth. -
Uses of Repository in tigase.db.ldap
Classes in tigase.db.ldap that implement Repository Modifier and Type Class Description classLdapAuthProvider -
Uses of Repository in tigase.db.util
Classes in tigase.db.util that implement Repository Modifier and Type Class Description static classSchemaManager.DataSourceInfo -
Uses of Repository in tigase.db.xml
Classes in tigase.db.xml that implement Repository Modifier and Type Class Description classXMLDataSourceCreated by andrzej on 04.04.2017.classXMLMsgRepositoryCreated by andrzej on 04.04.2017.classXMLRepositoryClassXMLRepositoryis a XML implementation ofUserRepository. -
Uses of Repository in tigase.io.repo
Classes in tigase.io.repo that implement Repository Modifier and Type Class Description classCertificateRepository -
Uses of Repository in tigase.monitor
Classes in tigase.monitor that implement Repository Modifier and Type Class Description classTaskConfigItemJDBCRepository -
Uses of Repository in tigase.server.amp.db
Classes in tigase.server.amp.db that implement Repository Modifier and Type Class Description classJDBCMsgRepositoryCreated: May 3, 2010 5:28:02 PMclassMsgRepository<T,S extends DataSource>static classMsgRepository.MsgRepositoryMDBeanBean used to provide MsgRepository implementations -
Uses of Repository in tigase.server.ext
Classes in tigase.server.ext that implement Repository Modifier and Type Class Description classAbstractCompDBRepositoryCreated: Oct 24, 2009 3:55:41 PMclassCompCompDBRepositoryclassCompConfigRepositoryDeprecated.classCompSQLRepositoryDeprecated.classManagerCompDBRepositoryclassServerCompDBRepository -
Uses of Repository in tigase.server.extdisco
Classes in tigase.server.extdisco that implement Repository Modifier and Type Class Description classExtServiceDiscoveryUserRepoRepositoryCreated by andrzej on 06.09.2016. -
Uses of Repository in tigase.vhosts
Subinterfaces of Repository in tigase.vhosts Modifier and Type Interface Description interfaceVHostComponentRepositoryinterfaceVHostComponentRepositoryDataSourceAware<DS extends DataSource>Classes in tigase.vhosts that implement Repository Modifier and Type Class Description classVHostJDBCRepositoryThis implementation stores virtual domains in the UserRepository database.static classVHostManager.DefVHostRepositoryBean -
Uses of Repository in tigase.workgroupqueues.data
Subinterfaces of Repository in tigase.workgroupqueues.data Modifier and Type Interface Description interfaceStoreInterface for queue storage.Classes in tigase.workgroupqueues.data that implement Repository Modifier and Type Class Description classRepoPoolCreated by bmalkow on 22.02.2017. -
Uses of Repository in tigase.workgroupqueues.data.jdbc
Classes in tigase.workgroupqueues.data.jdbc that implement Repository Modifier and Type Class Description classJDBCWorkgroupQueuesRepository -
Uses of Repository in tigase.workgroupqueues.data.memory
Classes in tigase.workgroupqueues.data.memory that implement Repository Modifier and Type Class Description classMemoryStore -
Uses of Repository in tigase.xmpp.impl
Subinterfaces of Repository in tigase.xmpp.impl Modifier and Type Interface Description static interfaceOfflineMessages.OfflineMsgRepositoryIfc
-