Uses of Interface
org.example.azapi.AzResponseContext

Packages that use AzResponseContext
org.example.azapi The AzApi package contains the interfaces that must be implemented by a provider. 
 

Uses of AzResponseContext in org.example.azapi
 

Methods in org.example.azapi that return AzResponseContext
 AzResponseContext AzService.decide(AzRequestContext azRequestContext)
          Returns the authorization decision(s) in an AzResponseContext object.
 AzResponseContext AzService.queryVerbose(java.lang.String scope, AzRequestContext azRequestContext)
          Returns an AzResponseContext that contains all the results for queries that are within the specified "scope", where "scope" is a String expression representing a set of target resources.