String userName = SecurityUtils.getSubject().getPrincipal().toString(); Then retrieve the user from your backend (database / LDAP ...) via the userName;
-- View this message in context: http://shiro-user.582556.n2.nabble.com/Using-shiro-to-resume-User-object-tp7581299p7581303.html Sent from the Shiro User mailing list archive at Nabble.com.
