使用 opensaml 解组 XACML Policie 文件
任何人都可以给我一个好的教程的链接,它可以让我了解如何使用策略文件中的 openSAML2 api 构建 XACMLObject 吗? 谢谢
Could any one please give me a link of a good tutorial that could give me an idea how i could build a XACMLObject using openSAML2 api from the policie file ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有为此目的使用 OpenSAML 库。但我已将其用于涉及 XACML 请求和响应的其他目的。以下内容可能会帮助您获得一个想法。它从字符串创建 XACMLRequest。
I haven't use OpenSAML library for this purpose. But I have used for some other purpose which involved XACML requests and responses. Following may help you to get an idea. It is creating a XACMLRequest from a String.
您想要使用 sunXACML 或 JAXB 来编组/解组 XACML 策略而不是 openSAML2。
You want to use sunXACML or JAXB to marshall / unmarshall XACML policies not openSAML2.