Uses of Class
com.bloomberglp.blpapi.AuthUser
-
Uses of AuthUser in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionstatic AuthUser
AuthUser.createWithActiveDirectoryProperty
(String propertyName) Creates anAuthUser
configured for Active Directory authorization mode (DIRECTORY_SERVICE).static AuthUser
AuthUser.createWithLogonName()
Creates anAuthUser
configured for Operating System Login (Domain\User) authorization mode (OS_LOGON).static AuthUser
AuthUser.createWithManualOptions
(String userId, String ipAddress) Creates anAuthUser
configured for manual authorization.ModifierConstructorDescriptionAuthOptions
(AuthUser user) Creates anAuthOptions
object for User Mode with the Operating System Login(Domain\User), Active Directory, or Email.AuthOptions
(AuthUser user, AuthApplication application) Creates anAuthOptions
object for User and Application Mode.