Classes | Namespaces | Functions

blpapi_identity.h File Reference

Provide access to the entitlements for a user. More...

Go to the source code of this file.

Classes

class  blpapi::Identity

Namespaces

namespace  blpapi

Functions

BLPAPI_EXPORT void blpapi_Identity_release (blpapi_Identity_t *handle)
BLPAPI_EXPORT int blpapi_Identity_addRef (blpapi_Identity_t *handle)
BLPAPI_EXPORT 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)
BLPAPI_EXPORT int blpapi_Identity_isAuthorized (const blpapi_Identity_t *handle, const blpapi_Service_t *service)
BLPAPI_EXPORT int blpapi_Identity_getSeatType (const blpapi_Identity_t *handle, int *seatType)

Detailed Description

Provide access to the entitlements for a user.


Function Documentation

BLPAPI_EXPORT void blpapi_Identity_release ( blpapi_Identity_t handle  ) 
BLPAPI_EXPORT int blpapi_Identity_addRef ( blpapi_Identity_t handle  ) 
BLPAPI_EXPORT 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 
)
BLPAPI_EXPORT int blpapi_Identity_isAuthorized ( const blpapi_Identity_t handle,
const blpapi_Service_t service 
)
BLPAPI_EXPORT int blpapi_Identity_getSeatType ( const blpapi_Identity_t handle,
int *  seatType 
)