Uses of Class
com.bloomberglp.blpapi.AuthOptions
Packages that use AuthOptions
-
Uses of AuthOptions in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi with parameters of type AuthOptionsModifier and TypeMethodDescriptionAbstractSession.generateAuthorizedIdentity
(AuthOptions authOptions) Generates an authorizedIdentity
with an automatically generatedCorrelationID
.void
AbstractSession.generateAuthorizedIdentity
(AuthOptions authOptions, CorrelationID correlationId) SessionOptions.setSessionIdentityOptions
(AuthOptions authOptions) Sets the specifiedauthOptions
as theAuthOptions
for the session identity with an automatically generatedCorrelationID
.void
SessionOptions.setSessionIdentityOptions
(AuthOptions authOptions, CorrelationID correlationId) Sets the specifiedauthOptions
as theAuthOptions
for the session identity, enabling automatic authorization of the session identity during startup.