Hi there, I have an EJB jar deployed on a glassfish server offering some stateless EJB services and a Swing client that uses these services. The Swing client should have a simple login dialog for authentication. For that I want to use Shiro. Unfortunately, I only found documentation for securing web-apps but not for securing EJB jars.
I would be glad if you could answer me the following two questions: 1. Do I have to call SecurityUtils.getSubject().login(token) on client or server side? 2. For web apps there is the ShiroFilter for securing the requests, is there a similar concept for EJB jars? Thanks for your time, Dominic -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-for-EJB-jar-with-Swing-Client-tp7578790.html Sent from the Shiro User mailing list archive at Nabble.com.
