yes, i know how to customize a realm, but question is about SubjectDAO...
So, SubjectDAO is trying to save a "transient" object, this doesn't make sense to me... I'm trying to learn shiro by reading the source code, and not quite understand this part. from the source code the default impl saves principals and authentication state in session, so, from implementor point of view, it's not so clear which information to be persisted for a subject. However the key point is: no way to restore a persisted subject. -- View this message in context: http://shiro-user.582556.n2.nabble.com/What-s-the-purpose-of-SubjectDAO-tp7580784p7580789.html Sent from the Shiro User mailing list archive at Nabble.com.
