Uses of Class
org.apache.synapse.mediators.opa.OPASecurityException
Packages that use OPASecurityException
-
Uses of OPASecurityException in org.apache.synapse.mediators.opa
Methods in org.apache.synapse.mediators.opa with parameters of type OPASecurityExceptionModifier and TypeMethodDescriptionstatic voidOPAUtils.handlePolicyFailure(org.apache.synapse.MessageContext messageContext, OPASecurityException e, String faultHandler) Handle the policy failure.Methods in org.apache.synapse.mediators.opa that throw OPASecurityExceptionModifier and TypeMethodDescriptionorg.apache.http.impl.client.CloseableHttpClientOPAClient.createHttpClient(String url) Return a CloseableHttpClient instanceOPARequestGenerator.generateRequest(String policyName, String rule, Map<String, String> additionalParameters, org.apache.synapse.MessageContext messageContext) Generate the OPA request payload from the provided message context and the additional Properties MapOPASynapseRequestGenerator.generateRequest(String policyName, String rule, Map<String, String> additionalParameters, org.apache.synapse.MessageContext messageContext) booleanOPARequestGenerator.handleResponse(String policyName, String rule, String opaResponse, Map<String, String> additionalParameters, org.apache.synapse.MessageContext messageContext) Handle the OPA response based on the implementationbooleanOPASynapseRequestGenerator.handleResponse(String policyName, String rule, String opaResponse, Map<String, String> additionalParameters, org.apache.synapse.MessageContext messageContext) Method to publish the OPA payload to the OPA serverConstructors in org.apache.synapse.mediators.opa that throw OPASecurityException