public synchronized static org.picketlink.identity.federation.saml.v2.protocol.ResponseType handleXACMLQuery(
PolicyDecisionPoint pdp, String issuer, XACMLAuthzDecisionQueryType xacmlRequest) throws ProcessingException,
ConfigurationException {
RequestType requestType = xacmlRequest.getRequest();
RequestContext requestContext = new JBossRequestContext();
try {
requestContext.setRequest(requestType);
} catch (IOException e) {
throw new ProcessingException(e);
}
// pdp evaluation is thread safe