Skip to content
Advertisement

Security Framework for Java Swing Applications

Is there a security Framework available for Java Desktop Applications? When I searched on google I saw persons talking about Spring Security, however it seems to be chiefly web-based. I have been using ordinary java code(Login forms, jdbc) to implement User Level security but I am not comfortable programming this way. Thanks for your assistance

Advertisement

Answer

I have decided to use Apache Shiro Security Framework. It is very easy to use and the website host good documentation. Thanks all for the help.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement