Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Creating Mobile Application Projects | Coding a Mobile Application | Credential and Isolated Storage API
 
Credential and Isolated Storage API
 
Security Considerations
In order to store more sensitive data, most mobile platforms now have some concept of isolated storage or protected storage. Mobile Designer provides an API to allow applications to make use of this kind of storage through the classes in the com.softwareag.mobile.md.io package. Default implementations are provided to store key/value pairs and server to user name/password mappings. In cases where a different security model is desired,you can create your own classes conforming to the interfaces in this package.
Note:
It is important to be aware of the limitations and concepts defined with each platform when dealing with sensitive data to ensure that the data is stored in an acceptable way. The following Security Considerations section gives information on the default classes provided and their native implementations to assist in this regard.