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 AuthUserAuthUser.createWithActiveDirectoryProperty(String propertyName) Creates anAuthUserconfigured for Active Directory authorization mode (DIRECTORY_SERVICE).static AuthUserAuthUser.createWithLogonName()Creates anAuthUserconfigured for Operating System Login (Domain\User) authorization mode (OS_LOGON).static AuthUserAuthUser.createWithManualOptions(String userId, String ipAddress) Creates anAuthUserconfigured for manual authorization.Constructors in com.bloomberglp.blpapi with parameters of type AuthUserModifierConstructorDescriptionAuthOptions(AuthUser user) Creates anAuthOptionsobject for User Mode with the Operating System Login(Domain\User), Active Directory, or Email.AuthOptions(AuthUser user, AuthApplication application) Creates anAuthOptionsobject for User and Application Mode.