Package com.sap.cloud.mobile.foundation.configurationprovider
See: Description
-
Class Summary Class Description ConfigurationPersistenceException An Exception thrown by a ConfigurationPersiter when there is an error persisting the given configuration data. ProviderIdentifier Contains the provider identifiers for the default providers used in the ConfigurationLoader. ManagedConfigurationProvider One of the default ConfigurationProviders, it obtains configuration data from the Enterprise Mobility Management ( EMM ) settings. FileConfigurationProvider One of the default ConfigurationProviders, it obtains JSON configuration data from the application\u0027s resource file. ConfigurationProviderError Represents an error generated by a configuration provider. DiscoveryServiceConfigurationProvider One of the default ConfigurationProviders, it obtains configuration data from the Discovery Service. ConfigurationLoaderCallback Callbacks for the providers. JsonConfigurationProvider One of the default ConfigurationProviders, it obtains configuration data from JSON data supplied as user input. ProviderInputs Property map containing key value pairs which represent the user input fields and the user response data that will be supplied to the associated provider. ConfigurationLoader The main entry point, responsible for configuration retrieval, provider processing, retries, input and error callbacks. ProviderConfiguration Providers all extend from this class and use it to provide. DefaultPersistenceMethod Default Persistence Method. DefaultManagedConfigToJsonConverter Provides the default method for converting managed configuration data to Json. UserInputs User Input contains a list of each provider and the providers ProviderInput As each provider requires input, the loader will pass its ProviderInput data. -
Interface Summary Interface Description ConfigurationProvider Configuration provider contract. ConfigurationPersister Output handler contract. ManagedConfigToJsonConverter Defines the contract for converting managed configuration data to Json.