| Modifier and Type | Method and Description |
|---|---|
Service |
AbstractSession.getService(String serviceIdentifier)
Return a handle to a
Service object representing the service
identified by the specified 'serviceIdentifier' |
Service |
Topic.service() |
abstract Service |
Message.service()
Return the Service associated with this message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Identity.hasEntitlements(Element entitlements,
Service service)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.hasEntitlements(Element entitlements,
Service service,
List<Integer> failedEntitlements)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.hasEntitlements(int[] entitlements,
Service service)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.hasEntitlements(int[] entitlements,
Service service,
List<Integer> failedEntitlements)
Return true if the user has the specified entitlements for the specified
Service
|
boolean |
Identity.isAuthorized(Service service)
Return true if the user handle is authorized for the specified service
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.