Client SDK Version 2.0.0
Ionic Security client SDK for Python users
Public Member Functions | List of all members
ionicsdk.common.DeviceProfilePersistorDefault Class Reference

Default device profile persistor implementation. More...

Inheritance diagram for ionicsdk.common.DeviceProfilePersistorDefault:
ionicsdk.common.DeviceProfilePersistorBase

Public Member Functions

def __init__ (self)
 Constructs a persistor with default values.
 
- Public Member Functions inherited from ionicsdk.common.DeviceProfilePersistorBase
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...
 

Detailed Description

Default device profile persistor implementation.

This class provides the default device persistor implementation for the environment / operating system that the program runs in. On platforms without a default persistor implementation (e.g. Linux) a persistor will be created but attempting to load or save profiles with it will result in an AGENT_NO_PROFILE_PERSISTOR IonicException.


The documentation for this class was generated from the following file: