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.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
|
Modifier and Type | Class and Description |
---|---|
static class |
ClusterConnectionManager.DefClConRepositoryBean |
Modifier and Type | Class and Description |
---|---|
class |
ClConConfigRepository |
class |
ClConDirRepository |
class |
ClConSQLRepository |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigRepositoryIfc
Created: Dec 10, 2009 2:04:20 PM
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigSQLRepository
Deprecated.
|
class |
ConfigurationCache
Created: Dec 10, 2009 2:02:41 PM
|
class |
ConfigXMLRepository
Class
ConfigXMLRepository provides access to configuration settings. |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthRepository
Interface
AuthRepository defines a proxy bridge between user authentication data storage and the Tigase
server authentication logic. |
interface |
DataRepository
The interface defines a generic data repository for storing arbitrary data in any application specific form.
|
interface |
DataSource
Interface implemented by every class providing access to data storage, ie. databases, files, key-value stores.
|
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 |
OfflineMsgRepositoryIfc
Interface for storing and restoring offline Elements.
|
interface |
RepositoryPool<T>
Generic interface of repository pool implementations.
|
interface |
UserRepository
UserRepository interface defines all functionalities required to store user data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthRepositoryWithCredentials |
class |
AuthRepositoryImpl
Describe class AuthRepositoryImpl here.
|
class |
AuthRepositoryMDImpl
Implementation of multi domain pool for authentication repositories.
|
class |
AuthRepositoryPool
Pool for authentication repositories. *
This pool should be used if connection to authentication storage is blocking or synchronized, ie. implemented using single connection.* If implementation of AuthRepository uses connection pool or non blocking, concurrent access to authentication storage (ie. |
class |
DataRepositoryPool
Created: Sep 4, 2010 2:13:22 PM
|
class |
DummyRepository
DummyRepository is a class with all methods empty.
|
class |
UserRepositoryMDImpl
Created: Mar 27, 2010 6:43:02 PM
|
class |
UserRepositoryPool
Pool for user repositories. *
This pool should be used if connection to user storage is blocking or synchronized, ie. implemented using single connection.* If implementation of UserRepository uses connection pool
or non blocking, concurrent access to user storage (ie. |
Modifier and Type | Method and Description |
---|---|
static <T extends Class<? extends Repository>> |
RepositoryFactory.getRepoClass(T cls,
String uri)
Deprecated.
Method returns class which would be by default used as implementation of class
|
Modifier and Type | Class and Description |
---|---|
class |
MDPoolBeanWithStatistics<S extends Repository,T extends MDPoolConfigBean<S,T>>
Class extends MDPoolBean class by adding support for statistics gathering for every managed repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthRepositoryMDPoolBean
Class implements bean for multi domain pool for authentication repositories.
|
class |
UserRepositoryMDPoolBean
Class implements bean for multi domain pool for user repositories.
|
Modifier and Type | Interface and Description |
---|---|
interface |
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 by
ComponentRepository which are using DataSource to
load/store entries. |
Modifier and Type | Class and Description |
---|---|
class |
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 PM
|
class |
UserRepoRepository<Item extends RepositoryItem>
Created: Oct 3, 2009 3:55:27 PM
|
Modifier and Type | Class and Description |
---|---|
class |
DataRepoPool |
Modifier and Type | Class and Description |
---|---|
class |
DataRepositoryImpl
Created: Sep 3, 2010 5:55:41 PM
|
class |
DrupalWPAuth
Describe class DrupalWPAuth here.
|
class |
JDBCRepository
Not synchronized implementation!
|
class |
TigaseAuth
Deprecated.
|
class |
TigaseCustomAuth
The user authentication connector allows for customized SQL queries to be used.
|
class |
TigaseSPAuth
Tigase Salted Password Auth.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapAuthProvider |
Modifier and Type | Class and Description |
---|---|
static class |
SchemaManager.DataSourceInfo |
Modifier and Type | Class and Description |
---|---|
class |
XMLDataSource
Created by andrzej on 04.04.2017.
|
class |
XMLMsgRepository
Created by andrzej on 04.04.2017.
|
class |
XMLRepository
Class
XMLRepository is a XML implementation of UserRepository . |
Modifier and Type | Class and Description |
---|---|
class |
TaskConfigItemJDBCRepository |
Modifier and Type | Class and Description |
---|---|
class |
JDBCMsgRepository
Created: May 3, 2010 5:28:02 PM
|
class |
MsgRepository<T,S extends DataSource> |
static class |
MsgRepository.MsgRepositoryMDBean
Bean used to provide MsgRepository implementations
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompDBRepository
Created: Oct 24, 2009 3:55:41 PM
|
class |
CompCompDBRepository |
class |
CompConfigRepository
Deprecated.
|
class |
CompSQLRepository
Deprecated.
|
class |
ManagerCompDBRepository |
class |
ServerCompDBRepository |
Modifier and Type | Class and Description |
---|---|
class |
ExtServiceDiscoveryUserRepoRepository
Created by andrzej on 06.09.2016.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VHostComponentRepository |
interface |
VHostComponentRepositoryDataSourceAware<DS extends DataSource> |
Modifier and Type | Class and Description |
---|---|
class |
VHostJDBCRepository
This implementation stores virtual domains in the UserRepository database.
|
static class |
VHostManager.DefVHostRepositoryBean |
Modifier and Type | Interface and Description |
---|---|
interface |
Store
Interface for queue storage.
|
Modifier and Type | Class and Description |
---|---|
class |
RepoPool
Created by bmalkow on 22.02.2017.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCWorkgroupQueuesRepository |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore |
Modifier and Type | Interface and Description |
---|---|
static interface |
OfflineMessages.OfflineMsgRepositoryIfc |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.