Agent SDK
|
Abstract class used to load and save device profiles. More...
Public Member Functions | |
def | getversion (self) |
Gets the profile persistor verion to use, or an empty value if a default will be used. More... | |
def | setversion (self, version) |
Sets the profile persistor verion to use. More... | |
Abstract class used to load and save device profiles.
This class provides the interface required for all device profile persistor implementations (e.g. DeviceProfilePersistorDefault, DeviceProfilePersistorAesGcm). A device profile persistor is responsible for loading and saving device profile objects (DeviceProfile).
The default implementation (DeviceProfilePersistorDefault) is typically sufficient for most desktop application environments. Another commonly used secure implementation is DeviceProfilePersistorAesGcmFile.
def ionicsdk.common.DeviceProfilePersistorBase.getversion | ( | self | ) |
Gets the profile persistor verion to use, or an empty value if a default will be used.
def ionicsdk.common.DeviceProfilePersistorBase.setversion | ( | self, | |
version | |||
) |
Sets the profile persistor verion to use.
An empty value will have a default be used.
version | (string) value to use to pick the version, or empty for a default version. |
An | integer success/fail code, AGENT_OK on success |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2018 Ionic Security Inc. All rights reserved.
Generated on Mon Jun 24 2019 10:20:15 for Agent SDK by
1.8.12