Package com.bloomberglp.blpapi
Class AuthApplication
java.lang.Object
com.bloomberglp.blpapi.AuthApplication
This class contains application-specific authorization options.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthApplication(String applicationName) Creates anAuthApplicationobject for authorization. -
Method Summary
-
Constructor Details
-
AuthApplication
Creates anAuthApplicationobject for authorization. The behavior is undefined whenapplicationNameisnullor empty.- Parameters:
applicationName- the name of the application to authorize as.
-