Uses of Class
com.bloomberglp.blpapi.AuthUser
Packages that use AuthUser
-
Uses of AuthUser in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return AuthUserModifier 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.Constructors in com.bloomberglp.blpapi with parameters of type AuthUserModifierConstructorDescriptionAuthOptions
(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.