Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i'm writing an application in Java, and i would manage the user's permissions (no auth with domain). In other words, an user can see only what has been granted by the admin (Role Based Access Control). I want to know if exist already a framework or something like to manage all directly.

thanks in advance!

share|improve this question
is it a web application? Apache Shiro ( shiro.apache.org ) is a good candidate. – Arun P Johny Feb 9 at 2:43
no...its a desktop application – mav Feb 9 at 11:49
@ArunPJohny, apache shiro can be applied for java desktop applications? I never worked with this framework :( – mav Feb 9 at 12:05
I've never worked on desktop applications, so no idea... – Arun P Johny Feb 9 at 12:24
thank you @ArunPJohny! – mav Feb 9 at 12:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.