#include <blpapi_authoptions.h>
Contains user-specific authorization options.
See Component blpapi_authoptions
◆ AuthUser() [1/2]
◆ AuthUser() [2/2]
◆ ~AuthUser()
◆ createWithActiveDirectoryProperty()
AuthUser createWithActiveDirectoryProperty |
( |
const char * |
propertyName | ) |
|
|
static |
Create an AuthUser
configured for Active Directory authorization mode (DIRECTORY_SERVICE).
The behavior is undefined when propertyName
is NULL
or empty.
◆ createWithLogonName()
Create an AuthUser
configured for Operating System Login (Domain\User) authorization mode (OS_LOGON).
◆ createWithManualOptions()
AuthUser createWithManualOptions |
( |
const char * |
userId, |
|
|
const char * |
ipAddress |
|
) |
| |
|
static |
Create an AuthUser
configured for manual authorization.
The behavior is undefined when either userId
or ipAddress
is NULL
or empty.
◆ handle()
◆ operator=()
Assign to this object the value of the specified rhs
object.
The documentation for this class was generated from the following file: