Uses of Interface
com.bloomberglp.blpapi.Identity

Uses of Identity in com.bloomberglp.blpapi
 

Subinterfaces of Identity in com.bloomberglp.blpapi
 interface UserHandle
          Deprecated. as of 3.3.0, use Identity instead
 

Methods in com.bloomberglp.blpapi that return Identity
 Identity AbstractSession.createIdentity()
          Return a new Identity which is valid but has not been authorized.
 

Methods in com.bloomberglp.blpapi with parameters of type Identity
 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(java.lang.String serviceName, Identity providerIdentity)
          Attempts to register the service identified by the specified serviceName and blocks until the service is either registered successfully or has failed to be registered.
 boolean ProviderSession.registerService(java.lang.String serviceName, Identity providerIdentity, ServiceRegistrationOptions registrationOptions)
          Attempts to register the service identified by the specified serviceName using the optionally specified registrationOptions and block until the service is either registered successfully or has failed to be registered.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity)
          Begins the process of registering the service identified by the specified serviceName and returns immediately.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity, CorrelationID correlationId)
          Begins the process of registering the service identified by the specified serviceName and returns immediately.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.String serviceName, Identity providerIdentity, CorrelationID correlationId, ServiceRegistrationOptions registrationOptions)
          Is registerServiceAsync extended.
 CorrelationID ProviderSession.registerServiceAsync(java.lang.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'.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID AbstractSession.sendAuthorizationRequest(Request authorizationRequest, Identity identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified authorizationRequest and update the specified identity with the results.
 CorrelationID Session.sendRequest(Request request, Identity identity, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId)
          Send the specified request to a service using this session
 CorrelationID Session.sendRequest(Request request, Identity identity, EventQueue eventQueue, CorrelationID correlationId, java.lang.String requestLabel)
          Send the specified request to a service using this session
 void Session.subscribe(SubscriptionList subscriptionList, Identity identity)
          Initiate a request to receive asynchronous updates to the specified topics.
 void Session.subscribe(SubscriptionList subscriptionList, Identity identity, java.lang.String requestLabel)
          Initiate a request to receive asynchronous updates to the specified topics in the subscriptionList.
 



Copyright © 2015 Bloomberg L.P.. All Rights Reserved.