索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractDataBufferDecoder<T> - org.springframework.core.codec中的类
-
Abstract base class for
Decoder
implementations that can decode aDataBuffer
directly to the target element type. - AbstractDataBufferDecoder(MimeType...) - 类的构造器 org.springframework.core.codec.AbstractDataBufferDecoder
- AbstractSysDict - io.github.mangocrisp.spring.taybct.common.dict中的类
- AbstractSysDict(String, String) - 类的构造器 io.github.mangocrisp.spring.taybct.common.dict.AbstractSysDict
- accept - 类中的变量 io.github.mangocrisp.spring.taybct.module.lf.pojo.BusinessField
-
如果类型是 FILE,这个需要指定需要上传哪些类型的文件
- accept(HistoryOperator, Nodes, String) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.lf.api.HistoryReporter
-
记录流程历史记录
- ACCESS_TOKEN - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.LoginConstants
-
访问 token 值
- ACCESS_TOKEN_REQUEST_ERROR_URI - 类中的静态变量 io.github.mangocrisp.spring.taybct.auth.security.util.OAuth2EndpointUtil
- ACCESS_TOKEN_REQUEST_ERROR_URI - 类中的静态变量 io.github.mangocrisp.spring.taybct.auth.security.util.OAuth2Util
-
错误页面???
- accessDeniedHandler() - 类中的方法 io.github.mangocrisp.spring.taybct.gateway.security.ResourceServerConfig
-
自定义未授权响应
- accessTokenResponseHandler - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.DefaultCustomizeTokenEndpointConfigurer
-
成功回调
- accessTokenValidity - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysOauth2Client
-
认证令牌时效
- accessTokenValue - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysUserOnline
-
访问的 token 值
- accessTokenValue - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeTokenAuthenticationToken
-
访问令牌
- AccountException - io.github.mangocrisp.spring.taybct.auth.exception中的异常错误
-
用户异常
- AccountException(String) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.auth.exception.AccountException
- AccountException(String, Throwable) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.auth.exception.AccountException
- action - 类中的变量 io.github.mangocrisp.spring.taybct.module.lf.domain.History
-
动作(节点的 text 或者单独有个 action 的属性)
- activation(Supplier<Process>, Supplier<Nodes>, Supplier<Edges>, Supplier<INodesService>, Supplier<IEdgesService>) - 类中的方法 io.github.mangocrisp.spring.taybct.module.lf.service.impl.ProcessServiceImpl
- activation(Supplier<Process>, Supplier<Nodes>, Supplier<Edges>, Supplier<INodesService>, Supplier<IEdgesService>) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.lf.service.IProcessService
-
激活节点,连线
- add(SysFileAddDTO) - 类中的方法 io.github.mangocrisp.spring.taybct.admin.file.controller.SysFileController
- add(ApiLog) - 接口中的方法 io.github.mangocrisp.spring.taybct.admin.log.controller.IApiLogController
-
这里重写父方法是因为父方法默认新增操作是需要记录日志的,但是日志记录是需要记录是谁在操作的,也就是要知道当前登录的是谁, 但是,如果是要记录登录日志的话,这个时候是还没有登录的,所以请求必定会报错,所以才有了这个重写,这里就不要再写日志了, 因为自己就是日志控制器,自己不需要写自己的日志,使用这个接口的时候也是要注意,如果是登录日志请把 tenant id 设置到实体类
- add(SysUser) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.system.controller.ISysUserController
-
新增用户
- additionalAuthenticationChecks - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationProvider
-
添加自定义的验证规则,可以和前端传过来的参数做比对
比如 这里默认只比对密码是否匹配,你还可以自定义,但是注意的是
这里抛出的异常只能是 继承了AuthenticationException
和 实现了我自定义的这个接口的类JsonResponseException
,这个可以看一下ProviderManager.authenticate(org.springframework.security.core.Authentication)
,这个类的名字就可以看出来 , 他是可以管理所有的 Provider,现在是在 Provider 里面报的错都会被抓到,然后往上抛,然后我们看一下在AuthorizationServerConfig#authorizationServerSecurityFilterChain(HttpSecurity, ICustomizeTokenEndpointConfigurer, IGlobalExceptionReporter, IGlobalPrinter)
里面定义的 exceptionHandling 异常端点,他默认/示例给的是使用LoginUrlAuthenticationEntryPoint
这个端点,但是这个端点只会跳转页面,或者是转发,这个不符合我们想要打印报错信息给前端,好再这个是可以继承的,可以看我新写的JsonExceptionAuthenticationEntryPoint
这个就可以判断,如果是符合要求,可以打印到前端的我们自定义的异常,就可以去打印了。 - additionalAuthenticationOperation - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationProvider
-
其他操作
- additionalInformation - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysOauth2Client
-
扩展信息
- additionalParameterChecks - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationConverter
-
默认只有对参数非空的判断,你还可以指定其他的规则
- addRelatedNotices(SysNoticeDTO) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.system.controller.ISysNoticeController
-
新增消息通知
- addRelatedNotices(SysNotice, Collection<SysNoticeUserDTO>) - 类中的方法 io.github.mangocrisp.spring.taybct.module.system.service.impl.SysNoticeServiceImpl
- addRelatedNotices(SysNotice, Collection<SysNoticeUserDTO>) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.system.service.ISysNoticeService
-
添加消息通知
- addUserTenant(Collection<SysUserTenant>, Integer) - 类中的方法 io.github.mangocrisp.spring.taybct.module.system.controller.impl.SysTenantControllerRegister
- addUserTenant(Collection<SysUserTenant>, Integer) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.system.controller.ISysTenantController
- addWechatUser(JSONObject) - 接口中的方法 io.github.mangocrisp.spring.taybct.api.system.feign.IUserClient
-
创建微信用户用户,游客
- addWechatUser(JSONObject) - 接口中的方法 io.github.mangocrisp.spring.taybct.auth.security.handle.IUserDetailsHandle
-
创建微信用户用户,游客
- addWechatUser(JSONObject) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.system.controller.ISysUserController
-
创建微信用户用户,游客
- addWechatUser(JSONObject) - 类中的方法 io.github.mangocrisp.spring.taybct.module.system.dubbo.UserClientImpl
- addWechatUser(JSONObject) - 类中的方法 io.github.mangocrisp.spring.taybct.module.system.service.impl.SysUserServiceImpl
- addWechatUser(JSONObject) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.system.service.ISysUserService
-
创建微信用户并返回登录用户信息
- addWechatUser(Map<String, Object>) - 接口中的方法 io.github.mangocrisp.spring.taybct.api.system.mapper.SysUserMapper
-
添加微信用户
- ADMIN - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ROLE
-
管理员
- ADMIN_FILE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ServeConstants
-
文件管理
- ADMIN_LOG - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ServeConstants
-
日志管理
- ADMIN_OAM - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ServeConstants
-
运维模块
- ADMIN_PC - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.OAuthClientType
-
管理 pc 端
- ADMIN_PREFIX - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ServeConstants
-
Admin 管理模块前缀
- ADMIN_PROXY - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ServeConstants
-
请求代理
- ADMIN_SECURITY - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ServeConstants
-
单机鉴权
- alias - enum class中的变量 io.github.mangocrisp.spring.taybct.module.lf.enums.ProcessItemType
- ALLOW_MULTIPLE_TOKEN_ONE_CLIENT - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.CacheConstants.Params
-
是否允许同一个客户端有多个 token 即重复登录同一个客户端
- allowSessionCreation - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.util.ResponseHandler
- allowWhenNoMatch - 类中的变量 io.github.mangocrisp.spring.taybct.common.prop.SecureProp
-
当没有配置资源访问规则的时候,默认是允许访问,即,如果不配置某个 method:url 只能某些角色访问时,默认是可以允许访问的
- alwaysShow - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysMenu
-
是否收缩子菜单(当所有子菜单只有一个时,1、收缩,0不收缩)
- alwaysShow - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.vo.RouterVO
-
是否收缩子菜单(当所有子菜单只有一个时,0、收缩,1不收缩)
- andThen(CustomizeThreeConsumer<? super U, ? super E, ? super A>) - 接口中的方法 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeThreeConsumer
- ANONYMOUS_AUTHENTICATION - 类中的静态变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.OAuth2AuthorizationCodeRequestJTIAuthenticationConverter
- API - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ROLE
-
接口用户
- ApiLog - io.github.mangocrisp.spring.taybct.admin.log.domain中的类
-
接口日志
api_log - ApiLog() - 类的构造器 io.github.mangocrisp.spring.taybct.admin.log.domain.ApiLog
- ApiLogControllerRegister - io.github.mangocrisp.spring.taybct.admin.log.controller.impl中的类
- ApiLogControllerRegister() - 类的构造器 io.github.mangocrisp.spring.taybct.admin.log.controller.impl.ApiLogControllerRegister
- ApiLogMapper - io.github.mangocrisp.spring.taybct.admin.log.mapper中的接口
-
日志管理 Mapper 接口
- ApiLogQueryDTO - io.github.mangocrisp.spring.taybct.admin.log.dto中的类
-
接口日志查询参数
api_log - ApiLogQueryDTO() - 类的构造器 io.github.mangocrisp.spring.taybct.admin.log.dto.ApiLogQueryDTO
- ApiLogReceiveService - io.github.mangocrisp.spring.taybct.admin.log.mq中的类
-
接收写日志
- ApiLogReceiveService() - 类的构造器 io.github.mangocrisp.spring.taybct.admin.log.mq.ApiLogReceiveService
- apiLogResults(Message, Channel) - 类中的方法 io.github.mangocrisp.spring.taybct.admin.file.mq.SysFileReceiveService
-
从 mq 读取消息
- apiLogResults(Message, Channel) - 类中的方法 io.github.mangocrisp.spring.taybct.admin.log.mq.ApiLogReceiveService
-
从 mq 读取消息
- apiLogResults(Message, Channel) - 类中的方法 io.github.mangocrisp.spring.taybct.module.scheduling.mq.SchedulingReceiveService
-
从 mq 读取消息
- ApiLogSafeIn - io.github.mangocrisp.spring.taybct.admin.log.model中的类
-
安全输入对象,去掉实体类不允许修改的字段,或者说,直接不允许修改某些字段如,创建时间,不能通过接口修改了这个来改变他原来的值
- ApiLogSafeIn() - 类的构造器 io.github.mangocrisp.spring.taybct.admin.log.model.ApiLogSafeIn
- ApiLogSafeOut - io.github.mangocrisp.spring.taybct.admin.log.view中的类
-
安全输出对象,去掉实体类不允许查看的字段,或者说,直接让这个字段有数据可读,或者加密一些敏感信息等操作。
- ApiLogSafeOut() - 类的构造器 io.github.mangocrisp.spring.taybct.admin.log.view.ApiLogSafeOut
- apiLogService - 类中的变量 io.github.mangocrisp.spring.taybct.admin.log.controller.impl.ApiLogControllerRegister
- apiLogService - 类中的变量 io.github.mangocrisp.spring.taybct.admin.log.mq.ApiLogReceiveService
- apiLogService() - 类中的方法 io.github.mangocrisp.spring.taybct.admin.log.auto.ServiceAutoConfigure
- ApiLogServiceImpl - io.github.mangocrisp.spring.taybct.admin.log.service.impl中的类
- ApiLogServiceImpl() - 类的构造器 io.github.mangocrisp.spring.taybct.admin.log.service.impl.ApiLogServiceImpl
- applicationName - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.config.AuthorizationServerConfig
- ApplicationTests - io.github.mangocrisp.demo中的类
- ApplicationTests() - 类的构造器 io.github.mangocrisp.demo.ApplicationTests
- apply(Process, Edges, Nodes) - 接口中的方法 io.github.mangocrisp.spring.taybct.module.lf.api.ProcessAutoDealHandler
-
处理业务
- apply(Process, Edges, Nodes) - 类中的方法 io.github.mangocrisp.spring.taybct.module.lf.beans.DetailDealHandler
- apply(Process, Edges, Nodes) - 类中的方法 io.github.mangocrisp.spring.taybct.module.lf.beans.ProcessDataCheck
- apply(Process, Edges, Nodes) - 类中的方法 io.github.mangocrisp.spring.taybct.module.lf.beans.StreetDealHandler
- apply(Object) - 类中的方法 io.github.mangocrisp.spring.taybct.api.system.handle.PasswordHandler.De
- apply(Object) - 类中的方法 io.github.mangocrisp.spring.taybct.api.system.handle.PasswordHandler.En
- approved - 类中的变量 io.github.mangocrisp.spring.taybct.module.lf.pojo.BusinessProperties
-
是否审核通过,这个一般和 isActived 一起使用的
- ARCHIVED - 接口中的静态变量 io.github.mangocrisp.spring.taybct.module.lf.constants.DoneStatus
-
已经归档
- AUTH - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.ServeConstants
-
鉴权
- AUTH_M - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.JwtTokenKeyConstants
-
认证方式,比如 username,phone...
- authByPhone(OAuth2TokenEndpointConfigurer) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.granter.DefaultCustomizeTokenEndpointConfigurer
-
根据手机号鉴权
- authByRefreshToken(OAuth2TokenEndpointConfigurer) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.granter.DefaultCustomizeTokenEndpointConfigurer
-
根据刷新 token 鉴权,OAuth2 自带的刷新 token 模式只能适用于他自己的授权码模式, 如果是使用 taybct 模式获取到的 token 只能使用 taybct_refresh 来刷新
- authByUserName(OAuth2TokenEndpointConfigurer) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.granter.DefaultCustomizeTokenEndpointConfigurer
-
根据用户名鉴权
- authContextPath - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.config.AuthorizationServerConfig
-
请求前缀
- authenticate(Authentication) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationProvider
-
这里就是主要的鉴权方法了
在 AbstractUserDetailsAuthenticationProvider.authenticate(Authentication) 里面 是使用了一个叫 UserCache userCache 的缓存,我这里直接可以使用 Redis,所以就有一些改动 ,大致的逻辑都差不多 - authenticationDetailsSource - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationConverter
- authenticationDetailsSource - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.OAuth2AuthorizationCodeRequestJTIAuthenticationConverter
- authenticationDetailsSource - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.util.ResponseHandler
- authenticationEntryPoint() - 类中的方法 io.github.mangocrisp.spring.taybct.gateway.security.ResourceServerConfig
-
token无效或者已过期自定义响应
- authenticationManager - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.util.ResponseHandler
- authenticationManagerAtomicReference - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.OAuth2AuthorizationCodeRequestJTIAuthenticationConverter
- authenticationMethod - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.pojo.OAuth2UserDetails
-
认证方式,与授权类型不同,授权类型是给系统看让系统知道该怎么认证,认证方式是给管理人员看,让管理员知道,当前登录的用户是用什么登录的
- AuthenticationServerException - io.github.mangocrisp.spring.taybct.auth.exception中的异常错误
-
鉴权服务器异常,这个一般是发生在鉴权的时候,其他时候都应该有对应的异常处理器去处理异常
- AuthenticationServerException(String) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.auth.exception.AuthenticationServerException
- AuthenticationServerException(String, Throwable) - 异常错误的构造器 io.github.mangocrisp.spring.taybct.auth.exception.AuthenticationServerException
- AuthFilter - io.github.mangocrisp.spring.taybct.auth.security.filter中的类
-
自定义过滤器,过滤登录 token 信息,如果有黑名单,即登出后的 token 也视作不通过
- AuthFilter() - 类的构造器 io.github.mangocrisp.spring.taybct.auth.security.filter.AuthFilter
- AuthGlobalFilter - io.github.mangocrisp.spring.taybct.gateway.filter中的类
-
全局 token 过滤器
1、检测 token 是否在黑名单里面(登出操作会把 token 放入 黑名单)
2、当鉴权通过后将JWT令牌中的用户信息解析出来,然后存入请求的Header中,这样后续服务就不需要解析JWT令牌了,可以直接从请求的Header中获取到用户信息 - AuthGlobalFilter() - 类的构造器 io.github.mangocrisp.spring.taybct.gateway.filter.AuthGlobalFilter
- authMethod - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysUserOnline
-
认证方式
- authorities - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysOauth2Client
-
权限列表
- authorities - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeTokenAuthenticationToken
-
角色列表,权限
- authorities - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.pojo.OAuth2UserDetails
- AUTHORITIES - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.JwtTokenKeyConstants
-
权限(角色)列表
- authoritiesMapper - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationProvider
-
映射接口,该接口可以被注入到身份验证层,以将从存储加载的权限转换为将在身份验证对象中使用的权限。
- authoritiesMapper - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.util.ResponseHandler
- AUTHORIZATION_CODE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.common.constants.OAuth2GrantType
-
授权码
- authorizationConsentService(JdbcTemplate, RegisteredClientRepository) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.config.JdbcAuthConfig
- authorizationGrantType - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationConverter
-
授权类型
- authorizationGrantType - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationProvider
-
授权类型
- authorizationManager - 类中的变量 io.github.mangocrisp.spring.taybct.gateway.security.ResourceServerConfig
- authorizationManager(RedisTemplate<Object, Object>, ISysParamsObtainService, SecureProp) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.config.AuthSecurityConfig
- AuthorizationManager - io.github.mangocrisp.spring.taybct.gateway.security中的类
-
鉴权管理器,用于判断是否有资源的访问权限,这里的 check 是要比
AuthGlobalFilter.filter(org.springframework.web.server.ServerWebExchange, org.springframework.cloud.gateway.filter.GatewayFilterChain)
要先执行的 - AuthorizationManager() - 类的构造器 io.github.mangocrisp.spring.taybct.gateway.security.AuthorizationManager
- AuthorizationServerConfig - io.github.mangocrisp.spring.taybct.auth.security.config中的类
- AuthorizationServerConfig() - 类的构造器 io.github.mangocrisp.spring.taybct.auth.security.config.AuthorizationServerConfig
- authorizationServerSecurityFilterChain(HttpSecurity, ICustomizeTokenEndpointConfigurer, IGlobalExceptionReporter, IGlobalPrinter, IUserDetailsHandle, IEncryptedPassable) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.config.AuthorizationServerConfig
-
A Spring Security filter chain for the Protocol Endpoints.
协议端点的Spring Security过滤器链。 - authorizationServerSettings() - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.config.AuthorizationServerConfig
-
An instance of AuthorizationServerSettings to configure Spring Authorization Server.
用于配置Spring Authorization Server的AuthorizationServerSettings实例。 - authorizationService - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.customize.CustomizeAuthenticationProvider
- authorizationService - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.DefaultCustomizeTokenEndpointConfigurer
-
鉴权管理,可以从这里根据刷新 token 获取新的 token 什么的
- authorizationService - 类中的变量 io.github.mangocrisp.spring.taybct.auth.security.granter.pki.PKITokenEndpointConfigurer
-
鉴权管理,可以从这里根据刷新 token 获取新的 token 什么的
- authorizationService(JdbcTemplate, RegisteredClientRepository) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.config.JdbcAuthConfig
- authorizedGrantTypes - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysOauth2Client
-
授权模式 ,字符串,逗号隔开可以设置多种模式
authorization_code:授权码模式(官方推荐),适合第三方登录 client -- 带着 client id 去获取授权码 -- 需要登录验证 -- 验证通过后获取到授权码 -- 用获取到的授权码去请求获取 token -- 拿到 token 才能请求资源
implicit:简化模式(不常用) ,不再需要授权码 直接就返回了 token ,但是这个第一步的 token 是不能直接用的,是存在 Fragment 里面的 ,需要到另一个 Web-Hosted Client 服务器去解析,这个服务器会返回一个 script 让客户端来解析,解析之后的 token 就是我们需要的 token了
password:密码模式(用得也不多) ,用户直接输入密码去授权服务器获取 token
client_credentials:客户端模式 (不常用),直接认证服务器获取 token
refresh_token: 刷新令牌 - authorizeRedirectUrlCreator - 类中的变量 io.github.mangocrisp.spring.taybct.auth.controller.LoginController
- authorizeRedirectUrlCreator(LoginPageConfig) - 类中的方法 io.github.mangocrisp.spring.taybct.auth.security.config.AuthSecurityConfig
- AuthorizeRedirectUrlCreator - io.github.mangocrisp.spring.taybct.auth.security.support.authorize中的类
-
鉴权回调地址生成工具
- AuthorizeRedirectUrlCreator(LoginPageConfig) - 类的构造器 io.github.mangocrisp.spring.taybct.auth.security.support.authorize.AuthorizeRedirectUrlCreator
- AuthSecurityConfig - io.github.mangocrisp.spring.taybct.auth.security.config中的类
- AuthSecurityConfig() - 类的构造器 io.github.mangocrisp.spring.taybct.auth.security.config.AuthSecurityConfig
- AuthServeClientFeignHandle - io.github.mangocrisp.spring.taybct.module.system.handle.def中的类
-
鉴权客户端处理 Fieng 实现
- AuthServeClientFeignHandle() - 类的构造器 io.github.mangocrisp.spring.taybct.module.system.handle.def.AuthServeClientFeignHandle
- authServeClientHandle - 类中的变量 io.github.mangocrisp.spring.taybct.module.system.service.impl.SysOauth2ClientServiceImpl
- AuthServeClientHandle - io.github.mangocrisp.spring.taybct.module.system.handle中的接口
-
鉴权客户端处理类
- autoApprove - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysOauth2Client
-
是否自动放行
- autoDeal(Process, Edges, Nodes, JSONObject, Supplier<Map<String, Object>>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.module.lf.util.ProcessUtil
-
自动处理
- autoExecute - 类中的变量 io.github.mangocrisp.spring.taybct.module.lf.pojo.BusinessProperties
-
是否自动处理,当节点是系统节点时,默认为 true,如果节点是用户节点,还希望自动处理逻辑,可以开启
- autoStart - 类中的变量 io.github.mangocrisp.spring.taybct.module.scheduling.domain.ScheduledTask
-
是否自动启动(1 是 0 否)
- avatar - 类中的变量 io.github.mangocrisp.spring.taybct.api.system.domain.SysUser
-
头像
- avatar - 类中的变量 io.github.mangocrisp.spring.taybct.module.lf.vo.HistoryListVO
-
用户头像
All Classes and Interfaces|常量字段值|所有程序包|序列化表格