Home
last modified time | relevance | path

Searched refs:providerAuthMethodsKeys (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/auth/
H A Dqgsauthmanager.cpp920 QStringList providerAuthMethodsKeys; in availableAuthMethodConfigs() local
923 providerAuthMethodsKeys = authMethodsKeys( dataprovider.toLower() ); in availableAuthMethodConfigs()
951 if ( !dataprovider.isEmpty() && !providerAuthMethodsKeys.contains( config.method() ) ) in availableAuthMethodConfigs()
/dports/graphics/qgis/qgis-3.22.3/src/core/auth/
H A Dqgsauthmanager.cpp928 QStringList providerAuthMethodsKeys; in availableAuthMethodConfigs() local
931 providerAuthMethodsKeys = authMethodsKeys( dataprovider.toLower() ); in availableAuthMethodConfigs()
959 if ( !dataprovider.isEmpty() && !providerAuthMethodsKeys.contains( config.method() ) ) in availableAuthMethodConfigs()