您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
所有类
SEARCH:
您的浏览器已禁用 JavaScript。
所有类
所有类
接口概要
类概要
异常错误概要
注释类型概要
类
说明
AspectConfiguration
启用AOP功能
AsyncConfiguration
AuthoritiesConstants
角色常量
CommonsAutoConfiguration
通用工具AutoConfig, 关联Spring AppicalitionContext和BeanUtil
ComponentConfiguration
用于自定义的Component目录
Constants
微服务常量类
CustomMapping
自定义请求返回值注解
DruidAutoConfiguration
引入druid连接池,需配置druid信息
DustApplicationListener
DustAsyncTaskExecutor
异步任务执行器,用于执行异步操作,通常根据 所有任务的执行异常都会记录日志
DustAsyncTaskExecutor.TaskInfo
<
T
>
DustAuthentication
微服务的认证信息
DustDbAutoConfiguration
DustDB公共配置类
DustJsonValueFilter
DustMapping
需要统一处理的返回值
DustMsException
微服务异常基类
DustMsProperties
微服务的相应配置 思路来自于JHipster
DustMsProperties.Async
DustMsProperties.Cache
DustMsProperties.Cache.Hazelcast
DustMsProperties.Http
DustMsProperties.Http.Cache
DustMsProperties.Logging
DustMsProperties.Logging.Logdb
DustMsProperties.Logging.Logstash
DustMsProperties.Logging.SpectatorMetrics
DustMsProperties.Mail
DustMsProperties.Metrics
DustMsProperties.Metrics.Graphite
DustMsProperties.Metrics.Jmx
DustMsProperties.Metrics.Logs
DustMsProperties.Metrics.Spark
DustMsProperties.Repository
DustMsProperties.Ribbon
DustMsProperties.Security
DustMsProperties.Security.Authentication
DustMsProperties.Security.Authentication.Encode
encodeLevel分为三级,0-仅token加密,1-仅参数加密,2-全部加密 默认为0
DustMsProperties.Security.Authentication.Jwt
DustMsProperties.Security.Authentication.Sign
DustMsProperties.Stream
DustMsProperties.Swagger
DustResponse
DustUser
系统参数类 时间戳(timestamp)、应用ID(appId)、签名(sign)、租户(tenantId) 签名在安全处验证,该处只做标识
EncodeProvider
转码工具类,用于避免一些敏感信息的明文传输 主要是请求参数的转码,现阶段暂不处理header的内容
EnProperty
继承PropertyPlaceholderConfigurer 支持密文属性的属性配置器
HttpHeadersFilter
请求头的修改过滤器 暂时不启用,后续根据需求在加入 系统参数的处理已经转移到security模块
IAuthentication
第三方认证操作接口
IEncodeFactory
加密解密工厂接口,用于第三方实现 该接口用于Text的加密解密,方便存放和处理
JwtAuthenticationImpl
JwtAuthorizationFilter
jwt授权
JwtException
JWT过程发生的异常
LogUtil
用于记录日志使用
MongoRepository
RedisCache
RedisConfiguration
ResponseHandler
ResponseUtil
SecurityConfiguration
SecurityUtils
安全信息公共类,用于业务获取特定的信息
SignProvider
数据验证类 处理规则 将所有参数(sign除外)按照参数名的字母顺序排序,并用&连接:app_id=123&tenant_id=789×tamp=12345 加上服务的相对地址,组成最后的待加密内容:urlPath + ?
SqlYamlPropertySourceFactory
Sql配置读取Factory 配置不会再SpringBoot生效,恒返回空配置
TenantAutoConfiguration
TenantFilter
数据仓库过滤器
TokenProvider
Token处理类 使用jjwt包来进行token相关的转码操作
WebConfiguration
配置Web应用所需的API信息