Uses of Interface
com.bloomberglp.blpapi.Identity
-
Uses of Identity in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionAbstractSession.createIdentity()
Return a new Identity which is valid but has not been authorized.AbstractSession.getAuthorizedIdentity
(CorrelationID correlationId) Returns the authorized identity associated withcorrelationId
.AbstractSession.getSessionIdentity()
Returns the session identity if it is authorized.Modifier and TypeMethodDescriptionSession.createSnapshotRequestTemplate
(String subscriptionString, CorrelationID statusCid, Identity identity) Create a snapshot request template for getting subscription data specified by the 'subscriptionString' using the optionally specified 'identity' if all the following conditions are met: the session is established, 'subscriptionString' is a valid subscription string and 'statusCid' is not used in this session.void
ProviderSession.createTopics
(TopicList topicList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Create the topics in the specified 'topicList' and updates the 'topicList' with the results of the resolution process.void
ProviderSession.createTopicsAsync
(TopicList topicList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Begin the creation of the topics in the specified 'topicList'.boolean
ProviderSession.registerService
(String serviceName, Identity providerIdentity) Attempts to register the service identified by the specifiedserviceName
and blocks until the service is either registered successfully or has failed to be registered.boolean
ProviderSession.registerService
(String serviceName, Identity providerIdentity, ServiceRegistrationOptions registrationOptions) Attempts to register the service identified by the specifiedserviceName
using the optionally specifiedregistrationOptions
and block until the service is either registered successfully or has failed to be registered.ProviderSession.registerServiceAsync
(String serviceName, Identity providerIdentity) Begins the process of registering the service identified by the specifiedserviceName
and returns immediately.ProviderSession.registerServiceAsync
(String serviceName, Identity providerIdentity, CorrelationID correlationId) Begins the process of registering the service identified by the specifiedserviceName
and returns immediately.ProviderSession.registerServiceAsync
(String serviceName, Identity providerIdentity, CorrelationID correlationId, ServiceRegistrationOptions registrationOptions) Is registerServiceAsync extended.ProviderSession.registerServiceAsync
(String serviceName, Identity providerIdentity, ServiceRegistrationOptions registrationOptions) Is registerServiceAsync extended.void
ProviderSession.resolve
(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.void
ProviderSession.resolveAsync
(ResolutionList resolutionList, ProviderSession.ResolveMode resolveMode, Identity providerIdentity) Begin the resolution of the topics in the specified 'resolutionList'.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, CorrelationID correlationId) Send the specified authorizationRequest and update the specified identity with the results.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, CorrelationID correlationId, String requestLabel) Send the specified authorizationRequest and update the specified identity with the results.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId) Send the specified authorizationRequest and update the specified identity with the results.AbstractSession.sendAuthorizationRequest
(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId, String requestLabel) Send the specified authorizationRequest and update the specified identity with the results.Session.sendRequest
(Request request, Identity identity, CorrelationID correlationId) Send the specified request to a service using this sessionSession.sendRequest
(Request request, Identity identity, CorrelationID correlationId, String requestLabel) Send the specified request to a service using this sessionSession.sendRequest
(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId) Send the specified request to a service using this sessionSession.sendRequest
(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId, String requestLabel) Send the specified request to a service using this sessionvoid
Session.subscribe
(SubscriptionList subscriptionList, Identity identity) This is the same as callingsubscribe(subscriptionList, identity, nullRequestLabel)
Session.subscribe
(SubscriptionList subscriptionList, Identity identity, SubscriptionPreprocessMode mode) This is the same as callingsubscribe(subscriptionList, identity, nullRequestLabel, mode)
void
Session.subscribe
(SubscriptionList subscriptionList, Identity identity, String requestLabel) Initiate a request to receive asynchronous updates to the specified topics in thesubscriptionList
.Session.subscribe
(SubscriptionList subscriptionList, Identity identity, String requestLabel, SubscriptionPreprocessMode mode) Begins subscription for each entry insubscriptionList
.
Identity
instead