AuthenticatingRealm-------->用于认证方法的Realm
AuthorizingRealm--------->用于授权和认证的realm一般使用这个
AuthorizingRealm继承于AuthenticatingRealm但是没有实现父类的doGetAuthenticationInfo方法
shiro笔记-AuthenticatingRealm和AuthorizingRealm关系
原文:http://www.cnblogs.com/lonecloud/p/6679506.html