Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implement JACC provider

I need to support authentication and authorization from different systems. Im using Jboss AS 7. Regarding authorization I have very detailed permission rules for the current system. As I realized I have to write my own PolicyConfiguration in order to do that. Where can I find an example for a custom JACC provider implementation?

like image 726
Kinga Szabo Avatar asked Dec 12 '13 10:12

Kinga Szabo


1 Answers

Although it's too late ,but for reference. I highly recommend: http://arjan-tijms.blogspot.com/2014/03/implementing-container-authorization-in.html

But note, I haven't tried it yet (will do soon)

like image 200
Mohamed El-Beltagy Avatar answered Oct 18 '22 02:10

Mohamed El-Beltagy