| Package | Description |
|---|---|
| com.bloomberglp.blpapi |
| Modifier and Type | Method and Description |
|---|---|
static AuthUser |
AuthUser.createWithActiveDirectoryProperty(String propertyName)
Creates an
AuthUser configured for Active Directory
authorization mode (DIRECTORY_SERVICE). |
static AuthUser |
AuthUser.createWithLogonName()
Creates an
AuthUser configured for Operating System Login
(Domain\User) authorization mode (OS_LOGON). |
static AuthUser |
AuthUser.createWithManualOptions(String userId,
String ipAddress)
Creates an
AuthUser configured for manual authorization. |
| Constructor and Description |
|---|
AuthOptions(AuthUser user)
Creates an
AuthOptions object for User Mode with the
Operating System Login(Domain\User), Active Directory, or Email. |
AuthOptions(AuthUser user,
AuthApplication application)
Creates an
AuthOptions object for User and Application Mode. |
Copyright © 2021 Bloomberg L.P.. All rights reserved.