Package com.sap.cloud.mobile.foundation.configurationprovider
See: Description
-
Class Summary Class Description 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. FileConfigurationProvider One of the default ConfigurationProviders, it obtains JSON configuration data from the application\u0027s resource file. ProviderIdentifier Contains the provider identifiers for the default providers used in the ConfigurationLoader. ConfigurationPersistenceException An Exception thrown by a ConfigurationPersiter when there is an error persisting the given configuration data. ManagedConfigurationProvider One of the default ConfigurationProviders, it obtains configuration data from the Enterprise Mobility Management ( EMM ) settings. ProviderConfiguration Providers all extend from this class and use it to provide. DefaultPersistenceMethod Default Persistence Method. JsonConfigurationProvider One of the default ConfigurationProviders, it obtains configuration data from JSON data supplied as user input. ConfigurationProviderError Represents an error generated by a configuration provider. DefaultManagedConfigToJsonConverter Provides the default method for converting managed configuration data to Json. DiscoveryServiceConfigurationProvider One of the default ConfigurationProviders, it obtains configuration data from the Discovery Service. ConfigurationLoaderCallback Callbacks for the providers. ConfigurationLoader The main entry point, responsible for configuration retrieval, provider processing, retries, input and error callbacks. 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. -
Interface Summary Interface Description ConfigurationProvider Configuration provider contract. ConfigurationPersister Output handler contract. ManagedConfigToJsonConverter Defines the contract for converting managed configuration data to Json.