A B C D E F G H I J L M P R S T V
A
- ApplicationConfig - com.founder.common.security.config中的类
-
系统配置
- ApplicationConfig() - 类 的构造器com.founder.common.security.config.ApplicationConfig
-
- apply(RequestTemplate) - 类 中的方法com.founder.common.security.feign.FeignRequestInterceptor
-
- around(ProceedingJoinPoint) - 类 中的方法com.founder.common.security.aspect.PreAuthorizeAspect
-
B
- baseException(BaseException) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
基础异常
- businessException(CustomException) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
业务异常
C
- com.founder.common.security.annotation - 程序包 com.founder.common.security.annotation
-
- com.founder.common.security.aspect - 程序包 com.founder.common.security.aspect
-
- com.founder.common.security.config - 程序包 com.founder.common.security.config
-
- com.founder.common.security.feign - 程序包 com.founder.common.security.feign
-
- com.founder.common.security.handler - 程序包 com.founder.common.security.handler
-
- com.founder.common.security.service - 程序包 com.founder.common.security.service
-
- createToken(LoginUser) - 类 中的方法com.founder.common.security.service.TokenService
-
创建令牌
D
- delLoginUser(String) - 类 中的方法com.founder.common.security.service.TokenService
-
- demoModeException(DemoModeException) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
演示模式异常
E
- EnableCustomConfig - com.founder.common.security.annotation中的注释类型
-
- EnableRyFeignClients - com.founder.common.security.annotation中的注释类型
-
自定义feign注解
添加basePackages路径
F
- FeignAutoConfiguration - com.founder.common.security.feign中的类
-
Feign 配置注册
- FeignAutoConfiguration() - 类 的构造器com.founder.common.security.feign.FeignAutoConfiguration
-
- FeignRequestInterceptor - com.founder.common.security.feign中的类
-
feign 请求拦截器
- FeignRequestInterceptor() - 类 的构造器com.founder.common.security.feign.FeignRequestInterceptor
-
G
- getLoginUser() - 类 中的方法com.founder.common.security.service.TokenService
-
获取用户身份信息
- getLoginUser(HttpServletRequest) - 类 中的方法com.founder.common.security.service.TokenService
-
获取用户身份信息
- getLoginUser(String) - 类 中的方法com.founder.common.security.service.TokenService
-
获取用户身份信息
- getOrder() - 类 中的方法com.founder.common.security.aspect.InnerAuthAspect
-
确保在权限认证aop执行前执行
- GlobalExceptionHandler - com.founder.common.security.handler中的类
-
全局异常处理器
- GlobalExceptionHandler() - 类 的构造器com.founder.common.security.handler.GlobalExceptionHandler
-
H
- handleException(Exception) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
- hasAnyPermi(String[]) - 类 中的方法com.founder.common.security.aspect.PreAuthorizeAspect
-
验证用户是否具有以下任意一个权限
- hasAnyRoles(String[]) - 类 中的方法com.founder.common.security.aspect.PreAuthorizeAspect
-
验证用户是否具有以下任意一个角色
- hasPermi(String) - 类 中的方法com.founder.common.security.aspect.PreAuthorizeAspect
-
验证用户是否具备某权限
- hasRole(String) - 类 中的方法com.founder.common.security.aspect.PreAuthorizeAspect
-
判断用户是否拥有某个角色
I
- innerAround(ProceedingJoinPoint, InnerAuth) - 类 中的方法com.founder.common.security.aspect.InnerAuthAspect
-
- InnerAuth - com.founder.common.security.annotation中的注释类型
-
内部认证注解
- InnerAuthAspect - com.founder.common.security.aspect中的类
-
内部服务调用验证处理
- InnerAuthAspect() - 类 的构造器com.founder.common.security.aspect.InnerAuthAspect
-
- InnerAuthException(InnerAuthException) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
内部认证异常
J
- jacksonObjectMapperCustomization() - 类 中的方法com.founder.common.security.config.ApplicationConfig
-
时区配置
L
- lacksPermi(String) - 类 中的方法com.founder.common.security.aspect.PreAuthorizeAspect
-
验证用户是否不具备某权限,与 hasPermi逻辑相反
- lacksRole(String) - 类 中的方法com.founder.common.security.aspect.PreAuthorizeAspect
-
验证用户是否不具备某角色,与 isRole逻辑相反。
M
- MILLIS_SECOND - 类 中的静态变量com.founder.common.security.service.TokenService
-
P
- PreAuthorize - com.founder.common.security.annotation中的注释类型
-
权限注解
- PreAuthorizeAspect - com.founder.common.security.aspect中的类
-
自定义权限实现
- PreAuthorizeAspect() - 类 的构造器com.founder.common.security.aspect.PreAuthorizeAspect
-
- preAuthorizeException(PreAuthorizeException) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
权限异常
R
- refreshToken(LoginUser) - 类 中的方法com.founder.common.security.service.TokenService
-
刷新令牌有效期
- requestInterceptor() - 类 中的方法com.founder.common.security.feign.FeignAutoConfiguration
-
S
- setLoginUser(LoginUser) - 类 中的方法com.founder.common.security.service.TokenService
-
设置用户身份信息
T
- TokenService - com.founder.common.security.service中的类
-
token验证处理
- TokenService() - 类 的构造器com.founder.common.security.service.TokenService
-
V
- validatedBindException(BindException) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
自定义验证异常
- validExceptionHandler(MethodArgumentNotValidException) - 类 中的方法com.founder.common.security.handler.GlobalExceptionHandler
-
自定义验证异常
A B C D E F G H I J L M P R S T V
Copyright © 2021. All rights reserved.