Uses of Interface
tigase.auth.credentials.Credentials
-
Packages that use Credentials Package Description tigase.db tigase.db.jdbc tigase.db.ldap -
-
Uses of Credentials in tigase.db
Classes in tigase.db that implement Credentials Modifier and Type Class Description static classAuthRepository.DefaultCredentialsstatic classAuthRepository.SingleCredentialMethods in tigase.db that return Credentials Modifier and Type Method Description default CredentialsAuthRepository. getCredentials(BareJID user, java.lang.String credentialId)CredentialsAuthRepositoryMDImpl. getCredentials(BareJID user, java.lang.String credentialId)CredentialsAuthRepositoryPool. getCredentials(BareJID user, java.lang.String credentialId) -
Uses of Credentials in tigase.db.jdbc
Methods in tigase.db.jdbc that return Credentials Modifier and Type Method Description CredentialsTigaseCustomAuth. getCredentials(BareJID user, java.lang.String credentialId) -
Uses of Credentials in tigase.db.ldap
Methods in tigase.db.ldap that return Credentials Modifier and Type Method Description CredentialsLdapAuthProvider. getCredentials(BareJID user, java.lang.String credentialId)
-