类分层结构
- java.lang.Object
- org.apache.shiro.authc.AbstractAuthenticator (implements org.apache.shiro.authc.Authenticator, org.apache.shiro.authc.LogoutAware)
- org.apache.shiro.authc.pam.ModularRealmAuthenticator
- 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.kdayun.z1.core.security.shiro.realm.BaseRealm
- com.kdayun.z1.core.security.shiro.realm.DomainRealm
- com.kdayun.z1.core.security.shiro.realm.OpenIdRealm
- com.kdayun.z1.core.security.shiro.realm.SsoRealm
- com.kdayun.z1.core.security.shiro.realm.WebRealm
- com.kdayun.z1.core.security.shiro.realm.WeixRealm