Interface UserHandle

All Superinterfaces:
Identity

@Deprecated public interface UserHandle extends Identity
Deprecated.
as of 3.3.0, use Identity instead
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.