Uses of Interface
tigase.db.AuthRepository
-
Packages that use AuthRepository 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 -
-
Uses of AuthRepository in tigase.auth
Methods in tigase.auth with parameters of type AuthRepository Modifier and Type Method Description voidAuthRepositoryAware. setAuthRepository(AuthRepository repo)Sets AuthRepository. -
Uses of AuthRepository in tigase.auth.adhoc
Fields in tigase.auth.adhoc declared as AuthRepository Modifier and Type Field Description protected AuthRepositoryAbstractCredentialsCommand. authRepository -
Uses of AuthRepository in tigase.auth.impl
Fields in tigase.auth.impl declared as AuthRepository Modifier and Type Field Description protected AuthRepositoryAuthRepoPlainCallbackHandler. repoDeprecated.protected AuthRepositoryPlainCallbackHandler. repoprotected AuthRepositoryPlainSPCallbackHandler. repoDeprecated.Methods in tigase.auth.impl with parameters of type AuthRepository Modifier and Type Method Description voidAuthRepoPlainCallbackHandler. 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 AuthRepository Modifier and Type Class Description classAbstractAuthRepositoryWithCredentialsclassAuthRepositoryImplDescribe class AuthRepositoryImpl here.classAuthRepositoryMDImplImplementation of multi domain pool for authentication repositories.classAuthRepositoryPoolPool 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.classDummyRepositoryDummyRepository is a class with all methods empty.Methods in tigase.db that return AuthRepository Modifier and Type Method Description static AuthRepositoryRepositoryFactory. getAuthRepository(java.lang.String class_name, java.lang.String resource, java.util.Map<java.lang.String,java.lang.String> params)Deprecated.AuthRepositoryAuthRepositoryPool. takeRepo()Methods in tigase.db with parameters of type AuthRepository Modifier and Type Method Description voidAuthRepositoryPool. addRepo(AuthRepository repo) -
Uses of AuthRepository in tigase.db.beans
Classes in tigase.db.beans that implement AuthRepository Modifier and Type Class Description classAuthRepositoryMDPoolBeanClass implements bean for multi domain pool for authentication repositories.Methods in tigase.db.beans that return types with arguments of type AuthRepository Modifier and Type Method Description protected java.lang.Class<AuthRepository>AuthRepositoryMDPoolBean.AuthRepositoryConfigBean. getRepositoryIfc()Methods in tigase.db.beans with parameters of type AuthRepository Modifier and Type Method Description protected voidAuthRepositoryMDPoolBean.AuthRepositoryConfigBean. initRepository(AuthRepository repository) -
Uses of AuthRepository in tigase.db.jdbc
Classes in tigase.db.jdbc that implement AuthRepository Modifier and Type Class Description classDrupalWPAuthDescribe class DrupalWPAuth here.classJDBCRepositoryNot synchronized implementation!classTigaseAuthDeprecated.classTigaseCustomAuthThe user authentication connector allows for customized SQL queries to be used.classTigaseSPAuthTigase Salted Password Auth. -
Uses of AuthRepository in tigase.db.ldap
Classes in tigase.db.ldap that implement AuthRepository Modifier and Type Class Description classLdapAuthProvider -
Uses of AuthRepository in tigase.db.util
Methods in tigase.db.util that return AuthRepository Modifier and Type Method Description protected AuthRepositorySchemaLoader. initializeAuthRepository(AuthRepository authRepository)Methods in tigase.db.util that return types with arguments of type AuthRepository Modifier and Type Method Description protected java.util.function.Function<AuthRepository,SchemaLoader.Result>SchemaLoader. addUsersToRepositoryFunction(java.util.List<BareJID> jids, java.lang.String pwd, java.util.logging.Logger log)Methods in tigase.db.util with parameters of type AuthRepository Modifier and Type Method Description protected AuthRepositorySchemaLoader. initializeAuthRepository(AuthRepository authRepository) -
Uses of AuthRepository in tigase.db.xml
Classes in tigase.db.xml that implement AuthRepository Modifier and Type Class Description classXMLRepositoryClassXMLRepositoryis a XML implementation ofUserRepository. -
Uses of AuthRepository in tigase.server.xmppsession
Constructors in tigase.server.xmppsession with parameters of type AuthRepository Constructor Description SMResourceConnection(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler) -
Uses of AuthRepository in tigase.util.repository
Methods in tigase.util.repository with parameters of type AuthRepository Modifier and Type Method Description static 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 AuthRepository Modifier and Type Field Description protected AuthRepositoryRepositoryAccess. authRepoMethods in tigase.xmpp that return AuthRepository Modifier and Type Method Description AuthRepositoryXMPPResourceConnection. getAuthRepository()Constructors in tigase.xmpp with parameters of type AuthRepository Constructor Description RepositoryAccess(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 AuthRepository Constructor Description OfflineResourceConnection(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler)Creates a newXMPPResourceConnectioninstance.
-