Uses of Interface
tigase.db.AuthRepository
Packages that use AuthRepository
Package
Description
Package containing implementation of all Session Manager plugins
-
Uses of AuthRepository in tigase.auth
Methods in tigase.auth with parameters of type AuthRepositoryModifier and TypeMethodDescriptionvoid
AuthRepositoryAware.setAuthRepository
(AuthRepository repo) Sets AuthRepository. -
Uses of AuthRepository in tigase.auth.adhoc
Fields in tigase.auth.adhoc declared as AuthRepositoryModifier and TypeFieldDescriptionprotected AuthRepository
AbstractCredentialsCommand.authRepository
-
Uses of AuthRepository in tigase.auth.impl
Fields in tigase.auth.impl declared as AuthRepositoryModifier and TypeFieldDescriptionprotected AuthRepository
AuthRepoPlainCallbackHandler.repo
Deprecated.protected AuthRepository
PlainCallbackHandler.repo
protected AuthRepository
PlainSPCallbackHandler.repo
Deprecated.protected AuthRepository
XTokenCallbackHandler.repo
Methods in tigase.auth.impl with parameters of type AuthRepositoryModifier and TypeMethodDescriptionvoid
AuthRepoPlainCallbackHandler.setAuthRepository
(AuthRepository repo) Deprecated.void
PlainCallbackHandler.setAuthRepository
(AuthRepository repo) void
PlainSPCallbackHandler.setAuthRepository
(AuthRepository repo) Deprecated.void
ScramCallbackHandler.setAuthRepository
(AuthRepository repo) void
XTokenCallbackHandler.setAuthRepository
(AuthRepository repo) -
Uses of AuthRepository in tigase.db
Classes in tigase.db that implement AuthRepositoryModifier and TypeClassDescriptionclass
class
Describe class AuthRepositoryImpl here.class
Implementation of multi domain pool for authentication repositories.class
Pool for authentication repositories.class
DummyRepository is a class with all methods empty.Methods in tigase.db that return AuthRepositoryModifier and TypeMethodDescriptionstatic AuthRepository
Deprecated.AuthRepositoryPool.takeRepo()
Methods in tigase.db with parameters of type AuthRepository -
Uses of AuthRepository in tigase.db.beans
Classes in tigase.db.beans that implement AuthRepositoryModifier and TypeClassDescriptionclass
Class implements bean for multi domain pool for authentication repositories.Methods in tigase.db.beans that return types with arguments of type AuthRepositoryModifier and TypeMethodDescriptionprotected Class
<AuthRepository> AuthRepositoryMDPoolBean.AuthRepositoryConfigBean.getRepositoryIfc()
Methods in tigase.db.beans with parameters of type AuthRepositoryModifier and TypeMethodDescriptionprotected void
AuthRepositoryMDPoolBean.AuthRepositoryConfigBean.initRepository
(AuthRepository repository) -
Uses of AuthRepository in tigase.db.jdbc
Classes in tigase.db.jdbc that implement AuthRepositoryModifier and TypeClassDescriptionclass
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 AuthRepository in tigase.db.ldap
Classes in tigase.db.ldap that implement AuthRepository -
Uses of AuthRepository in tigase.db.util
Methods in tigase.db.util that return AuthRepositoryModifier and TypeMethodDescriptionprotected AuthRepository
SchemaLoader.initializeAuthRepository
(AuthRepository authRepository) Methods in tigase.db.util that return types with arguments of type AuthRepositoryModifier and TypeMethodDescriptionprotected Function
<AuthRepository, SchemaLoader.Result> SchemaLoader.addUsersToRepositoryFunction
(List<BareJID> jids, String pwd, Logger log) Methods in tigase.db.util with parameters of type AuthRepositoryModifier and TypeMethodDescriptionprotected AuthRepository
SchemaLoader.initializeAuthRepository
(AuthRepository authRepository) -
Uses of AuthRepository in tigase.db.util.importexport
Fields in tigase.db.util.importexport declared as AuthRepositoryModifier and TypeFieldDescriptionprotected final AuthRepository
CredentialsExtension.AuthImportExtension.authRepository
Constructors in tigase.db.util.importexport with parameters of type AuthRepositoryModifierConstructorDescriptionprotected
AuthImportExtension
(AuthRepository authRepository, BareJID user, String mechanism) protected
PlainAuthImportExtension
(AuthRepository authRepository, BareJID user, String mechanism, boolean importPLAIN) SCRAMAuthImportExtension
(AuthRepository authRepository, BareJID user, String mechanism) -
Uses of AuthRepository in tigase.db.xml
Classes in tigase.db.xml that implement AuthRepositoryModifier and TypeClassDescriptionclass
ClassXMLRepository
is a XML implementation ofUserRepository
. -
Uses of AuthRepository in tigase.server.xmppsession
Constructors in tigase.server.xmppsession with parameters of type AuthRepositoryModifierConstructorDescriptionSMResourceConnection
(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler) -
Uses of AuthRepository in tigase.util.repository
Methods in tigase.util.repository with parameters of type AuthRepositoryModifier and TypeMethodDescriptionstatic void
RepositoryUtils.copyRepositories
(UserRepository src, AuthRepository dst) static void
RepositoryUtils.copyUser
(BareJID user, UserRepository src, AuthRepository dst) -
Uses of AuthRepository in tigase.xmpp
Fields in tigase.xmpp declared as AuthRepositoryMethods in tigase.xmpp that return AuthRepositoryConstructors in tigase.xmpp with parameters of type AuthRepositoryModifierConstructorDescriptionRepositoryAccess
(UserRepository rep, AuthRepository auth) Creates a newRepositoryAccess
instance.XMPPResourceConnection
(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler) -
Uses of AuthRepository in tigase.xmpp.impl
Constructors in tigase.xmpp.impl with parameters of type AuthRepositoryModifierConstructorDescriptionOfflineResourceConnection
(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler) Creates a newXMPPResourceConnection
instance.