所有程序包的分层结构
程序包分层结构:- cn.dev33.satoken.loveqq.boot,
- cn.dev33.satoken.loveqq.boot.apiKey,
- cn.dev33.satoken.loveqq.boot.context,
- cn.dev33.satoken.loveqq.boot.context.path,
- cn.dev33.satoken.loveqq.boot.filter,
- cn.dev33.satoken.loveqq.boot.interceptor,
- cn.dev33.satoken.loveqq.boot.model,
- cn.dev33.satoken.loveqq.boot.oauth2,
- cn.dev33.satoken.loveqq.boot.sign,
- cn.dev33.satoken.loveqq.boot.sso,
- cn.dev33.satoken.loveqq.boot.support,
- cn.dev33.satoken.loveqq.boot.utils
类分层结构
- java.lang.Object
- cn.dev33.satoken.loveqq.boot.context.path.ApplicationContextPathLoading (implements com.kfyty.loveqq.framework.core.autoconfig.CommandLineRunner)
- cn.dev33.satoken.loveqq.boot.model.LoveqqSaRequest (implements cn.dev33.satoken.context.model.SaRequest)
- cn.dev33.satoken.loveqq.boot.model.LoveqqSaResponse (implements cn.dev33.satoken.context.model.SaResponse)
- cn.dev33.satoken.loveqq.boot.model.LoveqqSaStorage (implements cn.dev33.satoken.context.model.SaStorage)
- cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanInject
- cn.dev33.satoken.loveqq.boot.apiKey.SaApiKeyBeanRegister
- cn.dev33.satoken.loveqq.boot.SaBeanInject
- cn.dev33.satoken.loveqq.boot.SaBeanRegister
- cn.dev33.satoken.loveqq.boot.filter.SaFirewallCheckFilter (implements com.kfyty.loveqq.framework.web.core.filter.Filter)
- cn.dev33.satoken.loveqq.boot.interceptor.SaInterceptor (implements com.kfyty.loveqq.framework.web.core.interceptor.HandlerInterceptor)
- cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanInject
- cn.dev33.satoken.loveqq.boot.oauth2.SaOAuth2BeanRegister
- cn.dev33.satoken.loveqq.boot.support.SaPathMatcherHolder
- cn.dev33.satoken.loveqq.boot.context.SaReactorHolder
- cn.dev33.satoken.loveqq.boot.filter.SaRequestFilter (implements com.kfyty.loveqq.framework.web.core.filter.Filter, cn.dev33.satoken.filter.SaFilter)
- cn.dev33.satoken.loveqq.boot.sign.SaSignBeanInject
- cn.dev33.satoken.loveqq.boot.sign.SaSignBeanRegister
- cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanInject
- cn.dev33.satoken.loveqq.boot.sso.SaSsoBeanRegister
- cn.dev33.satoken.loveqq.boot.filter.SaTokenContextFilter (implements com.kfyty.loveqq.framework.web.core.filter.Filter)
- cn.dev33.satoken.loveqq.boot.utils.SaTokenContextUtil
- cn.dev33.satoken.loveqq.boot.filter.SaTokenCorsFilter (implements com.kfyty.loveqq.framework.web.core.filter.Filter)
- cn.dev33.satoken.loveqq.boot.utils.SaTokenOperateUtil