is_authorized


Description:

[ Version ( since = "0.9.0" ) ]
public bool is_authorized ()

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:

true if the service is authorized for all its domains, false otherwise