Do anyone know a good, open source security framework for Java?
JSecurity is a little bit, and it looks really good, but the documentation is so big that I can not make any progress.
Spring Security seems to be web-oriented - but I could be wrong.
I am not opposed to writing myself, but it seems that it should have been done before, why is it to rebuild the wheel?
All this needs to be done. Right to safety at all levels of AP (S). Example: Actions 1, 2, 3 in App 1 (such as 'can openermatefile', or 'can reactivate') in verb 2, verbs 4, 5, 6, 7
I'll eventually need to do something like this:
// - This call may be called declarative boolean foo = user.getApp1 (). CanReprocessTransactions (); // something with foo ... // - or some such bullian times = user.getApp2 (). CanDoAction1 (); // Do something with the bar ... // - or ... ArrayList & lt; String & gt; DirsCanAccess = user.getApp1 (). GetAccessableDirs ();
Thank you in advance
The last time I saw in spring safety , It seemed pretty much web-based.
But ... Spring guys are very good and I doubt that they have many building blocks that you can use from the core spring-safety library.
Comments
Post a Comment