com.bloomberglp.blpapi
Interface UserHandle
- All Superinterfaces:
- Identity
Deprecated. as of 3.3.0, use Identity instead
public interface UserHandle
- extends Identity
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.
- Author:
- ssomu
Copyright © 2015 Bloomberg L.P.. All Rights Reserved.