I guess the part that I don't understand (using the samples/spring code base,
DefaultSampleManager.java for example) is I see the following code segment
Subject subject = SecurityUtils.getSubject();
Session session = subject.getSession(false);
on just about every method and the subject state is being maintained between
the client/server. I guess I don't understand what is maintaining the state
between the client/server in this example. Any clarification would be
appreciated
--
View this message in context:
http://n2.nabble.com/SecureRemoteInvocationFactory-SecureRemoteInvocationExecutor-tp4234121p4234289.html
Sent from the Shiro User mailing list archive at Nabble.com.