BLPAPI C++
3.24.6
|
Provide access to the entitlements for a user. More...
#include <blpapi_defs.h>
#include <blpapi_exception.h>
#include <blpapi_service.h>
#include <blpapi_types.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | Identity |
Namespaces | |
BloombergLP | |
BloombergLP::blpapi | |
Functions | |
void | blpapi_Identity_release (blpapi_Identity_t *handle) |
int | blpapi_Identity_addRef (blpapi_Identity_t *handle) |
int | blpapi_Identity_hasEntitlements (const blpapi_Identity_t *handle, const blpapi_Service_t *service, const blpapi_Element_t *eidElement, const int *entitlementIds, size_t numEntitlements, int *failedEntitlements, int *failedEntitlementsCount) |
int | blpapi_Identity_isAuthorized (const blpapi_Identity_t *handle, const blpapi_Service_t *service) |
int | blpapi_Identity_getSeatType (const blpapi_Identity_t *handle, int *seatType) |
Provide access to the entitlements for a user.
int blpapi_Identity_addRef | ( | blpapi_Identity_t * | handle | ) |
int blpapi_Identity_getSeatType | ( | const blpapi_Identity_t * | handle, |
int * | seatType | ||
) |
int blpapi_Identity_hasEntitlements | ( | const blpapi_Identity_t * | handle, |
const blpapi_Service_t * | service, | ||
const blpapi_Element_t * | eidElement, | ||
const int * | entitlementIds, | ||
size_t | numEntitlements, | ||
int * | failedEntitlements, | ||
int * | failedEntitlementsCount | ||
) |
int blpapi_Identity_isAuthorized | ( | const blpapi_Identity_t * | handle, |
const blpapi_Service_t * | service | ||
) |
void blpapi_Identity_release | ( | blpapi_Identity_t * | handle | ) |