Package com.adobe.granite.auth.oauth
Interface ProviderConfigManager
-
@ProviderType public interface ProviderConfigManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderConfig
getProviderConfig(java.lang.String configId)
Retrieve theProviderConfig
within the config with this configIdjava.lang.Iterable<ProviderConfig>
getProviderConfigs()
Retrieve Iterable ofProviderConfig
-
-
-
Method Detail
-
getProviderConfig
ProviderConfig getProviderConfig(java.lang.String configId)
Retrieve theProviderConfig
within the config with this configId- Parameters:
configId
-- Returns:
- the
ProviderConfig
or null if the configId doesn't match any registered configuration
-
getProviderConfigs
java.lang.Iterable<ProviderConfig> getProviderConfigs()
Retrieve Iterable ofProviderConfig
- Returns:
- the Iterable of
ProviderConfig
-
-