#AuthorizingRealm

shiro笔记-AuthenticatingRealm和AuthorizingRealm关系

AuthenticatingRealm-------->用于认证方法的RealmAuthorizingRealm--------->用于授权和认证的realm一般使用这个 AuthorizingRealm继承于AuthenticatingRealm但是没有实现父类的doGetAuthenticat...