Syntax
Argument | Rules | Description | operand | Mandatory Fragment OK | the XACML request document | operator | Mandatory | the XACML policy document |
Example UsageDPML<instr> <type>xacml</type> <operand>request.xml</operand> <operator>policy.xml</operator> <target>response.xml</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:xacml");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |