Package com.adobe.granite.auth.oauth
Interface ProviderConfigManager
-
Method Summary
Modifier and TypeMethodDescriptiongetProviderConfig(String configId) Retrieve theProviderConfigwithin the config with this configIdRetrieve Iterable ofProviderConfig
-
Method Details
-
getProviderConfig
Retrieve theProviderConfigwithin the config with this configId- Parameters:
configId-- Returns:
- the
ProviderConfigor null if the configId doesn't match any registered configuration
-
getProviderConfigs
Iterable<ProviderConfig> getProviderConfigs()Retrieve Iterable ofProviderConfig- Returns:
- the Iterable of
ProviderConfig
-