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 authorizedIdentitywith an automatically generatedCorrelationID.voidAbstractSession.generateAuthorizedIdentity(AuthOptions authOptions, CorrelationID correlationId) SessionOptions.setSessionIdentityOptions(AuthOptions authOptions) Sets the specifiedauthOptionsas theAuthOptionsfor the session identity with an automatically generatedCorrelationID.voidSessionOptions.setSessionIdentityOptions(AuthOptions authOptions, CorrelationID correlationId) Sets the specifiedauthOptionsas theAuthOptionsfor the session identity, enabling automatic authorization of the session identity during startup.