Hi Welkson, These XACML admin services we have are SOAP services and you can invoke them using python. There are 2 SOAP services you'll have to use. For policy administration i.e creating, publishing policies EntitlementPolicyAdminService should be used and for evaluating XACML requests, EntitlementService should be used. For evaluating XACML requests, in addition to the EntitlementService, there is a REST API. You can find more info on this at [1]. Also [2] has a sample on how to invoke the EntitlementService, using the SOAP API.
Hope this helps [1] - https://docs.wso2.com/display/IS530/Entitlement+with+REST+APIs [2] - http://blog.manujith.me/2016/03/wso2-identity-server-understanding.html Regards, Omindu. On Thu, Jun 1, 2017 at 6:00 AM, Welkson Renny de Medeiros <[email protected] > wrote: > Hello, > > Its possible manipulate (create, publish pap->pdp, disable/enable, etc.) > XACML policy using API? > > More details: > https://stackoverflow.com/questions/44271169/wso2- > policy-management-xacml-using-api > > Thanks in advance. > > -- > Welkson > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Omindu Rathnaweera Senior Software Engineer, WSO2 Inc. Mobile: +94 771 197 211
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
