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

Plaintext device profile persistor implementation. More...

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

Public Member Functions

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

Public Attributes

 filepath
 (unicode) File name and path where the JSON file will be located
 

Detailed Description

Plaintext device profile persistor implementation.

This class provides a file-based device persistor that is not protected.

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.common.DeviceProfilePersistorPlaintextFile.__init__ (   self,
  filepath 
)

Constructs a persistor with the provided values.

Parameters
filepath(string): The file name and path

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