[ Version ( since = "0.9.0" ) ]
public bool is_authorized ()
Determines whether the service is authorized for all the AuthorizationDomains 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.
this |
a Service |
|