类 UnauthorizedInterceptor
java.lang.Object
xyz.raylab.apigateway.security.interception.interceptor.UnauthorizedInterceptor
- 所有已实现的接口:
Interceptor
@Component("unauthorizedInterceptorForSecurity")
public class UnauthorizedInterceptor
extends Object
implements Interceptor
未授权的拦截器
- 作者:
- ray_kwan
-
嵌套类概要
从接口继承的嵌套类/接口 xyz.raylab.apigateway.security.interception.interceptor.Interceptor
Interceptor.Chain -
构造器概要
构造器构造器说明UnauthorizedInterceptor(xyz.raylab.authorizationserver.auth.application.AuthQueryAppService authQueryAppService) -
方法概要
-
构造器详细资料
-
UnauthorizedInterceptor
@Autowired public UnauthorizedInterceptor(xyz.raylab.authorizationserver.auth.application.AuthQueryAppService authQueryAppService)
-
-
方法详细资料
-
intercept
从接口复制的说明:Interceptor拦截- 指定者:
intercept在接口中Interceptor- 返回:
-