Uses of Class
com.bloomberglp.blpapi.AuthOptions
-
Uses of AuthOptions in com.bloomberglp.blpapi
Modifier 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.