| Package | Description |
|---|---|
| tigase.auth | |
| tigase.auth.impl | |
| tigase.db | |
| tigase.db.jdbc | |
| tigase.db.ldap | |
| tigase.db.xml | |
| tigase.server.xmppsession | |
| tigase.util | |
| tigase.xmpp |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthRepositoryAware.setAuthRepository(AuthRepository repo)
Sets AuthRepository.
|
| Modifier and Type | Field and Description |
|---|---|
protected AuthRepository |
PlainSPCallbackHandler.repo |
protected AuthRepository |
AuthRepoPlainCallbackHandler.repo |
| Modifier and Type | Method and Description |
|---|---|
void |
ScramCallbackHandler.setAuthRepository(AuthRepository repo) |
void |
PlainSPCallbackHandler.setAuthRepository(AuthRepository repo) |
void |
ScramSPCallbackHandler.setAuthRepository(AuthRepository repo) |
void |
AuthRepoPlainCallbackHandler.setAuthRepository(AuthRepository repo) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthRepositoryPool.addRepo(AuthRepository repo)
Method description
|
void |
AuthRepositoryMDImpl.addRepo(String domain,
AuthRepository repo)
Method description
|
void |
AuthRepositoryMDImpl.setDefault(AuthRepository repo)
Method description
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
TigaseSPAuth
Tigase Salted Password Auth.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LdapAuthProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLRepository
Class
XMLRepository is a XML implementation of
UserRepository. |
| Constructor and Description |
|---|
SMResourceConnection(tigase.xmpp.JID connectionId,
UserRepository rep,
AuthRepository authRepo,
SessionManagerHandler loginHandler)
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RepositoryUtils.copyRepositories(UserRepository src,
AuthRepository dst)
Method description
|
static void |
RepositoryUtils.copyUser(tigase.xmpp.BareJID user,
UserRepository src,
AuthRepository dst)
Method description
|
| Modifier and Type | Field and Description |
|---|---|
protected AuthRepository |
RepositoryAccess.authRepo
Field description
|
| Modifier and Type | Method and Description |
|---|---|
AuthRepository |
XMPPResourceConnection.getAuthRepository()
Method description
|
| Constructor and Description |
|---|
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 © 2015 "Tigase, Inc.". All rights reserved.