Package | Description |
---|---|
tigase.auth | |
tigase.auth.adhoc | |
tigase.auth.impl | |
tigase.db | |
tigase.db.beans | |
tigase.db.jdbc | |
tigase.db.ldap | |
tigase.db.util | |
tigase.db.xml | |
tigase.server.xmppsession | |
tigase.util.repository | |
tigase.xmpp | |
tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
Modifier and Type | Method and Description |
---|---|
void |
AuthRepositoryAware.setAuthRepository(AuthRepository repo)
Sets AuthRepository.
|
Modifier and Type | Field and Description |
---|---|
protected AuthRepository |
AbstractCredentialsCommand.authRepository |
Modifier and Type | Field and Description |
---|---|
protected AuthRepository |
PlainSPCallbackHandler.repo
Deprecated.
|
protected AuthRepository |
PlainCallbackHandler.repo |
protected AuthRepository |
AuthRepoPlainCallbackHandler.repo
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ScramCallbackHandler.setAuthRepository(AuthRepository repo) |
void |
PlainSPCallbackHandler.setAuthRepository(AuthRepository repo)
Deprecated.
|
void |
PlainCallbackHandler.setAuthRepository(AuthRepository repo) |
void |
AuthRepoPlainCallbackHandler.setAuthRepository(AuthRepository repo)
Deprecated.
|
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 |
DummyRepository
DummyRepository is a class with all methods empty.
|
Modifier and Type | Method and Description |
---|---|
static AuthRepository |
RepositoryFactory.getAuthRepository(String class_name,
String resource,
Map<String,String> params)
Deprecated.
|
AuthRepository |
AuthRepositoryPool.takeRepo() |
Modifier and Type | Method and Description |
---|---|
void |
AuthRepositoryPool.addRepo(AuthRepository repo) |
Modifier and Type | Class and Description |
---|---|
class |
AuthRepositoryMDPoolBean
Class implements bean for multi domain pool for authentication repositories.
|
Modifier and Type | Method and Description |
---|---|
protected Class<AuthRepository> |
AuthRepositoryMDPoolBean.AuthRepositoryConfigBean.getRepositoryIfc() |
Modifier and Type | Method and Description |
---|---|
protected void |
AuthRepositoryMDPoolBean.AuthRepositoryConfigBean.initRepository(AuthRepository repository) |
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
protected AuthRepository |
SchemaLoader.initializeAuthRepository(AuthRepository authRepository) |
Modifier and Type | Method and Description |
---|---|
protected Function<AuthRepository,SchemaLoader.Result> |
SchemaLoader.addUsersToRepositoryFunction(List<BareJID> jids,
String pwd,
Logger log) |
Modifier and Type | Method and Description |
---|---|
protected AuthRepository |
SchemaLoader.initializeAuthRepository(AuthRepository authRepository) |
Modifier and Type | Class and Description |
---|---|
class |
XMLRepository
Class
XMLRepository is a XML implementation of UserRepository . |
Constructor and Description |
---|
SMResourceConnection(JID connectionId,
UserRepository rep,
AuthRepository authRepo,
SessionManagerHandler loginHandler) |
Modifier and Type | Method and Description |
---|---|
static void |
RepositoryUtils.copyRepositories(UserRepository src,
AuthRepository dst) |
static void |
RepositoryUtils.copyUser(BareJID user,
UserRepository src,
AuthRepository dst) |
Modifier and Type | Field and Description |
---|---|
protected AuthRepository |
RepositoryAccess.authRepo |
Modifier and Type | Method and Description |
---|---|
AuthRepository |
XMPPResourceConnection.getAuthRepository() |
Constructor and Description |
---|
RepositoryAccess(UserRepository rep,
AuthRepository auth)
Creates a new
RepositoryAccess instance. |
XMPPResourceConnection(JID connectionId,
UserRepository rep,
AuthRepository authRepo,
SessionManagerHandler loginHandler) |
Constructor and Description |
---|
OfflineResourceConnection(JID connectionId,
UserRepository rep,
AuthRepository authRepo,
SessionManagerHandler loginHandler)
Creates a new
XMPPResourceConnection instance. |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.