类分层结构
- java.lang.Object
- org.apache.shiro.aop.AnnotationHandler
- org.apache.shiro.authz.aop.AuthorizingAnnotationHandler
- cn.jcasbin.autoconfigure.CasbinAutoConfiguration
- cn.jcasbin.properties.CasbinProperties
- org.apache.shiro.mgt.DefaultSubjectFactory (implements org.apache.shiro.mgt.SubjectFactory)
- org.apache.shiro.subject.support.DelegatingSubject (implements org.apache.shiro.subject.Subject)
- org.apache.shiro.web.subject.support.WebDelegatingSubject (implements org.apache.shiro.web.subject.WebSubject)
- org.apache.shiro.aop.MethodInterceptorSupport (implements org.apache.shiro.aop.MethodInterceptor)
- org.apache.shiro.aop.AnnotationMethodInterceptor
- org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor
- org.apache.shiro.authz.aop.AuthorizingMethodInterceptor
- org.apache.shiro.authz.aop.AnnotationsAuthorizingMethodInterceptor
- org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor (implements org.aopalliance.intercept.MethodInterceptor)
- org.springframework.aop.support.StaticMethodMatcher (implements org.springframework.aop.MethodMatcher)
- org.springframework.aop.support.StaticMethodMatcherPointcut (implements org.springframework.aop.Pointcut)
- org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor (implements org.springframework.core.Ordered, org.springframework.aop.PointcutAdvisor, java.io.Serializable)
注释类型分层结构
- cn.jcasbin.annotation.RequiresCasbin (implements java.lang.annotation.Annotation)