Hi Gayan, XACML engine is a policy evaluation module. You dont need a special type of binding for that. What you can do is, forward the attributes you want to evaluate against a XACML policy to the XACML engine via a REST call or a WS call.
for instance, WSO2 IS can be the XACML PDP, where your jaggery application will be the PEP. so you can call IS via WS/REST with the attributes and get the result which is given by the IS as the response. Regards, /Nuwan On Wed, Jul 10, 2013 at 12:07 PM, Gayan Gunawardana <[email protected]> wrote: > Hi, > > For MDM we have a requirement to bind with XACML engine inside a jaggery > application. > > org.wso2_.carbon.identity.entitlement.filter_0.zip available in > application server but jaggery does not support custom filters. > > Is it allow to add custom filters to jaggery-core or is there any other > option. > > > -- > Gayan Gunawardana > Software Engineer; WSO2mobile Inc.; http://wso2mobile.com/ > Email: [email protected] > Mobile: +94 (71) 8020933 > Blog: http://gayanj2ee.blogspot.com/ > > _______________________________________________ > Dev mailing list > [email protected] > http://mail.jaggeryjs.org/cgi-bin/mailman/listinfo/dev > > -- *Thanks & Regards, Nuwan Bandara Technical Lead; **WSO2 Inc. * *lean . enterprise . middleware | http://wso2.com * *blog : http://nuwanbando.com; email: [email protected]; phone: +94 11 763 9629 * <http://www.nuwanbando.com/>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
