Authorization engine in java

Posted by eltados on Stack Overflow See other posts from Stack Overflow or by eltados
Published on 2010-05-04T09:07:55Z Indexed on 2010/05/04 9:28 UTC
Read the original article Hit count: 205

Filed under:
|

In the course of my work i need to develop an authorization engine ( i'm already authenticated and i check access of a user to an action ) in order to store all the authorization logic inside a same place and be able to reuse it and i have created the mini library.

http://github.com/eltados/canny

what do you think about it?

Is there any lightweight Authorization engine library i could have a look at?

© Stack Overflow or respective owner

Related posts about java

Related posts about autorization