I have added it statically using another constructor of RequestCtx. If there is any other way please let me know.
Now the problem is that by default there is no namesace defined in <Request> tag. e.g. Right now the request is coming with <Request> while I want it as <Request xmlns="urn:oasis:names:tc:xacml:1.0:context" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:db="db_acad">
Please suggest how can I do it.
Thanks
Gaurav Jain
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I am trying to add <ResourceContent> tag in my XACML request but could not find any class for this.
Can anyone tell me which jar file is required for the same and the link to download the same.
Also it will be really helpful if anyone can post some code snippet for adding this tag.
Thanks
Gaurav Jain
I have added it statically using another constructor of RequestCtx. If there is any other way please let me know.
Now the problem is that by default there is no namesace defined in <Request> tag. e.g. Right now the request is coming with <Request> while I want it as <Request xmlns="urn:oasis:names:tc:xacml:1.0:context" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:db="db_acad">
Please suggest how can I do it.
Thanks
Gaurav Jain
There's no way to do this right now. It's a known limitation, but no one has had the time to fix this. Interested in helping? :)
seth
Well I am new to XACML and don't have so much knowledge to help anyone at this stage:( But sure as I will move forward I will be able to do.
But if I can't add thi tag then what is the alternate solution for the same i.e. <ResourceContent> and adding xmlns.
Thanks
Gaurav Jain