/* 123 */ requestCtx = new RequestCtx(subjectSet, resourceSet, actionSet, environSet);
/* */
/* 125 */ if (this.trace)
/* */ {
/* 127 */ ByteArrayOutputStream baos = new ByteArrayOutputStream();
/* 128 */ requestCtx.encode(baos, new Indenter());
/* 129 */ log.trace("XACML Request:" + baos.toString());
/* 130 */ baos.close();
/* */ }
/* 132 */ return requestCtx;
/* */ }