类分层结构
- java.lang.Object
- cn.dev33.satoken.annotation.handler.SaCheckDisableHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckHttpBasicHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckHttpDigestHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckLoginHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckOrHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckPermissionHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckRoleHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckSafeHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaCheckSignHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
- cn.dev33.satoken.annotation.handler.SaIgnoreHandler (implements cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>)
接口分层结构
- cn.dev33.satoken.annotation.handler.SaAnnotationHandlerInterface<T>