程序包com.flyfish.oauth.shiro.realm的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.apache.shiro.realm.CachingRealm (implements org.apache.shiro.cache.CacheManagerAware, org.apache.shiro.authc.LogoutAware, org.apache.shiro.util.Nameable, org.apache.shiro.realm.Realm)
      • org.apache.shiro.realm.AuthenticatingRealm (implements org.apache.shiro.util.Initializable)
        • org.apache.shiro.realm.AuthorizingRealm (implements org.apache.shiro.authz.Authorizer, org.apache.shiro.util.Initializable, org.apache.shiro.authz.permission.PermissionResolverAware, org.apache.shiro.authz.permission.RolePermissionResolverAware)
    • com.flyfish.oauth.shiro.realm.OAuthAuthenticateToken (implements org.apache.shiro.authc.AuthenticationToken)

接口分层结构