Includes security advice for service api calls. Advice is an aspect oriented programming (AOP) term, that represents code to be executed at certain points during the execution of other code. In this case, the security advice executes before service api calls and verifies that the current security context has sufficient privileges to make that call.

Related Documentation