Hello everybody, I am new to SHIRO and try since a few day to make the following use case working: use SOAP UI to call a service with Basic Authorization, username and password are manually set of course. In an EJB Module (maven packaging ejb) I have one stateless Service bean (@WebService) with some very simple demo methods (like "sayHello" etc...)
Is that possible with SHIRO and how? I have read and tried to understand the Shiro Documentation and some additional resources like: http://czetsuya-tech.blogspot.ca/2012/10/how-to-integrate-apache-shiro-with.html and http://balusc.blogspot.ca/2013/01/apache-shiro-is-it-ready-for-java-ee-6.html#DeclarativeRestrictionInBeanMethods I have followed these resources. I cannot find a way to do a "straight" login like in a jaas or glassfish realm login module... Thanks a lot for your help! Cheers Emmanuel -- View this message in context: http://shiro-user.582556.n2.nabble.com/Securing-EJB-Web-Services-with-HTTP-Basic-Auth-tp7579962.html Sent from the Shiro User mailing list archive at Nabble.com.
