Acquire.Service._get_services module

get_trusted_service(service_url=None, service_uid=None)[source]

Return the trusted service info for the service with specified service_url or service_uid

get_trusted_services()[source]

Return a dictionary of all trusted services indexed by their type

get_remote_service(service_url)[source]

This function returns the service info for the service at ‘service_url’

get_checked_remote_service(service_url, public_cert)[source]

This function returns the service info for the service at ‘service_url’. This checks that the info has been signed correctly by the passed public certificate

clear_services_cache()[source]

Clear the caches of loaded services