Hi,I need to create a custom Subject instance & make it available through out
the user session. I am initializing shiro programmatically. Below is my
code:Factory factory = new
IniSecurityManagerFactory("file:shiro.ini");SecurityManager securityManager
=
factory.getInstance();SecurityUtils.setSecurityManager(securityManager);Authentication
is taken care by another application. I only need to take care of
authorization. So I can't do a login manually. All I have access to is
usename & HttpSession. How I can associate the Subject with a
HttpSession?Thanks,Anil.-- Sent from: http://shiro-user.582556.n2.nabble.com/
