您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
C
D
E
F
G
H
I
J
L
M
P
R
S
T
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
C
clearDictCache()
- 类 中的静态方法com.founder.common.security.utils.
DictUtils
清空字典缓存
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
com.founder.common.security.utils
- 程序包 com.founder.common.security.utils
createToken(LoginUser)
- 类 中的方法com.founder.common.security.service.
TokenService
创建令牌
D
delLoginUser(String)
- 类 中的方法com.founder.common.security.service.
TokenService
DictUtils
-
com.founder.common.security.utils
中的类
字典工具类
DictUtils()
- 类 的构造器com.founder.common.security.utils.
DictUtils
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
getCacheKey(String)
- 类 中的静态方法com.founder.common.security.utils.
DictUtils
设置cache key
getDictCache(String)
- 类 中的静态方法com.founder.common.security.utils.
DictUtils
获取字典缓存
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
handleBindException(BindException)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
自定义验证异常
handleDemoModeException(DemoModeException)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
演示模式异常
handleException(Exception, HttpServletRequest)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
系统异常
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpServletRequest)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
请求方式不支持
handleInnerAuthException(InnerAuthException)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
内部认证异常
handleMethodArgumentNotValidException(MethodArgumentNotValidException)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
自定义验证异常
handlePreAuthorizeException(PreAuthorizeException, HttpServletRequest)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
权限异常
handleRuntimeException(RuntimeException, HttpServletRequest)
- 类 中的方法com.founder.common.security.handler.
GlobalExceptionHandler
拦截未知的运行时异常
handleServiceException(ServiceException, HttpServletRequest)
- 类 中的方法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
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
R
refreshToken(LoginUser)
- 类 中的方法com.founder.common.security.service.
TokenService
刷新令牌有效期
removeDictCache(String)
- 类 中的静态方法com.founder.common.security.utils.
DictUtils
删除指定字典缓存
requestInterceptor()
- 类 中的方法com.founder.common.security.feign.
FeignAutoConfiguration
S
setDictCache(String, List<SysDictData>)
- 类 中的静态方法com.founder.common.security.utils.
DictUtils
设置字典缓存
setLoginUser(LoginUser)
- 类 中的方法com.founder.common.security.service.
TokenService
设置用户身份信息
T
TokenService
-
com.founder.common.security.service
中的类
token验证处理
TokenService()
- 类 的构造器com.founder.common.security.service.
TokenService
A
C
D
E
F
G
H
I
J
L
M
P
R
S
T
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2021. All rights reserved.