Uses of Interface
tigase.db.Repository
Packages that use Repository
Package
Description
Package containing implementation of all Session Manager plugins
-
Uses of Repository in tigase.cluster
Classes in tigase.cluster that implement Repository -
Uses of Repository in tigase.cluster.repo
Classes in tigase.cluster.repo that implement RepositoryModifier and TypeClassDescriptionclass
class
class
-
Uses of Repository in tigase.conf
Subinterfaces of Repository in tigase.confModifier and TypeInterfaceDescriptioninterface
Created: Dec 10, 2009 2:04:20 PMClasses in tigase.conf that implement RepositoryModifier and TypeClassDescriptionclass
Deprecated.class
Created: Dec 10, 2009 2:02:41 PMclass
ClassConfigXMLRepository
provides access to configuration settings. -
Uses of Repository in tigase.db
Subinterfaces of Repository in tigase.dbModifier and TypeInterfaceDescriptioninterface
InterfaceAuthRepository
defines a proxy bridge between user authentication data storage and the Tigase server authentication logic.interface
The interface defines a generic data repository for storing arbitrary data in any application specific form.interface
Interface implemented by every class providing access to data storage, ie.interface
DataSourcePool<T extends DataSource>
Generic interface for all implementations of a pool of data sources.interface
MsgRepositoryIfc<T extends DataSource>
Created by andrzej on 13.03.2016.interface
Interface for storing and restoring offline Elements.interface
Generic interface of repository pool implementations.interface
UserRepository
interface defines all functionalities required to store user data.Classes in tigase.db that implement RepositoryModifier and TypeClassDescriptionclass
class
Describe class AuthRepositoryImpl here.class
Implementation of multi domain pool for authentication repositories.class
Pool for authentication repositories.class
Created: Sep 4, 2010 2:13:22 PMclass
DummyRepository is a class with all methods empty.class
Created: Mar 27, 2010 6:43:02 PMclass
Pool for user repositories.Methods in tigase.db with type parameters of type RepositoryModifier and TypeMethodDescriptionstatic <T extends Class<? extends Repository>>
TRepositoryFactory.getRepoClass
(T cls, 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 RepositoryModifier and TypeClassDescriptionclass
MDPoolBeanWithStatistics<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 RepositoryModifier and TypeClassDescriptionclass
Class implements bean for multi domain pool for authentication repositories.class
Class implements bean for multi domain pool for user repositories. -
Uses of Repository in tigase.db.comp
Subinterfaces of Repository in tigase.db.compModifier and TypeInterfaceDescriptioninterface
ComponentRepository<Item extends RepositoryItem>
A convenience interface for a unified access to component specific repository data.interface
ComponentRepositoryDataSourceAware<Item extends RepositoryItem,
DS extends DataSource> Interface should be implemented byComponentRepository
which are usingDataSource
to load/store entries.Classes in tigase.db.comp that implement RepositoryModifier and TypeClassDescriptionclass
AbstractSDComponentRepositoryBean<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.class
ConfigRepository<Item extends RepositoryItem>
Created: Oct 3, 2009 2:58:41 PMclass
UserRepoRepository<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 -
Uses of Repository in tigase.db.jdbc
Classes in tigase.db.jdbc that implement RepositoryModifier and TypeClassDescriptionclass
Created: Sep 3, 2010 5:55:41 PMclass
Describe class DrupalWPAuth here.class
Not synchronized implementation! Musn't be used by more than one thread at the same time.class
Deprecated.class
The user authentication connector allows for customized SQL queries to be used.class
Tigase Salted Password Auth. -
Uses of Repository in tigase.db.ldap
Classes in tigase.db.ldap that implement Repository -
Uses of Repository in tigase.db.util
Classes in tigase.db.util that implement Repository -
Uses of Repository in tigase.db.xml
Classes in tigase.db.xml that implement RepositoryModifier and TypeClassDescriptionclass
Created by andrzej on 04.04.2017.class
Created by andrzej on 04.04.2017.class
ClassXMLRepository
is a XML implementation ofUserRepository
. -
Uses of Repository in tigase.io.repo
Classes in tigase.io.repo that implement Repository -
Uses of Repository in tigase.monitor
Classes in tigase.monitor that implement Repository -
Uses of Repository in tigase.server.amp.db
Classes in tigase.server.amp.db that implement RepositoryModifier and TypeClassDescriptionclass
Created: May 3, 2010 5:28:02 PMclass
MsgRepository<T,
S extends DataSource> static class
Bean used to provide MsgRepository implementations -
Uses of Repository in tigase.server.ext
Classes in tigase.server.ext that implement RepositoryModifier and TypeClassDescriptionclass
Created: Oct 24, 2009 3:55:41 PMclass
class
Deprecated.class
Deprecated.class
class
-
Uses of Repository in tigase.server.extdisco
Classes in tigase.server.extdisco that implement RepositoryModifier and TypeClassDescriptionclass
Created by andrzej on 06.09.2016. -
Uses of Repository in tigase.vhosts
Subinterfaces of Repository in tigase.vhostsModifier and TypeInterfaceDescriptioninterface
interface
VHostComponentRepositoryDataSourceAware<DS extends DataSource>
Classes in tigase.vhosts that implement RepositoryModifier and TypeClassDescriptionclass
This implementation stores virtual domains in the UserRepository database.static class
-
Uses of Repository in tigase.xmpp.impl
Subinterfaces of Repository in tigase.xmpp.impl