Package backend :: Package cdn_tools :: Module manifest :: Class Manifest
[hide private]
[frames] | no frames]

Class Manifest

source code


Class containing relevant data from RHSM manifest.

Instance Methods [hide private]
 
__init__(self, zip_path)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_extract_certificate(self, zip_file) source code
 
_fill_product_repositories(self, zip_file, product) source code
 
_load_entitlements(self, zip_file) source code
 
_extract_consumer_info(self, zip_file) source code
 
_extract_meta_info(self, zip_file) source code
 
_extract_consumer_credentials(self, zip_file) source code
 
get_all_entitlements(self) source code
 
get_satellite_certificate(self) source code
 
get_satellite_version(self) source code
 
get_consumer_credentials(self) source code
 
get_name(self) source code
 
get_uuid(self) source code
 
get_ownerid(self) source code
 
get_api_url(self) source code
 
get_created(self) source code
 
check_signature(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  SIGNATURE_NAME = 'signature'
  INNER_ZIP_NAME = 'consumer_export.zip'
  ENTITLEMENTS_PATH = 'export/entitlements'
  CERTIFICATE_PATH = 'export/extensions'
  PRODUCTS_PATH = 'export/products'
  CONSUMER_INFO = 'export/consumer.json'
  META_INFO = 'export/meta.json'
  UPSTREAM_CONSUMER_PATH = 'export/upstream_consumer'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, zip_path)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)