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 TypeMethodDescriptionvoidAuthRepositoryAware.setAuthRepository(AuthRepository repo) Sets AuthRepository. -
Uses of AuthRepository in tigase.auth.adhoc
Fields in tigase.auth.adhoc declared as AuthRepositoryModifier and TypeFieldDescriptionprotected AuthRepositoryAbstractCredentialsCommand.authRepository -
Uses of AuthRepository in tigase.auth.impl
Fields in tigase.auth.impl declared as AuthRepositoryModifier and TypeFieldDescriptionprotected AuthRepositoryAuthRepoPlainCallbackHandler.repoDeprecated.protected AuthRepositoryPlainCallbackHandler.repoprotected AuthRepositoryPlainSPCallbackHandler.repoDeprecated.Methods in tigase.auth.impl with parameters of type AuthRepositoryModifier and TypeMethodDescriptionvoidAuthRepoPlainCallbackHandler.setAuthRepository(AuthRepository repo) Deprecated.voidPlainCallbackHandler.setAuthRepository(AuthRepository repo) voidPlainSPCallbackHandler.setAuthRepository(AuthRepository repo) Deprecated.voidScramCallbackHandler.setAuthRepository(AuthRepository repo) -
Uses of AuthRepository in tigase.db
Classes in tigase.db that implement AuthRepositoryModifier and TypeClassDescriptionclassclassDescribe class AuthRepositoryImpl here.classImplementation of multi domain pool for authentication repositories.classPool for authentication repositories. *
This pool should be used if connection to authentication storage is blocking or synchronized, ie. implemented using single connection.*
If implementation ofAuthRepositoryuses connection pool or non blocking, concurrent access to authentication storage (ie.classDummyRepository is a class with all methods empty.Methods in tigase.db that return AuthRepositoryModifier and TypeMethodDescriptionstatic AuthRepositoryDeprecated.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 TypeClassDescriptionclassClass 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 voidAuthRepositoryMDPoolBean.AuthRepositoryConfigBean.initRepository(AuthRepository repository) -
Uses of AuthRepository in tigase.db.jdbc
Classes in tigase.db.jdbc that implement AuthRepositoryModifier and TypeClassDescriptionclassDescribe class DrupalWPAuth here.classNot synchronized implementation!classDeprecated.classThe user authentication connector allows for customized SQL queries to be used.classTigase 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 AuthRepositorySchemaLoader.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 AuthRepositorySchemaLoader.initializeAuthRepository(AuthRepository authRepository) -
Uses of AuthRepository in tigase.db.xml
Classes in tigase.db.xml that implement AuthRepositoryModifier and TypeClassDescriptionclassClassXMLRepositoryis 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 voidRepositoryUtils.copyRepositories(UserRepository src, AuthRepository dst) static voidRepositoryUtils.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 newRepositoryAccessinstance.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 newXMPPResourceConnectioninstance.