Package com.bloomberglp.blpapi
Interface UserHandle
- All Superinterfaces:
Identity
Deprecated.
Provides access to the entitlements for a specific user.
An unauthorized UserHandle is created using AbstractSession.createUserHandle()
. Once a
UserHandle has been created it can be authorized using sendAuthorizationRequest()
. The authorized UserHandle can then be used in subscribe()
or sendRequest()
calls.
Once authorized a UserHandle has access to the entitlements of the user which it was validated
for and can then be queried to see if a user is entitled to receive data.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.bloomberglp.blpapi.Identity
Identity.SeatType
-
Method Summary
Methods inherited from interface com.bloomberglp.blpapi.Identity
hasEntitlements, hasEntitlements, hasEntitlements, hasEntitlements, isAuthorized, seatType
Identity
instead