18#ifndef LOCATION_SERVICE_COM_LOMIRI_LOCATION_SERVICE_DEFAULT_PERMISSION_MANAGER_H_
19#define LOCATION_SERVICE_COM_LOMIRI_LOCATION_SERVICE_DEFAULT_PERMISSION_MANAGER_H_
37 typedef std::shared_ptr<DefaultPermissionManager>
Ptr;
~DefaultPermissionManager() noexcept
DefaultPermissionManager()
Result check_permission_for_credentials(const Criteria &, const Credentials &credentials)
Checks whether the app with the given credentials is allowed to access the service for the given crit...
std::shared_ptr< DefaultPermissionManager > Ptr
The PermissionManager class is an interface to check whether an application is allowed to access the ...
Result
The Result enum summarizes the results of a query for permissions.
Summarizes criteria of a client session with respect to functionality and accuracy for position,...
Credentials of a remote session.