这是SimpleAuthorizingRealm类的连接 :http://nutzbook.wendal.net/shiro_login/nutdao_realm.html
后面有说到 :http://nutzbook.wendal.net/shiro_method/user_module.html
SecurityUtils.getSubject().login(new SimpleShiroToken(userId));
SimpleShiroToken将传给SimpleAuthorizingRealm的doGetAuthenticationInfo方法,完成shiro层的登录操作
怎么传的
没有看出来在哪里用到这个类了呀。。。。