is_authorized
Description:
Determines whether the service is authorized for all the AuthorizationDomain s it belongs to (as returned by get_authorization_domains).
If the service's authorizer is null
, false
is
always returned.
This is basically a convenience method for checking that the service's Authorizer is authorized for all the service's AuthorizationDomains.
Parameters:
this |
a Service |
Returns:
|